SbMatrix Constructor (Single) |
Initializes a new instance of the
SbMatrix class
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public SbMatrix(
float[] mat
)
Public Sub New (
mat As Single()
)
public:
SbMatrix(
array<float>^ mat
)
new :
mat : float32[] -> SbMatrix
Parameters
- mat
- Type: SystemSingle
See Also