| SbMatrix Constructor (Single) |
Constructor.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.39.0.Release.27472774f05218f47d897e52c3791dccca1041b1
Syntaxpublic SbMatrix(
float[] mat
)
Public Sub New (
mat As Single()
)
public:
SbMatrix(
array<float>^ mat
)
new :
mat : float32[] -> SbMatrixParameters
- mat
- Type: SystemSingle
Array containing 16 single components.
See Also