#include <rtcPoint2D.h>
Public Member Functions | |
float | distanceTo (Point2D< T > other) |
const Point2D & | operator= (const Point2D &other) |
const Point2D & | operator= (const Vec< T, 2 > other) |
Point2D (T x=0, T y=0) | |
Point2D (const Vec< T, 2 > &other) |
Definition at line 32 of file rtcPoint2D.h.
rtc::Point2D< T >::Point2D | ( | T | x = 0 , |
T | y = 0 |
||
) | [inline] |
Definition at line 35 of file rtcPoint2D.h.
rtc::Point2D< T >::Point2D | ( | const Vec< T, 2 > & | other | ) | [inline] |
Definition at line 39 of file rtcPoint2D.h.
float rtc::Point2D< T >::distanceTo | ( | Point2D< T > | other | ) | [inline] |
Definition at line 43 of file rtcPoint2D.h.
const Point2D& rtc::Point2D< T >::operator= | ( | const Point2D< T > & | other | ) | [inline] |
Definition at line 47 of file rtcPoint2D.h.
const Point2D& rtc::Point2D< T >::operator= | ( | const Vec< T, 2 > | other | ) | [inline] |
Definition at line 53 of file rtcPoint2D.h.