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 Geo::RastVert

stores a rasterization vertex, including barycentric coordinates

Functions

Name Description
RastVert()

Constructors.

RastVert(float, float, float, float)

Constructors.

Variables

Name Description
float m_U

Barycentric coordinates.

float m_V

Barycentric coordinates.

float m_X

Vertex position.

float m_Y

Vertex position.


Geo::RastVert::RastVert


public: RastVert()


Constructors.


Geo::RastVert::RastVert


public: RastVert
(
    float x,
    float y,
    float u,
    float v
)


Constructors.

  • No labels