Stg::point_t Class Reference

#include <stage.hh>

Public Member Functions

bool operator+= (const point_t &other)
 point_t (meters_t x, meters_t y)
 point_t ()

Public Attributes

meters_t x
meters_t y

Detailed Description

Define a point on a 2d plane

Constructor & Destructor Documentation

Stg::point_t::point_t ( meters_t  x,
meters_t  y 
)
inline
Stg::point_t::point_t ( )
inline

Member Function Documentation

bool Stg::point_t::operator+= ( const point_t other)
inline

Member Data Documentation

meters_t Stg::point_t::x
meters_t Stg::point_t::y

The documentation for this class was generated from the following file: