Click or drag to resize

Transform3 Constructor

Initializes a new instance of the Transform3 structure.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public Transform3(
	Vector3 scaling,
	Vector3 rotation,
	Vector3 translation
)

Parameters

scaling
Type: Lumiscaphe.Workshop.InteropVector3
The scaling vector.
rotation
Type: Lumiscaphe.Workshop.InteropVector3
The Euler angles vector.
translation
Type: Lumiscaphe.Workshop.InteropVector3
The translation vector.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also