class
#include <OE/Engine/Transform.hpp>
Transform
Contents
Base classes
- class Component
Constructors, destructors, conversion operators
- Transform()
- ~Transform()
Public functions
-
auto GetPosition() const -> Math::
Vec3f -
auto GetRotation() const -> Math::
Vec3f -
auto GetScale() const -> Math::
Vec3f -
auto getMatrix() -> Math::
Mat4 -
void SetPosition(const Math::
Vec3f& pos) -
void SetRotation(const Math::
Vec3f& rot) -
void SetScale(const Math::
Vec3f& scale)