|
|
| Point (double value) |
| |
|
| Point (double t_x, double t_y, double t_z=0) |
| |
|
| Point (Point const &)=default |
| |
|
| Point (Point &&)=default |
| |
|
Point & | operator= (Point const &)=default |
| |
|
Point & | operator= (Point &&)=default |
| |
|
Point & | rotate (double theta, int axis=2) |
| |
|
double | angle (int axis=2) const |
| |
|
double | norm () const |
| |
|
template<typename Value_Type > |
| Point & | operator+= (Value_Type value) |
| |
|
Point & | operator+= (Point const &p) |
| |
|
template<typename Value_Type > |
| Point & | operator*= (Value_Type value) |
| |
|
Point & | operator*= (Point const &p) |
| |
|
template<typename Value_Type > |
| Point & | operator-= (Value_Type value) |
| |
|
Point & | operator-= (Point const &p) |
| |
|
template<typename Value_Type > |
| Point & | operator/= (Value_Type value) |
| |
|
Point & | operator/= (Point const &p) |
| |
|
| Point (double value) |
| |
|
| Point (double t_x, double t_y, double t_z=0) |
| |
|
| Point (Point const &)=default |
| |
|
| Point (Point &&)=default |
| |
|
Point & | operator= (Point const &)=default |
| |
|
Point & | operator= (Point &&)=default |
| |
|
Point & | rotate (double theta, int axis=2) |
| |
|
double | angle (int axis=2) const |
| |
|
double | norm () const |
| |
|
template<typename Value_Type > |
| Point & | operator+= (Value_Type value) |
| |
|
Point & | operator+= (Point const &p) |
| |
|
template<typename Value_Type > |
| Point & | operator*= (Value_Type value) |
| |
|
Point & | operator*= (Point const &p) |
| |
|
template<typename Value_Type > |
| Point & | operator-= (Value_Type value) |
| |
|
Point & | operator-= (Point const &p) |
| |
|
template<typename Value_Type > |
| Point & | operator/= (Value_Type value) |
| |
|
Point & | operator/= (Point const &p) |
| |