#include <opaque_intermediates.h>
Public Member Functions | |
bool | operator== (Point2D const &other) const |
Point2D (float x=0, float y=0) | |
float | x () const |
float & | x () |
float | y () const |
float & | y () |
Private Attributes | |
float | _x |
float | _y |
Definition at line 6 of file opaque_intermediates.h.
NotOrogenCompatible::Point2D::Point2D | ( | float | x = 0 , |
float | y = 0 |
||
) | [inline, explicit] |
Definition at line 11 of file opaque_intermediates.h.
bool NotOrogenCompatible::Point2D::operator== | ( | Point2D const & | other | ) | const [inline] |
Definition at line 19 of file opaque_intermediates.h.
float NotOrogenCompatible::Point2D::x | ( | ) | const [inline] |
Definition at line 14 of file opaque_intermediates.h.
float& NotOrogenCompatible::Point2D::x | ( | ) | [inline] |
Definition at line 16 of file opaque_intermediates.h.
float NotOrogenCompatible::Point2D::y | ( | ) | const [inline] |
Definition at line 15 of file opaque_intermediates.h.
float& NotOrogenCompatible::Point2D::y | ( | ) | [inline] |
Definition at line 17 of file opaque_intermediates.h.
float NotOrogenCompatible::Point2D::_x [private] |
Definition at line 8 of file opaque_intermediates.h.
float NotOrogenCompatible::Point2D::_y [private] |
Definition at line 8 of file opaque_intermediates.h.