struct Enlighten PointProjectionVertex

This is the documentation for Enlighten.

struct Enlighten PointProjectionVertex

struct Enlighten::PointProjectionVertex

Simple position & normal structure.

Variables

Name

Description

Name

Description

Geo::GeoVector3 m_Normal

The normal.

Geo::GeoPoint3 m_Position

The position.

Functions

Name

Description

Name

Description

GetNormal()

Gets the normal.

GetPos()

Gets the position.

SetNormal(Geo::v128)

Sets the normal.

SetPos(Geo::v128)

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.