|
Open 3D Engine AtomTressFX Gem API Reference
23.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
| TransformSet (const TransformSet &other) | |
| TransformSet (const Vector3 &translation, const Quaternion &rotation) | |
| const Vector3 & | GetTranslation () const |
| const Quaternion & | GetRotation () const |
| Vector3 & | GetTranslation () |
| Quaternion & | GetRotation () |
| void | Inverse () |
| TransformSet | InverseOther () const |
| Vector3 | operator* (const Vector3 &vector) const |
| TransformSet | operator* (const TransformSet &transform) const |
| TransformSet & | operator= (const TransformSet &other) |