Searched refs:m_InverseWorldMatrix (Results 1 – 2 of 2) sorted by relevance
39 m_InverseWorldMatrix(math::MTX34::Identity()), in TransformNode()163 NW_FAILSAFE_IF(math::MTX34Inverse(&m_InverseWorldMatrix, m_WorldMatrix) == 0) in InverseWorldMatrix()165 m_InverseWorldMatrix = math::MTX34::Identity(); in InverseWorldMatrix()171 return m_InverseWorldMatrix; in InverseWorldMatrix()
440 mutable math::MTX34 m_InverseWorldMatrix; variable