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 »

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
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.

  • No labels