Transform.Transform Constructors
Transform()
Initializes a new instance of the Transform class.Syntax
public Transform ()
Remarks
The transform will be initialized with the identity matrix.
Platforms
Windows, Linux, Android
public Transform ()
The transform will be initialized with the identity matrix.
Windows, Linux, Android
In this article
Initializes a new instance of the Transform class.
Name | Description | |
---|---|---|
Public method | Transform() | Initializes a new instance of the Transform class. |
Public method | Transform(const Transform& obj) | Initializes a new instance of the Transform class that is a copy the given object. |
public:
Transform ()
The transform will be initialized with the identity matrix.
public:
Transform (
const Transform& obj
)
Windows, Linux, Android
In this article
public Transform ()
The transform will be initialized with the identity matrix.
Windows, Linux, Android
In this article
__init__ ( self )
The transform will be initialized with the identity matrix.
Windows, Linux, Android
In this article