SbRotationdSetValue Method |
Name | Description | |
---|---|---|
SetValue(Double) |
Sets value of rotation from array of 4 components of a quaternion.
| |
SetValue(SbMatrix) |
Sets value of rotation from a rotation matrix.
| |
SetValue(SbMatrix) |
Sets value of rotation from a rotation matrix.
| |
SetValue(SbMatrixd) |
Sets value of rotation from a rotation matrix.
| |
SetValue(SbMatrixd) |
Sets value of rotation from a rotation matrix.
| |
SetValue(SbRotation) |
Sets rotation from a single precision rotation.
| |
SetValue(SbRotation) |
Sets rotation from a single precision rotation.
| |
SetValue(SbVec3d, SbVec3d) |
Sets rotation to rotate one direction vector to another. The rotateFrom
and @rotateTo arguments are normalized before the rotation is calculated.
| |
SetValue(SbVec3d, Double) |
Sets value of vector from 3D rotation axis vector and angle in radians.
| |
SetValue(SbVec3d, SbVec3d) |
Sets rotation to rotate one direction vector to another. The rotateFrom
and @rotateTo arguments are normalized before the rotation is calculated.
| |
SetValue(SbVec3d, Double) |
Sets value of vector from 3D rotation axis vector and angle in radians.
| |
SetValue(Double, Double, Double, Double) |
Sets value of rotation from 4 individual components of a quaternion.
|