#include <_Point4.h>
Inheritance diagram for _Point4< Type >:
Public Member Functions | |
_Point4 () | |
_Point4 (Type x, Type y=0, Type z=0, Type w=0) | |
_Point4 (const _Tuple4< double > &t) | |
_Point4 (const _Tuple4< float > &t) | |
_Point4 (const _Tuple3< double > &t) | |
_Point4 (const _Tuple3< float > &t) | |
_Point4 (const Type t[4]) | |
Type | distanceSquared (const _Point4< Type > &p) const |
Type | distance (const _Point4< Type > &p) const |
Type | distanceL1 (const _Point4< Type > &p) const |
Type | distanceLinf (const _Point4< Type > &p) const |
void | project (const _Point4< Type > &p) |
Definition at line 12 of file _Point4.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 52 of file _Point4.h. References _Tuple4< Type >::w, _Tuple4< Type >::x, _Tuple4< Type >::y, and _Tuple4< Type >::z. |
|
Definition at line 59 of file _Point4.h. References Math::max(), _Tuple4< Type >::w, _Tuple4< Type >::x, _Tuple4< Type >::y, and _Tuple4< Type >::z. |
|
Definition at line 43 of file _Point4.h. References Math::sqr(), _Tuple4< Type >::w, _Tuple4< Type >::x, _Tuple4< Type >::y, and _Tuple4< Type >::z. |
|
Definition at line 65 of file _Point4.h. References _Tuple4< Type >::w. |