Home
last modified time | relevance | path

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

/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Trsf.hxx111 Standard_EXPORT void SetRotationPart (const gp_Quaternion& theR);
H A Dgp_Trsf.cxx136 void gp_Trsf::SetRotationPart (const gp_Quaternion& theR) in SetRotationPart() function in gp_Trsf
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Trsf.hxx111 Standard_EXPORT void SetRotationPart (const gp_Quaternion& theR);
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR3.h560 RigidMapR3& SetRotationPart(const Matrix3x3&); // Set the rotation part
561 RigidMapR3& SetRotationPart(const Quaternion&);
562 RigidMapR3& SetRotationPart(const VectorR3&, double theta); // Set rotation axis and angle
563 RigidMapR3& SetRotationPart(const VectorR3&, double sintheta, double costheta);
2001 inline RigidMapR3& RigidMapR3::SetRotationPart(const Matrix3x3& A) // Set the rotation part in SetRotationPart() function
H A DLinearR3.cpp677 RigidMapR3& RigidMapR3::SetRotationPart(const VectorR3& u, double theta) in SetRotationPart() function in RigidMapR3
697 RigidMapR3& RigidMapR3::SetRotationPart(const VectorR3& u, double s, double c) in SetRotationPart() function in RigidMapR3
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/BussIK/
H A DLinearR3.h560 RigidMapR3& SetRotationPart(const Matrix3x3&); // Set the rotation part
561 RigidMapR3& SetRotationPart(const Quaternion&);
562 RigidMapR3& SetRotationPart(const VectorR3&, double theta); // Set rotation axis and angle
563 RigidMapR3& SetRotationPart(const VectorR3&, double sintheta, double costheta);
2001 inline RigidMapR3& RigidMapR3::SetRotationPart(const Matrix3x3& A) // Set the rotation part in SetRotationPart() function
H A DLinearR3.cpp677 RigidMapR3& RigidMapR3::SetRotationPart(const VectorR3& u, double theta) in SetRotationPart() function in RigidMapR3
697 RigidMapR3& RigidMapR3::SetRotationPart(const VectorR3& u, double s, double c) in SetRotationPart() function in RigidMapR3
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ObjectCommands.cxx4181 aTrsf.SetRotationPart (aQuat); in VSetLocation()