This is the documentation for Enlighten.

class Enlighten ExporterTransform

class Enlighten::ExporterTransform

The transform used by each instance object.

Variables

Name Description
Geo::GeoVector4 m_Rotation

The rotation stored as a quaternion.

Geo::GeoVector3 m_Scale

The scale.

Geo::GeoVector3 m_Translation

The translation.

Functions


Enlighten::ExporterTransform::ExporterTransform


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


Constructor.