/
struct Enlighten PointProjectionVertex
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 |
---|---|
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.
, multiple selections available,
Related content
struct Geo GeoPoint3D
struct Geo GeoPoint3D
More like this
struct Geo GeoPoint3D
struct Geo GeoPoint3D
More like this
struct Geo GeoPoint3D
struct Geo GeoPoint3D
More like this
struct Geo GeoVector3
struct Geo GeoVector3
More like this
struct Geo GeoVector3
struct Geo GeoVector3
More like this
struct Geo GeoVector3
struct Geo GeoVector3
More like this