Click or drag to resize
SbRotation Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax
public struct SbRotation

The SbRotation type exposes the following members.

Constructors
  NameDescription
Public methodSbRotation(Single)
Initializes a new instance of the SbRotation class
Public methodSbRotation(SbMatrix)
Initializes a new instance of the SbRotation class
Public methodSbRotation(SbMatrix)
Initializes a new instance of the SbRotation class
Public methodSbRotation(SbVec3f, SbVec3f)
Initializes a new instance of the SbRotation class
Public methodSbRotation(SbVec3f, Single)
Initializes a new instance of the SbRotation class
Public methodSbRotation(SbVec3f, SbVec3f)
Initializes a new instance of the SbRotation class
Public methodSbRotation(SbVec3f, Single)
Initializes a new instance of the SbRotation class
Public methodSbRotation(Single, Single, Single, Single)
Initializes a new instance of the SbRotation class
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ValueTypeEquals(Object).)
Public methodEquals(Object, Single)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue(SbMatrix)
Public methodGetValue(SbMatrix3)
Public methodGetValue(SbMatrixd)
Public methodGetValue(SbVec3f, Single)
Public methodGetValue(Single, Single, Single, Single)
Public methodStatic memberIdentity
Public methodInverse
Public methodInvert
Public methodMult(SbRotation)
Public methodMult(SbRotation)
Public methodMultVec(SbVec3f)
Public methodMultVec(SbVec3f, SbVec3f)
Public methodMultVec(SbVec3f, SbVec3f)
Public methodScaleAngle
Public methodSetValue(Single)
Public methodSetValue(SbMatrix)
Public methodSetValue(SbMatrix)
Public methodSetValue(SbMatrixd)
Public methodSetValue(SbMatrixd)
Public methodSetValue(SbRotationd)
Public methodSetValue(SbRotationd)
Public methodSetValue(SbVec3f, SbVec3f)
Public methodSetValue(SbVec3f, Single)
Public methodSetValue(SbVec3f, SbVec3f)
Public methodSetValue(SbVec3f, Single)
Public methodSetValue(Single, Single, Single, Single)
Public methodStatic memberSlerp(SbRotation, SbRotation, Single)
Public methodStatic memberSlerp(SbRotation, SbRotation, Single)
Public methodToString (Overrides ValueTypeToString.)
Top
Operators
See Also