SbMatrixd Constructor (Double) |
Constructor.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
Syntaxpublic SbMatrixd(
double[,] mat
)
Public Sub New (
mat As Double(,)
)
public:
SbMatrixd(
array<double,2>^ mat
)
new :
mat : float[,] -> SbMatrixd
Parameters
- mat
- Type: SystemDouble
Array containing 16 double elements.
See Also