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