|
Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include <point.h>
Public Member Functions | |
| constexpr | KDPoint (KDCoordinate x, KDCoordinate y) |
| KDCoordinate | x () const |
| KDCoordinate | y () const |
| KDPoint | translatedBy (KDPoint other) const |
| KDPoint | opposite () const |
| bool | operator== (const KDPoint &other) const |
| bool | operator!= (const KDPoint &other) const |
|
inline |
|
inline |
|
inline |