#include <Point.h>
Inherited by TPoint3D< T >, and TPoint3D< T >.
Public Member Functions | |
| TPoint2D (void) | |
| TPoint2D (T x, T y) | |
| bool | operator== (TPoint2D< T > const &rvalue) const |
| bool | operator!= (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const & | operator+= (TPoint2D< T > const &rvalue) |
| TPoint2D< T > const & | operator-= (TPoint2D< T > const &rvalue) |
| TPoint2D< T > const | operator- (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | operator+ (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | operator* (T rvalue) const |
| TPoint2D< T > const & | operator*= (T rvalue) |
| TPoint2D< T > const | operator/ (T rvalue) const |
| TPoint2D< T > const & | operator/= (T rvalue) |
| TPoint2D< T > const | operator* (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | Dot_Product (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | Cross_Product (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | operator- (void) const |
| T | Length (void) const |
| TPoint2D< T > const | Normalize (void) const |
| TPoint2D< T > const | Bias_To (TRect< T > const &rect) const |
| T | Distance_To (TPoint2D< T > const &point) const |
| TPoint2D (void) | |
| TPoint2D (T x, T y) | |
| bool | operator== (TPoint2D< T > const &rvalue) const |
| bool | operator!= (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const & | operator+= (TPoint2D< T > const &rvalue) |
| TPoint2D< T > const & | operator-= (TPoint2D< T > const &rvalue) |
| TPoint2D< T > const | operator- (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | operator+ (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | operator* (T rvalue) const |
| TPoint2D< T > const & | operator*= (T rvalue) |
| TPoint2D< T > const | operator/ (T rvalue) const |
| TPoint2D< T > const & | operator/= (T rvalue) |
| TPoint2D< T > const | operator* (TPoint2D< T > const &rvalue) const |
| T | Dot_Product (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | Cross_Product (TPoint2D< T > const &rvalue) const |
| TPoint2D< T > const | operator- (void) const |
| T | Length (void) const |
| TPoint2D< T > const | Normalize (void) const |
| T | Distance_To (TPoint2D< T > const &point) const |
Public Attributes | |
| T | X |
| T | Y |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |