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: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
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