#include <point.hpp>
Public Member Functions | |
point (double x, double y) | |
double | get_x () const |
double | get_y () const |
Private Attributes | |
double | m_x |
double | m_y |
Definition at line 28 of file point.hpp.
|
|
|
Definition at line 25 of file point.cpp. References m_x. Referenced by line_join_algorithm::calculate(), point_normal_style::draw(), operator+(), operator-(), and geo_point::put(). |
|
Definition at line 30 of file point.cpp. References m_y. Referenced by line_join_algorithm::calculate(), point_normal_style::draw(), operator+(), operator-(), and geo_point::put(). |
|
Definition at line 33 of file point.hpp. Referenced by get_x(). |
|
Definition at line 34 of file point.hpp. Referenced by get_y(). |