/
class Enlighten Vertex2D
This is the documentation for Enlighten.
class Enlighten Vertex2D
class Enlighten::Vertex2D
Vertex in 2D.
Variables
Name | Description |
---|---|
double m_X | X-coordinate. |
double m_Y | Y-coordinate. |
Functions
Name | Description |
---|---|
operator Geo::v128() | Operator for type conversion to Geo::v128. |
Vertex2D(const double &, const double &) | Constructor defining the position. |
Vertex2D() | Default constructor initialising to (0,0). |
Enlighten::Vertex2D::operator Geo::v128
public: operator Geo::v128() const
Operator for type conversion to Geo::v128.
Enlighten::Vertex2D::Vertex2D
public: Vertex2D
(
const double & x,
const double & y
)
Constructor defining the position.
Enlighten::Vertex2D::Vertex2D
public: Vertex2D()
Default constructor initialising to (0,0).
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
Welcome to Enlighten
Welcome to Enlighten
More like this
Mesh projection
Mesh projection
More like this
Lightmap UV charts
Lightmap UV charts
More like this
Level properties
Level properties
More like this