|
|
Make from elements specified in row major order.
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ e00 As Double, _ e01 As Double, _ e02 As Double, _ e10 As Double, _ e11 As Double, _ e12 As Double, _ e20 As Double, _ e21 As Double, _ e22 As Double _ ) |
| C# |
|---|
public Matrix3( double e00, double e01, double e02, double e10, double e11, double e12, double e20, double e21, double e22 ) |
| Visual C++ |
|---|
public: Matrix3( double e00, double e01, double e02, double e10, double e11, double e12, double e20, double e21, double e22 ) |
Parameters
- e00
- Type: System..::..Double
- e01
- Type: System..::..Double
- e02
- Type: System..::..Double
- e10
- Type: System..::..Double
- e11
- Type: System..::..Double
- e12
- Type: System..::..Double
- e20
- Type: System..::..Double
- e21
- Type: System..::..Double
- e22
- Type: System..::..Double