/
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
class Enlighten Vertex2D
class Enlighten Vertex2D
More like this
class Enlighten Line2D
class Enlighten Line2D
More like this
class Enlighten BoundingBox2D
class Enlighten BoundingBox2D
More like this
class Enlighten Triangle2D
class Enlighten Triangle2D
More like this
class Enlighten Triangle2D
class Enlighten Triangle2D
More like this
class Enlighten PrecompInputVertex
class Enlighten PrecompInputVertex
More like this