Struct Renderer2D::Transform#

Nested Relationships#

This struct is a nested type of Class Renderer2D.

Struct Documentation#

struct Transform#

Struct to describe position, rotation and scale.

Public Members

Math::Vec3 Position = {0.0f, 0.0f, 0.0f}#
Math::Vec3 Rotation = {0.0f, 0.0f, 0.0f}#
Math::Vec3 Scale = {1.0f, 1.0f, 1.0f}#