Click or drag to resize
SbMatrixd Constructor (Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double, Double)
Initializes a new instance of the SbMatrixd class

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax
public SbMatrixd(
	double a11,
	double a12,
	double a13,
	double a14,
	double a21,
	double a22,
	double a23,
	double a24,
	double a31,
	double a32,
	double a33,
	double a34,
	double a41,
	double a42,
	double a43,
	double a44
)

Parameters

a11
Type: SystemDouble
a12
Type: SystemDouble
a13
Type: SystemDouble
a14
Type: SystemDouble
a21
Type: SystemDouble
a22
Type: SystemDouble
a23
Type: SystemDouble
a24
Type: SystemDouble
a31
Type: SystemDouble
a32
Type: SystemDouble
a33
Type: SystemDouble
a34
Type: SystemDouble
a41
Type: SystemDouble
a42
Type: SystemDouble
a43
Type: SystemDouble
a44
Type: SystemDouble
See Also