This is the documentation for Enlighten.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

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).

  • No labels