Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax Public Structure SbMatrix
public value class SbMatrix
[<SealedAttribute>]
type SbMatrix = struct end
The SbMatrix type exposes the following members.
Constructors
| Name | Description |
---|
| SbMatrix(Single) | Initializes a new instance of the SbMatrix class |
| SbMatrix(Single) | Initializes a new instance of the SbMatrix class |
| SbMatrix(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single) | Initializes a new instance of the SbMatrix class |
TopMethods
| Name | Description |
---|
| Det3 | |
| Det3(Int32, Int32, Int32, Int32, Int32, Int32) | |
| Det4 | |
| Equals(Object) | (Overrides ValueTypeEquals(Object).) |
| Equals(Object, Single) | |
| Factor | |
| GetHashCode | (Overrides ValueTypeGetHashCode.) |
| GetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation) | |
| GetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation, SbVec3f) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Identity | |
| Inverse | |
| LUBackSubstitution | |
| LUDecomposition | |
| MakeIdentity | |
| MultDirMatrix(SbVec3f, SbVec3f) | |
| MultDirMatrix(SbVec3f, SbVec3f) | |
| MultLeft(SbMatrix) | |
| MultLeft(SbMatrix) | |
| MultLineMatrix(SbLine, SbLine) | |
| MultLineMatrix(SbLine, SbLine) | |
| MultMatrixVec(SbVec3f, SbVec3f) | |
| MultMatrixVec(SbVec3f, SbVec4f) | |
| MultMatrixVec(SbVec3f, SbVec3f) | |
| MultMatrixVec(SbVec3f, SbVec4f) | |
| MultRight(SbMatrix) | |
| MultRight(SbMatrix) | |
| MultVecMatrix(SbVec3f, SbVec3f) | |
| MultVecMatrix(SbVec3f, SbVec4f) | |
| MultVecMatrix(SbVec3f, SbVec3f) | |
| MultVecMatrix(SbVec3f, SbVec4f) | |
| Scale | |
| SetRotate(SbRotation) | |
| SetRotate(SbRotation) | |
| SetScale(Single) | |
| SetScale(SbVec3f) | |
| SetScale(SbVec3f) | |
| SetTransform(SbVec3f, SbRotation, SbVec3f) | |
| SetTransform(SbVec3f, SbRotation, SbVec3f) | |
| SetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation) | |
| SetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation) | |
| SetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation, SbVec3f) | |
| SetTransform(SbVec3f, SbRotation, SbVec3f, SbRotation, SbVec3f) | |
| SetTranslate(SbVec3f) | |
| SetTranslate(SbVec3f) | |
| SetValue(Single) | |
| SetValue(Single) | |
| SetValue(SbMatrixd) | |
| SetValue(SbMatrixd) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Translate | |
| Transpose | |
TopOperators Properties See Also