Home
last modified time | relevance | path

Searched refs:Matrix_implementation (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DMatrix_implementation.cpp299 int Matrix_implementation::compare(const Matrix_implementation& m) const in compare()
453 void Matrix_implementation::mult( const Matrix_implementation& lhs, const Matrix_implementation& rh… in mult()
486 void Matrix_implementation::preMult( const Matrix_implementation& other ) in preMult()
507 void Matrix_implementation::postMult( const Matrix_implementation& other ) in postMult()
528 void Matrix_implementation::orthoNormalize(const Matrix_implementation& rhs) in orthoNormalize()
613 bool Matrix_implementation::invert_4x3( const Matrix_implementation& mat ) in invert_4x3()
745 bool Matrix_implementation::transpose(const Matrix_implementation&mat){ in transpose()
769 bool Matrix_implementation::transpose3x3(const Matrix_implementation&mat){ in transpose3x3()
787 bool Matrix_implementation::invert_4x4( const Matrix_implementation& mat ) in invert_4x4()
870 bool Matrix_implementation::getOrtho(Matrix_implementation::value_type& left, Matrix_implementation in getOrtho()
[all …]
H A DMatrixd.cpp18 #define Matrix_implementation Matrixd macro
H A DMatrixf.cpp18 #define Matrix_implementation Matrixf macro
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DMatrix_implementation.cpp299 int Matrix_implementation::compare(const Matrix_implementation& m) const in compare()
453 void Matrix_implementation::mult( const Matrix_implementation& lhs, const Matrix_implementation& rh… in mult()
486 void Matrix_implementation::preMult( const Matrix_implementation& other ) in preMult()
507 void Matrix_implementation::postMult( const Matrix_implementation& other ) in postMult()
528 void Matrix_implementation::orthoNormalize(const Matrix_implementation& rhs) in orthoNormalize()
613 bool Matrix_implementation::invert_4x3( const Matrix_implementation& mat ) in invert_4x3()
743 bool Matrix_implementation::invert_4x4( const Matrix_implementation& mat ) in invert_4x4()
826 bool Matrix_implementation::getOrtho(Matrix_implementation::value_type& left, Matrix_implementation in getOrtho()
844 bool Matrix_implementation::getOrtho(Matrix_implementation::other_value_type& left, Matrix_implemen… in getOrtho()
880 bool Matrix_implementation::getFrustum(Matrix_implementation::value_type& left, Matrix_implementati… in getFrustum()
[all …]
H A DMatrixd.cpp18 #define Matrix_implementation Matrixd macro
H A DMatrixf.cpp18 #define Matrix_implementation Matrixf macro
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog16106 From Jan Peciva, "attaching Matrix_implementation fix for two problems:- using m.getPerspective( fo…
39562 Added signOrZero template method, and to Matrix_implementation.cpp usage of this method in the get(…
40783 Commenting out Matrix_implementation.cpp entry to avoid it being installed.
45034 From David Spilling, "Matrix_implementation.cpp modified as requested. I ran a version of it throug…
47417 …ators, change of ' ' to GUIEventAdapter::KEY_Space, fix to url in Matrix_implementation.cpp. Synta…
56263 … on using value_type in most methods in Matrixd & Matrixf interfaces and Matrix_implementation.cpp.
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog26672 From Jan Peciva, "attaching Matrix_implementation fix for two problems:- using m.getPerspective( fo…
50128 Added signOrZero template method, and to Matrix_implementation.cpp usage of this method in the get(…
51349 Commenting out Matrix_implementation.cpp entry to avoid it being installed.
55600 From David Spilling, "Matrix_implementation.cpp modified as requested. I ran a version of it throug…
57983 …ators, change of ' ' to GUIEventAdapter::KEY_Space, fix to url in Matrix_implementation.cpp. Synta…
66829 … on using value_type in most methods in Matrixd & Matrixf interfaces and Matrix_implementation.cpp.