#include <Point.h>
Public Member Functions | |
| Point (void) | |
| Constructor. | |
| Point (float x, float y) | |
| ~Point (void) | |
| Destructor. | |
| bool | operator== (Point &point) const |
| Point & | operator+= (const Point &point) |
| Point & | operator/= (float i) |
| bool | CounterClockWise (const Point &b, const Point &c) const |
| Gives orientation of three points. | |
Public Attributes | |
| float | m_x |
| X coordinate. | |
| float | m_y |
| Y coordinate. | |
| Point::Point | ( | float | x, | |
| float | y | |||
| ) |
Overloaded constructor
| x | x coordinate | |
| y | y coordinate |
Gives orientation of three points.
| b | ||
| c |
1.5.9