Home
last modified time | relevance | path

Searched refs:setCol3 (Results 1 – 18 of 18) sorted by relevance

/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletMultiThreaded/vectormath/scalar/cpp/
H A Dvectormath_aos.h1350 inline Matrix4 & setCol3( const Vector4 & col3 );
1647 inline Transform3 & setCol3( const Vector3 & col3 );
H A Dmat_aos.h516 inline Matrix4 & Matrix4::setCol3( const Vector4 & _col3 ) in setCol3() function
685 affineMat.setCol3( mat.getCol3().getXYZ( ) ); in affineInverse()
695 affineMat.setCol3( mat.getCol3().getXYZ( ) ); in orthoInverse()
1181 inline Transform3 & Transform3::setCol3( const Vector3 & _col3 ) in setCol3() function
/dports/devel/bullet/bullet3-3.21/test/Bullet2/vectormath/neon/
H A Dvectormath_aos.h1429 inline Matrix4 &setCol3(const Vector4 &col3);
1725 inline Transform3 &setCol3(const Vector3 &col3);
H A Dmat_aos.h484 inline Matrix4 &Matrix4::setCol3(const Vector4 &_col3) in setCol3() function
651 affineMat.setCol3(mat.getCol3().getXYZ()); in affineInverse()
661 affineMat.setCol3(mat.getCol3().getXYZ()); in orthoInverse()
1121 inline Transform3 &Transform3::setCol3(const Vector3 &_col3) in setCol3() function
/dports/devel/bullet/bullet3-3.21/test/Bullet2/vectormath/scalar/
H A Dvectormath_aos.h1412 inline Matrix4 &setCol3(const Vector4 &col3);
1708 inline Transform3 &setCol3(const Vector3 &col3);
H A Dmat_aos.h484 inline Matrix4 &Matrix4::setCol3(const Vector4 &_col3) in setCol3() function
651 affineMat.setCol3(mat.getCol3().getXYZ()); in affineInverse()
661 affineMat.setCol3(mat.getCol3().getXYZ()); in orthoInverse()
1121 inline Transform3 &Transform3::setCol3(const Vector3 &_col3) in setCol3() function
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/vectormath/neon/
H A Dvectormath_aos.h1429 inline Matrix4 &setCol3(const Vector4 &col3);
1725 inline Transform3 &setCol3(const Vector3 &col3);
H A Dmat_aos.h484 inline Matrix4 &Matrix4::setCol3(const Vector4 &_col3) in setCol3() function
651 affineMat.setCol3(mat.getCol3().getXYZ()); in affineInverse()
661 affineMat.setCol3(mat.getCol3().getXYZ()); in orthoInverse()
1121 inline Transform3 &Transform3::setCol3(const Vector3 &_col3) in setCol3() function
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/vectormath/scalar/
H A Dvectormath_aos.h1412 inline Matrix4 &setCol3(const Vector4 &col3);
1708 inline Transform3 &setCol3(const Vector3 &col3);
H A Dmat_aos.h484 inline Matrix4 &Matrix4::setCol3(const Vector4 &_col3) in setCol3() function
651 affineMat.setCol3(mat.getCol3().getXYZ()); in affineInverse()
661 affineMat.setCol3(mat.getCol3().getXYZ()); in orthoInverse()
1121 inline Transform3 &Transform3::setCol3(const Vector3 &_col3) in setCol3() function
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/vectormath/scalar/
H A Dvectormath_aos.h1413 inline Matrix4 & setCol3( const Vector4 & col3 );
1710 inline Transform3 & setCol3( const Vector3 & col3 );
H A Dmat_aos.h503 inline Matrix4 & Matrix4::setCol3( const Vector4 & _col3 ) in setCol3() function
672 affineMat.setCol3( mat.getCol3().getXYZ( ) ); in affineInverse()
682 affineMat.setCol3( mat.getCol3().getXYZ( ) ); in orthoInverse()
1168 inline Transform3 & Transform3::setCol3( const Vector3 & _col3 ) in setCol3() function
/dports/devel/bullet/bullet3-3.21/test/Bullet2/vectormath/sse/
H A Dmat_aos.h660 VECTORMATH_FORCE_INLINE Matrix4 &Matrix4::setCol3(const Vector4 &_col3) in setCol3() function
886 affineMat.setCol3(mat.getCol3().getXYZ()); in affineInverse()
896 affineMat.setCol3(mat.getCol3().getXYZ()); in orthoInverse()
1553 VECTORMATH_FORCE_INLINE Transform3 &Transform3::setCol3(const Vector3 &_col3) in setCol3() function
H A Dvectormath_aos.h2004 VECTORMATH_FORCE_INLINE Matrix4 &setCol3(const Vector4 &col3);
2346 VECTORMATH_FORCE_INLINE Transform3 &setCol3(const Vector3 &col3);
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/vectormath/sse/
H A Dmat_aos.h660 VECTORMATH_FORCE_INLINE Matrix4 &Matrix4::setCol3(const Vector4 &_col3) in setCol3() function
886 affineMat.setCol3(mat.getCol3().getXYZ()); in affineInverse()
896 affineMat.setCol3(mat.getCol3().getXYZ()); in orthoInverse()
1553 VECTORMATH_FORCE_INLINE Transform3 &Transform3::setCol3(const Vector3 &_col3) in setCol3() function
H A Dvectormath_aos.h2004 VECTORMATH_FORCE_INLINE Matrix4 &setCol3(const Vector4 &col3);
2346 VECTORMATH_FORCE_INLINE Transform3 &setCol3(const Vector3 &col3);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/vectormath/sse/
H A Dmat_aos.h680 VECTORMATH_FORCE_INLINE Matrix4 & Matrix4::setCol3( const Vector4 &_col3 ) in setCol3() function
895 affineMat.setCol3( mat.getCol3().getXYZ( ) ); in affineInverse()
905 affineMat.setCol3( mat.getCol3().getXYZ( ) ); in orthoInverse()
1573 VECTORMATH_FORCE_INLINE Transform3 & Transform3::setCol3( const Vector3 &_col3 ) in setCol3() function
H A Dvectormath_aos.h2012 VECTORMATH_FORCE_INLINE Matrix4 & setCol3( const Vector4 &col3 );
2355 VECTORMATH_FORCE_INLINE Transform3 & setCol3( const Vector3 &col3 );