Click or drag to resize

Transform3 Structure

The Transform3 structure represents a 3D transformation expressed as a scaling, Euler angles and translation vector.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public struct Transform3

The Transform3 type exposes the following members.

Constructors
  NameDescription
Public methodTransform3
Initializes a new instance of the Transform3 structure.
Top
Properties
  NameDescription
Public propertyRotationMatrix
Gets the rotation matrix.
Public propertyScalingMatrix
Gets the scaling matrix.
Public propertyTransformMatrix4
Gets the transformation matrix corresponding to the transform.
Public propertyTranslationMatrix
Gets the translation matrix.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the Transform3 to a String.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldStatic memberDefault
The identity transformation.
Public fieldRotation
The Euler angles vector.
Public fieldScaling
The scaling vector.
Public fieldTranslation
The translation vector.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also