Home
last modified time | relevance | path

Searched refs:Matrix3 (Results 1 – 25 of 971) sorted by relevance

12345678910>>...39

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/include/Math/
H A DCOLLADABUMathMatrix3.h47 class Matrix3
55 inline Matrix3 () in Matrix3() function
64 inline Matrix3 ( const Matrix3& rkMatrix ) in Matrix3() function
118 inline Matrix3& operator= ( const Matrix3& rkMatrix )
132 Matrix3 operator+ ( const Matrix3& rkMatrix ) const;
133 Matrix3 operator- ( const Matrix3& rkMatrix ) const;
134 Matrix3 operator* ( const Matrix3& rkMatrix ) const;
135 Matrix3 operator- () const;
148 friend Matrix3 operator* ( Real fScalar, const Matrix3& rkMatrix );
217 static void bidiagonalize ( Matrix3& kA, Matrix3& kL,
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dmatrix3.cpp93 Matrix3 Matrix3::orthonormalized() const { in orthonormalized()
95 Matrix3 c = *this; in orthonormalized()
100 Matrix3 Matrix3::inverse() const { in inverse()
114 Matrix3 Matrix3::transposed() const { in transposed()
134 Matrix3 Matrix3::scaled(const Vector3 &p_scale) const { in scaled()
136 Matrix3 m = *this; in scaled()
209 bool Matrix3::operator==(const Matrix3 &p_matrix) const { in operator ==()
220 bool Matrix3::operator!=(const Matrix3 &p_matrix) const { in operator !=()
413 Matrix3::Matrix3(const Vector3 &p_euler) { in Matrix3() function in Matrix3
418 Matrix3::Matrix3(const Quat &p_quat) { in Matrix3() function in Matrix3
[all …]
H A Dmatrix3.h39 class Matrix3 {
55 Matrix3 inverse() const;
56 Matrix3 transposed() const;
100 _FORCE_INLINE_ Matrix3 operator*(const Matrix3 &p_matrix) const;
144 _FORCE_INLINE_ Matrix3 transpose_xform(const Matrix3 &m) const { in transpose_xform()
145 return Matrix3( in transpose_xform()
162 Matrix3 orthonormalized() const;
170 _FORCE_INLINE_ Matrix3() { in Matrix3() function
184 _FORCE_INLINE_ void Matrix3::operator*=(const Matrix3 &p_matrix) {
192 _FORCE_INLINE_ Matrix3 Matrix3::operator*(const Matrix3 &p_matrix) const {
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dmatrix3.cpp93 Matrix3 Matrix3::orthonormalized() const { in orthonormalized()
95 Matrix3 c = *this; in orthonormalized()
100 Matrix3 Matrix3::inverse() const { in inverse()
114 Matrix3 Matrix3::transposed() const { in transposed()
134 Matrix3 Matrix3::scaled(const Vector3 &p_scale) const { in scaled()
136 Matrix3 m = *this; in scaled()
209 bool Matrix3::operator==(const Matrix3 &p_matrix) const { in operator ==()
220 bool Matrix3::operator!=(const Matrix3 &p_matrix) const { in operator !=()
413 Matrix3::Matrix3(const Vector3 &p_euler) { in Matrix3() function in Matrix3
418 Matrix3::Matrix3(const Quat &p_quat) { in Matrix3() function in Matrix3
[all …]
H A Dmatrix3.h39 class Matrix3 {
55 Matrix3 inverse() const;
56 Matrix3 transposed() const;
100 _FORCE_INLINE_ Matrix3 operator*(const Matrix3 &p_matrix) const;
144 _FORCE_INLINE_ Matrix3 transpose_xform(const Matrix3 &m) const { in transpose_xform()
145 return Matrix3( in transpose_xform()
162 Matrix3 orthonormalized() const;
170 _FORCE_INLINE_ Matrix3() { in Matrix3() function
184 _FORCE_INLINE_ void Matrix3::operator*=(const Matrix3 &p_matrix) {
192 _FORCE_INLINE_ Matrix3 Matrix3::operator*(const Matrix3 &p_matrix) const {
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMatrix3.h68 class _OgreExport Matrix3
75 inline Matrix3 () {} in Matrix3() function
80 inline Matrix3 (const Matrix3& rkMatrix) in Matrix3() function
136 inline Matrix3& operator= (const Matrix3& rkMatrix)
156 Matrix3 operator+ (const Matrix3& rkMatrix) const;
160 Matrix3 operator- (const Matrix3& rkMatrix) const;
164 Matrix3 operator* (const Matrix3& rkMatrix) const;
278 static void Bidiagonalize (Matrix3& kA, Matrix3& kL,
279 Matrix3& kR);
280 static void GolubKahanStep (Matrix3& kA, Matrix3& kL,
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMatrix3.h68 class _OgreExport Matrix3
75 Matrix3 () {} in Matrix3() function
125 Matrix3 operator+ (const Matrix3& rkMatrix) const;
129 Matrix3 operator- (const Matrix3& rkMatrix) const;
133 Matrix3 operator* (const Matrix3& rkMatrix) const;
144 _OgreExport friend Matrix3 operator* (Real fScalar, const Matrix3& rkMatrix);
161 Matrix3& rkR) const;
250 static void Bidiagonalize (Matrix3& kA, Matrix3& kL,
251 Matrix3& kR);
252 static void GolubKahanStep (Matrix3& kA, Matrix3& kL,
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Math/
H A DMatrix3.pkg1 $#include "Math/Matrix3.h"
3 class Matrix3
5 Matrix3();
6 Matrix3(const Matrix3& matrix);
10 ~Matrix3();
15 Matrix3 operator + (const Matrix3& rhs) const;
16 Matrix3 operator - (const Matrix3& rhs) const;
18 Matrix3 operator * (const Matrix3& rhs) const;
24 Matrix3 Transpose() const;
27 Matrix3 Inverse() const;
[all …]
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/
H A Dmatrix.h172 class Matrix3
201 Matrix3(): in Matrix3() function
206 Matrix3( in Matrix3() function
227 Matrix3 &set_identity() in set_identity()
228 { return *this = Matrix3(); } in set_identity()
283 Matrix3 operator*=(const Matrix3 &rhs);
293 Matrix3 operator+=(const Matrix3 &rhs);
298 Matrix3 operator*(const Matrix3 &rhs)const
310 Matrix3 operator+(const Matrix3 &rhs)const
318 Matrix3 &invert();
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/
H A Dmatrix.h172 class Matrix3
201 Matrix3(): in Matrix3() function
206 Matrix3( in Matrix3() function
227 Matrix3 &set_identity() in set_identity()
228 { return *this = Matrix3(); } in set_identity()
283 Matrix3 operator*=(const Matrix3 &rhs);
293 Matrix3 operator+=(const Matrix3 &rhs);
298 Matrix3 operator*(const Matrix3 &rhs)const
310 Matrix3 operator+(const Matrix3 &rhs)const
318 Matrix3 &invert();
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/
H A Dmatrix.h172 class Matrix3
201 Matrix3(): in Matrix3() function
206 Matrix3( in Matrix3() function
227 Matrix3 &set_identity() in set_identity()
228 { return *this = Matrix3(); } in set_identity()
283 Matrix3 operator*=(const Matrix3 &rhs);
293 Matrix3 operator+=(const Matrix3 &rhs);
298 Matrix3 operator*(const Matrix3 &rhs)const
310 Matrix3 operator+(const Matrix3 &rhs)const
318 Matrix3 &invert();
[all …]
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletMultiThreaded/vectormath/scalar/cpp/
H A Dvectormath_aos.h51 class Matrix3; variable
1056 class Matrix3
1069 inline Matrix3( const Matrix3 & mat );
1085 inline Matrix3 & operator =( const Matrix3 & mat );
1169 inline Matrix3 & operator +=( const Matrix3 & mat );
1173 inline Matrix3 & operator -=( const Matrix3 & mat );
1234 inline const Matrix3 mulPerElem( const Matrix3 & mat0, const Matrix3 & mat1 );
1238 inline const Matrix3 absPerElem( const Matrix3 & mat );
1242 inline const Matrix3 transpose( const Matrix3 & mat );
1248 inline const Matrix3 inverse( const Matrix3 & mat );
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DMatrix3.hpp248 Matrix3 ( const Matrix3 & f) in Matrix3() function in moab::Matrix3
320 inline Matrix3& operator=( const Matrix3& m ){ in operator =()
413 inline Matrix3& operator+=( const Matrix3& m ){ in operator +=()
422 inline Matrix3& operator-=( const Matrix3& m ){ in operator -=()
449 inline Matrix3& operator*=( const Matrix3& m ){ in operator *=()
774 friend Matrix3 operator+( const Matrix3& a, const Matrix3& b );
775 friend Matrix3 operator-( const Matrix3& a, const Matrix3& b );
776 friend Matrix3 operator*( const Matrix3& a, const Matrix3& b );
880 inline Matrix3 operator+( const Matrix3& a, const Matrix3& b ) { in operator +()
890 inline Matrix3 operator-( const Matrix3& a, const Matrix3& b ){ in operator -()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DMatrix3.h31 class URHO3D_API Matrix3
35 Matrix3() : in Matrix3() function
49 Matrix3(const Matrix3& matrix) : in Matrix3() function
93 Matrix3& operator =(const Matrix3& rhs)
136 Matrix3 operator +(const Matrix3& rhs) const
138 return Matrix3(
152 Matrix3 operator -(const Matrix3& rhs) const
154 return Matrix3(
170 return Matrix3(
184 Matrix3 operator *(const Matrix3& rhs) const
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/hugin_math/
H A DMatrix3.cpp28 Matrix3 tmp; in getIdentity()
32 Matrix3 Matrix3::Identity = getIdentity();
36 Matrix3::Matrix3() { in Matrix3() function in Matrix3
43 Matrix3::Matrix3(const Matrix3& ot) in Matrix3() function in Matrix3
119 Matrix3 rollm; in SetRotationPT()
137 Matrix3 pitchm; in SetRotationPT()
147 Matrix3 yawm; in SetRotationPT()
195 Matrix3& Matrix3::operator= (const Matrix3& ot) in operator =()
204 Matrix3 Matrix3::operator*(const Matrix3& ot) const in operator *()
238 void Matrix3::operator*=(Matrix3 ot) in operator *=()
[all …]
H A DMatrix3.h37 class IMPEX Matrix3
43 static Matrix3 Identity;
47 Matrix3();
50 Matrix3(const Matrix3& ot);
87 Matrix3& operator= (const Matrix3& ot);
90 Matrix3 operator*(const Matrix3& ot) const;
118 inline Matrix3 Transpose() in Transpose()
120 Matrix3 Result; in Transpose()
153 Matrix3 Inverse() const;
166 Matrix3 r; in GetRotationAroundU()
[all …]
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/opengl-framework/src/maths/
H A DMatrix3.h38 class Matrix3 {
50 Matrix3() { in Matrix3() function
76 Matrix3(const Matrix3& matrix) { in Matrix3() function
136 Matrix3 zero; in isNull()
148 Matrix3 I; in isIdentity()
182 Matrix3& operator=(const Matrix3& matrix) {
193 Matrix3 operator+(const Matrix3& matrix2) {
200 Matrix3 operator-(const Matrix3& matrix2) {
221 Matrix3 operator*(const Matrix3& matrix2) {
253 Matrix3& operator+=(const Matrix3& matrix) {
[all …]
/dports/devel/bullet/bullet3-3.21/test/Bullet2/vectormath/neon/
H A Dvectormath_aos.h40 class Matrix3; variable
1149 inline Matrix3(const Matrix3 &mat);
1165 inline Matrix3 &operator=(const Matrix3 &mat);
1249 inline Matrix3 &operator+=(const Matrix3 &mat);
1253 inline Matrix3 &operator-=(const Matrix3 &mat);
1261 inline Matrix3 &operator*=(const Matrix3 &mat);
1313 inline const Matrix3 mulPerElem(const Matrix3 &mat0, const Matrix3 &mat1);
1317 inline const Matrix3 absPerElem(const Matrix3 &mat);
1321 inline const Matrix3 transpose(const Matrix3 &mat);
1327 inline const Matrix3 inverse(const Matrix3 &mat);
[all …]
/dports/devel/bullet/bullet3-3.21/test/Bullet2/vectormath/scalar/
H A Dvectormath_aos.h38 class Matrix3; variable
1132 inline Matrix3(const Matrix3 &mat);
1148 inline Matrix3 &operator=(const Matrix3 &mat);
1232 inline Matrix3 &operator+=(const Matrix3 &mat);
1236 inline Matrix3 &operator-=(const Matrix3 &mat);
1244 inline Matrix3 &operator*=(const Matrix3 &mat);
1296 inline const Matrix3 mulPerElem(const Matrix3 &mat0, const Matrix3 &mat1);
1300 inline const Matrix3 absPerElem(const Matrix3 &mat);
1304 inline const Matrix3 transpose(const Matrix3 &mat);
1310 inline const Matrix3 inverse(const Matrix3 &mat);
[all …]
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/vectormath/neon/
H A Dvectormath_aos.h40 class Matrix3; variable
1149 inline Matrix3(const Matrix3 &mat);
1165 inline Matrix3 &operator=(const Matrix3 &mat);
1249 inline Matrix3 &operator+=(const Matrix3 &mat);
1253 inline Matrix3 &operator-=(const Matrix3 &mat);
1261 inline Matrix3 &operator*=(const Matrix3 &mat);
1313 inline const Matrix3 mulPerElem(const Matrix3 &mat0, const Matrix3 &mat1);
1317 inline const Matrix3 absPerElem(const Matrix3 &mat);
1321 inline const Matrix3 transpose(const Matrix3 &mat);
1327 inline const Matrix3 inverse(const Matrix3 &mat);
[all …]
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/vectormath/scalar/
H A Dvectormath_aos.h38 class Matrix3; variable
1132 inline Matrix3(const Matrix3 &mat);
1148 inline Matrix3 &operator=(const Matrix3 &mat);
1232 inline Matrix3 &operator+=(const Matrix3 &mat);
1236 inline Matrix3 &operator-=(const Matrix3 &mat);
1244 inline Matrix3 &operator*=(const Matrix3 &mat);
1296 inline const Matrix3 mulPerElem(const Matrix3 &mat0, const Matrix3 &mat1);
1300 inline const Matrix3 absPerElem(const Matrix3 &mat);
1304 inline const Matrix3 transpose(const Matrix3 &mat);
1310 inline const Matrix3 inverse(const Matrix3 &mat);
[all …]
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/vectormath/scalar/
H A Dvectormath_aos.h38 class Matrix3; variable
1119 class Matrix3
1132 inline Matrix3( const Matrix3 & mat );
1148 inline Matrix3 & operator =( const Matrix3 & mat );
1232 inline Matrix3 & operator +=( const Matrix3 & mat );
1236 inline Matrix3 & operator -=( const Matrix3 & mat );
1297 inline const Matrix3 mulPerElem( const Matrix3 & mat0, const Matrix3 & mat1 );
1301 inline const Matrix3 absPerElem( const Matrix3 & mat );
1305 inline const Matrix3 transpose( const Matrix3 & mat );
1311 inline const Matrix3 inverse( const Matrix3 & mat );
[all …]
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/
H A DMatrix3.hh40 class Matrix3 class
49 public: Matrix3() in Matrix3() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix3
56 public: Matrix3(const Matrix3<T> &_m) in Matrix3() function in ignition::math::IGNITION_MATH_VERSION_NAMESPACE::Matrix3
225 public: Matrix3<T> &operator=(const Matrix3<T> &_mat) in operator =()
232 public: Matrix3<T> operator-(const Matrix3<T> &_m) const in operator -()
234 return Matrix3<T>( in operator -()
247 public: Matrix3<T> operator+(const Matrix3<T> &_m) const in operator +()
273 public: Matrix3<T> operator*(const Matrix3<T> &_m) const in operator *()
335 public: friend inline Matrix3<T> operator*(T _s, const Matrix3<T> &_m) in operator *()
532 const Matrix3<T> Matrix3<T>::Identity(
[all …]
/dports/math/g2o/g2o-20201223_git/g2o/types/slam3d/
H A Disometry3d_gradients.h134 Matrix3 S; in computeEdgeSE3Gradient()
141 Matrix3 S; in computeEdgeSE3Gradient()
150 Matrix3 Sxt,Syt,Szt; in computeEdgeSE3Gradient()
172 Matrix3 Sx,Sy,Sz; in computeEdgeSE3Gradient()
231 Matrix3 S; in computeEdgeSE3Gradient()
240 Matrix3 Sxt,Syt,Szt; in computeEdgeSE3Gradient()
252 Matrix3& Sx = Sxt; in computeEdgeSE3Gradient()
253 Matrix3& Sy = Syt; in computeEdgeSE3Gradient()
254 Matrix3& Sz = Szt; in computeEdgeSE3Gradient()
296 Matrix3 S;
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/src/Math/
H A DCOLLADABUMathMatrix3.cpp23 const Matrix3 Matrix3::ZERO( 0, 0, 0, 0, 0, 0, 0, 0, 0 );
71 Matrix3 Matrix3::operator+ ( const Matrix3& rkMatrix ) const in operator +()
88 Matrix3 Matrix3::operator- ( const Matrix3& rkMatrix ) const in operator -()
105 Matrix3 Matrix3::operator* ( const Matrix3& rkMatrix ) const in operator *()
156 Matrix3 Matrix3::operator- () const in operator -()
170 Matrix3 Matrix3::operator* ( Real fScalar ) const in operator *()
198 Matrix3 Matrix3::transpose () const in transpose()
258 Matrix3 kInverse = Matrix3::ZERO; in inverse()
282 void Matrix3::bidiagonalize ( Matrix3& kA, Matrix3& kL, in bidiagonalize()
404 void Matrix3::golubKahanStep ( Matrix3& kA, Matrix3& kL, in golubKahanStep()
[all …]

12345678910>>...39