Lines Matching refs:Mat4
38 Vec4 Vec4::operator*( const Mat4& rhs ) const in operator *()
51 Mat4::Mat4() in Mat4() function in ndk_helper::Mat4
57 Mat4::Mat4( const float* mIn ) in Mat4() function in ndk_helper::Mat4
63 Mat4 Mat4::operator*( const Mat4& rhs ) const in operator *()
65 Mat4 ret; in operator *()
105 Vec4 Mat4::operator*( const Vec4& rhs ) const in operator *()
115 Mat4 Mat4::Inverse() in Inverse()
117 Mat4 ret; in Inverse()
190 Mat4 Mat4::RotationX( const float fAngle ) in RotationX()
192 Mat4 ret; in RotationX()
217 Mat4 Mat4::RotationY( const float fAngle ) in RotationY()
219 Mat4 ret; in RotationY()
245 Mat4 Mat4::RotationZ( const float fAngle ) in RotationZ()
247 Mat4 ret; in RotationZ()
272 Mat4 Mat4::Translation( const float fX, const float fY, const float fZ ) in Translation()
274 Mat4 ret; in Translation()
294 Mat4 Mat4::Translation( const Vec3 vec ) in Translation()
296 Mat4 ret; in Translation()
316 Mat4 Mat4::Perspective( float width, float height, float nearPlane, float farPlane ) in Perspective()
321 Mat4 result; in Perspective()
342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up ) in LookAt()
345 Mat4 result; in LookAt()