stores a rasterization vertex, including barycentric coordinates
Name | Description |
---|---|
RastVert() | Constructors. |
RastVert(float, float, float, float) | Constructors. |
Name | Description |
---|---|
float m_U | Barycentric coordinates. |
float m_V | Barycentric coordinates. |
float m_X | Vertex position. |
float m_Y | Vertex position. |
public: RastVert()
Constructors.
public: RastVert
(
float x,
float y,
float u,
float v
)
Constructors.