| SbMatrix Constructor (Single) |
Constructor.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2026.1.1.Release.f85e673ee437ba4cbd163b1683ad521a337c1405
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