Click or drag to resize
SbRotation Structure

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
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 ValueType.Equals(Object).)
Public methodEquals(Object, Single)
Public methodGetHashCode (Overrides ValueType.GetHashCode().)
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 ValueType.ToString().)
Top
Operators
See Also