#include <_Point2.h>
Inheritance diagram for _Point2< Type >:
Public Member Functions | |
_Point2 () | |
_Point2 (Type x, Type y=0) | |
_Point2 (const _Tuple2< double > &v) | |
_Point2 (const _Tuple2< float > &v) | |
_Point2 (const Type t[2]) | |
Type | distanceSquared (const _Point2< Type > &p) const |
Type | distance (const _Point2< Type > &p) const |
Type | distanceL1 (const _Point2< Type > &p) const |
Type | distanceLinf (const _Point2< Type > &p) const |
Definition at line 12 of file _Point2.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 41 of file _Point2.h. References _Tuple2< Type >::x, and _Tuple2< Type >::y. |
|
Definition at line 45 of file _Point2.h. References Math::max(), _Tuple2< Type >::x, and _Tuple2< Type >::y. |
|
Definition at line 33 of file _Point2.h. References Math::sqr(), _Tuple2< Type >::x, and _Tuple2< Type >::y. |