Click or drag to resize
SbMatrix3 Structure

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

The SbMatrix3 type exposes the following members.

Constructors
  NameDescription
Public methodSbMatrix3
Initializes a new instance of the SbMatrix3 class
Top
Methods
  NameDescription
Public methodEquals (Overrides ValueTypeEquals(Object).)
Public methodGetHashCode (Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIdentity
Public methodMakeIdentity
Public methodMultLeft(SbMatrix3)
Public methodMultLeft(SbMatrix3)
Public methodMultMatrixVec(SbVec3f, SbVec3f)
Public methodMultMatrixVec(SbVec3f, SbVec3f)
Public methodMultRight(SbMatrix3)
Public methodMultRight(SbMatrix3)
Public methodMultVecMatrix(SbVec3f, SbVec3f)
Public methodMultVecMatrix(SbVec3f, SbVec3f)
Public methodSetRotate(SbRotation)
Public methodSetRotate(SbRotation)
Public methodSetScale(Single)
Public methodSetScale(SbVec3f)
Public methodSetScale(SbVec3f)
Public methodSetValue(Single)
Public methodSetValue(Single)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
Properties
  NameDescription
Public propertyItem
Top
See Also