Click or drag to resize
SoTransformGetRotationSpaceMatrix Method

Returns composite matrix that transforms from object space to rotation space (the space after the scale and rotation).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GetRotationSpaceMatrix(
	out SbMatrix mat,
	out SbMatrix inv
)

Parameters

mat
Type: OIV.InventorSbMatrix
inv
Type: OIV.InventorSbMatrix
Remarks