Home
last modified time | relevance | path

Searched defs:Matrix3x4 (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DMatrix3x4.h39 Matrix3x4() in Matrix3x4() function
63 Matrix3x4(const Matrix3x4& matrix) in Matrix3x4() function
88 Matrix3x4(const Matrix3& matrix) : in Matrix3x4() function
105 Matrix3x4(const Matrix4& matrix) in Matrix3x4() function
129 Matrix3x4(float v00, float v01, float v02, float v03, in Matrix3x4() function
148 explicit Matrix3x4(const float* data) in Matrix3x4() function
172 Matrix3x4(const Vector3& translation, const Quaternion& rotation, float scale) in Matrix3x4() function
186 Matrix3x4(const Vector3& translation, const Quaternion& rotation, const Vector3& scale) in Matrix3x4() function
H A DPolyhedron.h33 class Matrix3x4; variable
H A DBoundingBox.h39 class Matrix3x4; variable
H A DMatrix4.h35 class Matrix3x4; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DUIBatch.h34 class Matrix3x4; variable
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DDebugRenderer.h37 class Matrix3x4; variable
H A DBatch.h40 class Matrix3x4; variable
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/base/
H A Dalias.rs64 pub type Matrix3x4<N> = MatrixMN<N, U3, U4>; typedef
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/base/
H A Dalias.rs64 pub type Matrix3x4<N> = MatrixMN<N, U3, U4>; typedef
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR3.h65 class Matrix3x4; variable
335 Matrix3x4() {} in Matrix3x4() function
1121 inline Matrix3x4::Matrix3x4(const VectorR3& u, const VectorR3& v, in Matrix3x4() function
1138 inline Matrix3x4::Matrix3x4(double a11, double a21, double a31, in Matrix3x4() function
1157 inline Matrix3x4::Matrix3x4(const Matrix3x3& A, const VectorR3& u) in Matrix3x4() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR3.h65 class Matrix3x4; variable
335 Matrix3x4() {} in Matrix3x4() function
1121 inline Matrix3x4::Matrix3x4(const VectorR3& u, const VectorR3& v, in Matrix3x4() function
1138 inline Matrix3x4::Matrix3x4(double a11, double a21, double a31, in Matrix3x4() function
1157 inline Matrix3x4::Matrix3x4(const Matrix3x3& A, const VectorR3& u) in Matrix3x4() function
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/base/
H A Dalias.rs181 pub type Matrix3x4<T> = Matrix<T, U3, U4, ArrayStorage<T, 3, 4>>; typedef
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/vecmath-1.0.0/src/
H A Dlib.rs53 pub type Matrix3x4<T> = [[T; 4]; 3]; typedef