Click or drag to resize
SbRotation Constructor
Constructor for rotation.
Overload List
  NameDescription
Public methodSbRotation(Single)
Constructor for rotation.
Public methodSbRotation(SbMatrix)
Constructor for rotation.
Public methodSbRotation(SbMatrix)
Constructor for rotation.
Public methodSbRotation(SbVec3f, SbVec3f)
Constructors for rotation. The rotateFrom/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 methodSbRotation(SbVec3f, Single)
Constructor for rotation.
Public methodSbRotation(SbVec3f, SbVec3f)
Constructors for rotation. The rotateFrom/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 methodSbRotation(SbVec3f, Single)
Constructor for rotation.
Public methodSbRotation(Single, Single, Single, Single)
Constructor for rotation.
Top
See Also