Method | Description | |
---|---|---|
ConversionMatrix ( |
||
CoordinateSystem ( |
||
CoordinateSystem ( CoordinateSystemType type ) : MathNet.Numerics.LinearAlgebra | ||
CoordinateSystem ( CoordinateSystemType type, Vector3 up, Vector3 right ) : MathNet.Numerics.LinearAlgebra | ||
CoordinateSystem ( CoordinateSystemType type, Vector3 up, Vector3 right, float meter ) : MathNet.Numerics.LinearAlgebra |
Method | Description | |
---|---|---|
CoordinateSystem ( ) : MathNet.Numerics.LinearAlgebra | ||
DNMatrixToMatrix ( Matrix |
||
MatrixToDNMatrix ( MathNet.Numerics.LinearAlgebra.Matrix m ) : Matrix |
||
UpdateMatrix ( ) : void |
public static ConversionMatrix ( |
||
Source | ||
Target | ||
return | MathNet.Numerics.LinearAlgebra.Matrix |
public CoordinateSystem ( |
||
cs | ||
return | MathNet.Numerics.LinearAlgebra |
public CoordinateSystem ( CoordinateSystemType type ) : MathNet.Numerics.LinearAlgebra | ||
type | CoordinateSystemType | |
return | MathNet.Numerics.LinearAlgebra |
public CoordinateSystem ( CoordinateSystemType type, Vector3 up, Vector3 right ) : MathNet.Numerics.LinearAlgebra | ||
type | CoordinateSystemType | |
up | Vector3 | |
right | Vector3 | |
return | MathNet.Numerics.LinearAlgebra |
public CoordinateSystem ( CoordinateSystemType type, Vector3 up, Vector3 right, float meter ) : MathNet.Numerics.LinearAlgebra | ||
type | CoordinateSystemType | |
up | Vector3 | |
right | Vector3 | |
meter | float | |
return | MathNet.Numerics.LinearAlgebra |