Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

struct Enlighten::PointProjectionVertex

Simple position & normal structure.

Variables

NameDescription
Geo::GeoVector3 m_Normal

The normal.

Geo::GeoPoint3 m_Position

The position.

Functions

NameDescription
GetNormal()

Gets the normal.

GetPos()

Gets the position.

SetNormal(Geo::v128)

Sets the normal.

SetPos(Geo::v128)

Sets the position.


Anchor
a2dc52611f8e669069e5f3270b7c45ba9
a2dc52611f8e669069e5f3270b7c45ba9

Geo::v128 Enlighten::PointProjectionVertex::GetNormal

...

public: Geo::v128 GetNormal() const

...

Gets the normal.


Anchor
a96b588d87c2d41174f6f8d187d5b4b8d
a96b588d87c2d41174f6f8d187d5b4b8d

Geo::v128 Enlighten::PointProjectionVertex::GetPos

...

public: Geo::v128 GetPos() const

...

Gets the position.


Anchor
abc29c77fafec8dcc8cd07ef94e521a91
abc29c77fafec8dcc8cd07ef94e521a91

void Enlighten::PointProjectionVertex::SetNormal

...

public: void SetNormal
(
    Geo::v128 n
)

...

Sets the normal.


Anchor
ad94bd6e74ce960eb932772de70470544
ad94bd6e74ce960eb932772de70470544

void Enlighten::PointProjectionVertex::SetPos

...

public: void SetPos
(
    Geo::v128 p
)

...

Sets the position.