Click or drag to resize
SbRotationd Constructor
Constructor for rotation.
Overload List
  NameDescription
Public methodSbRotationd(Double)
Constructor for rotation.
Public methodSbRotationd(SbMatrixd)
Constructor for rotation.
Public methodSbRotationd(SbMatrixd)
Constructor for rotation.
Public methodSbRotationd(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.
Public methodSbRotationd(SbVec3d, Double)
Constructor for rotation. The axis/radians constructor creates a rotation of angle radians about the given axis.
Public methodSbRotationd(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.
Public methodSbRotationd(SbVec3d, Double)
Constructor for rotation. The axis/radians constructor creates a rotation of angle radians about the given axis.
Public methodSbRotationd(Double, Double, Double, Double)
Constructor for rotation.
Top
See Also