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. |
Anchor | ||||
---|---|---|---|---|
|
Geo::RastVert::RastVert
...
public: RastVert()
...
Constructors.
Anchor | ||||
---|---|---|---|---|
|
Geo::RastVert::RastVert
...
public: RastVert
(
float x,
float y,
float u,
float v
)
...
Constructors.