Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PipelineTransform

The transform used by each instance object.

Variables

NameDescription
Geo::GeoVector4 m_Rotation

The rotation stored as a quaternion.

Geo::GeoVector3 m_Scale

The scale.

Geo::GeoVector3 m_Translation

The translation.

Functions


Anchor
a838f1f134652c4cd85acd1c0e420ed98
a838f1f134652c4cd85acd1c0e420ed98

Enlighten::PipelineTransform::PipelineTransform

...

public: PipelineTransform
(
    Geo::GeoVector3 translation,
    Geo::GeoVector4 rotation,
    Geo::GeoVector3 scale
)

...

Constructor.