SoSFMatrixSetValue Method (Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single) |
Sets this field to contain the matrix given by the 16 values.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValue(
float a11,
float a12,
float a13,
float a14,
float a21,
float a22,
float a23,
float a24,
float a31,
float a32,
float a33,
float a34,
float a41,
float a42,
float a43,
float a44
)
Public Sub SetValue (
a11 As Single,
a12 As Single,
a13 As Single,
a14 As Single,
a21 As Single,
a22 As Single,
a23 As Single,
a24 As Single,
a31 As Single,
a32 As Single,
a33 As Single,
a34 As Single,
a41 As Single,
a42 As Single,
a43 As Single,
a44 As Single
)
public:
void SetValue(
float a11,
float a12,
float a13,
float a14,
float a21,
float a22,
float a23,
float a24,
float a31,
float a32,
float a33,
float a34,
float a41,
float a42,
float a43,
float a44
)
member SetValue :
a11 : float32 *
a12 : float32 *
a13 : float32 *
a14 : float32 *
a21 : float32 *
a22 : float32 *
a23 : float32 *
a24 : float32 *
a31 : float32 *
a32 : float32 *
a33 : float32 *
a34 : float32 *
a41 : float32 *
a42 : float32 *
a43 : float32 *
a44 : float32 -> unit
Parameters
- a11
- Type: SystemSingle
- a12
- Type: SystemSingle
- a13
- Type: SystemSingle
- a14
- Type: SystemSingle
- a21
- Type: SystemSingle
- a22
- Type: SystemSingle
- a23
- Type: SystemSingle
- a24
- Type: SystemSingle
- a31
- Type: SystemSingle
- a32
- Type: SystemSingle
- a33
- Type: SystemSingle
- a34
- Type: SystemSingle
- a41
- Type: SystemSingle
- a42
- Type: SystemSingle
- a43
- Type: SystemSingle
- a44
- Type: SystemSingle
Remarks For a translation matrix, the x, y and z translations should be in the a41, a42, and a43 arguments.
See Also