Home
last modified time | relevance | path

Searched refs:AffineMapR3 (Results 1 – 6 of 6) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR3.h447 AffineMapR3();
499 inline AffineMapR3 operator*(const AffineMapR3&, double);
500 inline AffineMapR3 operator*(double, const AffineMapR3&);
501 inline AffineMapR3 operator/(const AffineMapR3&, double);
504 AffineMapR3 operator*(const AffineMapR3&, const AffineMapR3&);
505 AffineMapR3 operator*(const LinearMapR3&, const AffineMapR3&);
506 AffineMapR3 operator*(const AffineMapR3&, const LinearMapR3&);
1783 inline AffineMapR3 operator+(const AffineMapR3& A, const AffineMapR3& B)
1807 inline AffineMapR3 operator-(const AffineMapR3& A, const AffineMapR3& B)
1831 inline AffineMapR3& AffineMapR3::operator*=(double b)
[all …]
H A DLinearR3.cpp382 AffineMapR3 operator*(const AffineMapR3& A, const AffineMapR3& B) in operator *()
384 return (AffineMapR3(A.m11 * B.m11 + A.m12 * B.m21 + A.m13 * B.m31, in operator *()
398 AffineMapR3 operator*(const LinearMapR3& A, const AffineMapR3& B) in operator *()
400 return (AffineMapR3(A.m11 * B.m11 + A.m12 * B.m21 + A.m13 * B.m31, in operator *()
414 AffineMapR3 operator*(const AffineMapR3& A, const LinearMapR3& B) in operator *()
416 return (AffineMapR3(A.m11 * B.m11 + A.m12 * B.m21 + A.m13 * B.m31, in operator *()
430 AffineMapR3 AffineMapR3::Inverse() const // Returns inverse in Inverse()
458 return (AffineMapR3(sd11, sd12, sd13, in Inverse()
464 AffineMapR3& AffineMapR3::Invert() // Converts into inverse. in Invert()
H A DLinearR2.h53 class AffineMapR3; // Affine Map (3x4 Matrix) variable
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR3.h447 AffineMapR3();
499 inline AffineMapR3 operator*(const AffineMapR3&, double);
500 inline AffineMapR3 operator*(double, const AffineMapR3&);
501 inline AffineMapR3 operator/(const AffineMapR3&, double);
504 AffineMapR3 operator*(const AffineMapR3&, const AffineMapR3&);
505 AffineMapR3 operator*(const LinearMapR3&, const AffineMapR3&);
506 AffineMapR3 operator*(const AffineMapR3&, const LinearMapR3&);
1783 inline AffineMapR3 operator+(const AffineMapR3& A, const AffineMapR3& B)
1807 inline AffineMapR3 operator-(const AffineMapR3& A, const AffineMapR3& B)
1831 inline AffineMapR3& AffineMapR3::operator*=(double b)
[all …]
H A DLinearR3.cpp382 AffineMapR3 operator*(const AffineMapR3& A, const AffineMapR3& B) in operator *()
384 return (AffineMapR3(A.m11 * B.m11 + A.m12 * B.m21 + A.m13 * B.m31, in operator *()
398 AffineMapR3 operator*(const LinearMapR3& A, const AffineMapR3& B) in operator *()
400 return (AffineMapR3(A.m11 * B.m11 + A.m12 * B.m21 + A.m13 * B.m31, in operator *()
414 AffineMapR3 operator*(const AffineMapR3& A, const LinearMapR3& B) in operator *()
416 return (AffineMapR3(A.m11 * B.m11 + A.m12 * B.m21 + A.m13 * B.m31, in operator *()
430 AffineMapR3 AffineMapR3::Inverse() const // Returns inverse in Inverse()
458 return (AffineMapR3(sd11, sd12, sd13, in Inverse()
464 AffineMapR3& AffineMapR3::Invert() // Converts into inverse. in Invert()
H A DLinearR2.h53 class AffineMapR3; // Affine Map (3x4 Matrix) variable