24 #ifndef OPENMW_COMPONENTS_NIF_NIFTYPES_HPP
25 #define OPENMW_COMPONENTS_NIF_NIFTYPES_HPP
28 #include <osg/Matrixf>
43 mValues[i][j] = (i==j) ? 1.f : 0.f;
50 if ((i==j) != (
mValues[i][j] == 1))
64 osg::Matrixf transform;
65 transform.setTrans(
pos);
76 return pos == osg::Vec3f(0,0,0)
float mValues[3][3]
Definition: niftypes.hpp:37
Matrix3()
Definition: niftypes.hpp:39
bool isIdentity() const
Definition: niftypes.hpp:46
Definition: niftypes.hpp:35