Matrix4 Constructor (Double) |
Constructs a matrix with specified one-dimensional
Double array with sixteen elements.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public Matrix4(
double[] array
)
Parameters
- array
- Type: SystemDouble
One-dimensional Double array with sixteen elements.
See Also