Searched refs:isIllegal (Results 1 – 1 of 1) sorted by relevance
229 isIllegal(f32 val) in isIllegal() function236 isIllegal(const math::VEC3& vec) in isIllegal() function238 return isIllegal(vec.x) || isIllegal(vec.y) || isIllegal(vec.z); in isIllegal()242 isIllegal(const math::MTX34& mtx) in isIllegal() function245 isIllegal(mtx._00) || isIllegal(mtx._01) || isIllegal(mtx._02) || isIllegal(mtx._03) || in isIllegal()246 isIllegal(mtx._10) || isIllegal(mtx._11) || isIllegal(mtx._12) || isIllegal(mtx._13) || in isIllegal()247 isIllegal(mtx._20) || isIllegal(mtx._21) || isIllegal(mtx._22) || isIllegal(mtx._23); in isIllegal()300 NW_ASSERT(!internal::isIllegal(resource.GetPositionOffset())); in RenderParticleShape()318 NW_ASSERT(!internal::isIllegal(camera->ViewMatrix())); in RenderParticleShape()326 NW_ASSERT(!internal::isIllegal(camera->InverseViewMatrix())); in RenderParticleShape()[all …]