This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

class Enlighten::PipelineTransform

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::PipelineTransform::PipelineTransform


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


Constructor.

  • No labels