Struct Transform
Represents one or many transformations in 3D space such as translation, rotation, or scaling. It is similar to a 3x4 matrix.
struct Transform
;
Fields
Name | Type | Description |
---|---|---|
basis
|
Basis | |
origin
|
Vector3 |