This is the documentation for Enlighten.
struct Enlighten PointProjectionVertex
struct Enlighten::PointProjectionVertex
Simple position & normal structure.
Variables
Name | Description |
|---|---|
Geo::GeoVector3 m_Normal | The normal. |
Geo::GeoPoint3 m_Position | The position. |
Functions
Name | Description |
|---|---|
Gets the normal. | |
Gets the position. | |
Sets the normal. | |
Sets the position. |
Geo::v128 Enlighten::PointProjectionVertex::GetNormal
public: Geo::v128 GetNormal() const
Gets the normal.
Geo::v128 Enlighten::PointProjectionVertex::GetPos
public: Geo::v128 GetPos() const
Gets the position.
void Enlighten::PointProjectionVertex::SetNormal
public: void SetNormal
(
Geo::v128 n
)
Sets the normal.
void Enlighten::PointProjectionVertex::SetPos
public: void SetPos
(
Geo::v128 p
)
Sets the position.