/
struct Geo RastVert
This is the documentation for Enlighten.
struct Geo RastVert
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.
, multiple selections available,
Related content
struct Geo RastVert
struct Geo RastVert
More like this
struct Geo RastVert
struct Geo RastVert
More like this
struct Geo RastTri
struct Geo RastTri
More like this
struct Geo RastTri
struct Geo RastTri
More like this
struct Geo RastTri
struct Geo RastTri
More like this
struct Geo RastTri
struct Geo RastTri
More like this