#include <mcoord.h>
Public Methods | |
| float | dist (const Coord2D &o) const |
| float | sqdist (const Coord2D &o) const |
Definition at line 25 of file mcoord.h.
|
|
Computes distance between this and the other point.
|
|
|
Computes squared distance between this and the other point. (faster)
|
1.2.18