Click or drag to resize
SbMatrix3 Constructor
Constructor given each matrix element.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.2.2.Release.778f4cc64de03c89c1282c66aa1f73c0e9a1408b
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