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. |
Anchor | ||||
---|---|---|---|---|
|
Geo::v128 Enlighten::PointProjectionVertex::GetNormal
...
public: Geo::v128 GetNormal() const
...
Gets the normal.
Anchor | ||||
---|---|---|---|---|
|
Geo::v128 Enlighten::PointProjectionVertex::GetPos
...
public: Geo::v128 GetPos() const
...
Gets the position.
Anchor | ||||
---|---|---|---|---|
|
void Enlighten::PointProjectionVertex::SetNormal
...
public: void SetNormal
(
Geo::v128 n
)
...
Sets the normal.
Anchor | ||||
---|---|---|---|---|
|
void Enlighten::PointProjectionVertex::SetPos
...
public: void SetPos
(
Geo::v128 p
)
...
Sets the position.