Click or drag to resize

Transform2 Structure

The Transform2 structure represents a 2D transformation expressed as a scaling, Euler angle and translation vector.

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

The Transform2 type exposes the following members.

Constructors
  NameDescription
Public methodTransform2
Initializes a new instance of the Transform2 structure.
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 Transform2 to a String.
(Overrides ValueTypeToString.)
Top
Fields
  NameDescription
Public fieldAngle
The Euler angle.
Public fieldStatic memberDefault
The identity transformation.
Public fieldScaling
The scaling vector.
Public fieldTranslation
The translation vector.
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also