Click or drag to resize
SbMatrixSetTransform Method (SbVec3f, SbRotation, SbVec3f)
Composes the matrix based on a translation, rotation, and scale. A scale orientation value of (0,0,0,1) is used. The center point for scaling and rotation is (0,0,0).

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.36.0.Release.d5e5954f18f5fba1171104a1eb3d2f8b0fc0d084
Syntax
public void SetTransform(
	SbVec3f t,
	SbRotation r,
	SbVec3f s
)

Parameters

t
Type: OIV.InventorSbVec3f
Translation value.
r
Type: OIV.InventorSbRotation
Rotation value.
s
Type: OIV.InventorSbVec3f
Scale value.
See Also