inline const Point<T>& operator =(const Point<T> & pt); inline const Point<T>& operator =(T val); inline const Point<T>& operator =(BoundsType bt);
Parameters |
Description |
const Point<T> & pt | |
T val | |
BoundsType bt |
An enum value that initializes the point to either the Min or Max point value. If the value passed is Min, the point is set to (0,0). |