Click or drag to resize
SbMatrix3 Constructor
Initializes a new instance of the SbMatrix3 class

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax
public SbMatrix3(
	float a11,
	float a12,
	float a13,
	float a21,
	float a22,
	float a23,
	float a31,
	float a32,
	float a33
)

Parameters

a11
Type: SystemSingle
a12
Type: SystemSingle
a13
Type: SystemSingle
a21
Type: SystemSingle
a22
Type: SystemSingle
a23
Type: SystemSingle
a31
Type: SystemSingle
a32
Type: SystemSingle
a33
Type: SystemSingle
See Also