SbRotationd Constructor |
Name | Description | |
---|---|---|
SbRotationd(Double) |
Constructor for rotation.
| |
SbRotationd(SbMatrixd) |
Constructor for rotation.
| |
SbRotationd(SbMatrixd) |
Constructor for rotation.
| |
SbRotationd(SbVec3d, SbVec3d) |
Constructors for rotation. The rotate From/To constructor defines rotation
that rotates from one vector into another. The rotateFrom
and rotateTo vectors are normalized by the constructor
before calculating the rotation.
| |
SbRotationd(SbVec3d, Double) |
Constructor for rotation. The axis/radians constructor
creates a rotation of angle radians about the given axis.
| |
SbRotationd(SbVec3d, SbVec3d) |
Constructors for rotation. The rotate From/To constructor defines rotation
that rotates from one vector into another. The rotateFrom
and rotateTo vectors are normalized by the constructor
before calculating the rotation.
| |
SbRotationd(SbVec3d, Double) |
Constructor for rotation. The axis/radians constructor
creates a rotation of angle radians about the given axis.
| |
SbRotationd(Double, Double, Double, Double) |
Constructor for rotation.
|