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.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
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