FIFE::PointType3D< T > Class Template Reference
#include <point.h>
List of all members.
Detailed Description
template<typename T>
class FIFE::PointType3D< T >
A 3D Point
This is a small helper class to aid in 3d vector arithmetics.
- See also:
- Rect
Definition at line 144 of file point.h.
Constructor & Destructor Documentation
Constructor
Creates a with 0 as default values.
Definition at line 157 of file point.h.
Member Function Documentation
Return length
Definition at line 216 of file point.h.
Equality comparision
Definition at line 210 of file point.h.
Scalar multiplication with an integer value
Definition at line 192 of file point.h.
Vector addition
Definition at line 162 of file point.h.
Vector inplace addition
Definition at line 174 of file point.h.
Vector substraction
Definition at line 168 of file point.h.
Vector inplace substraction
Definition at line 183 of file point.h.
Scalar division with an integer value
Definition at line 198 of file point.h.
Equality comparision
Definition at line 204 of file point.h.
The documentation for this class was generated from the following file:
- engine/core/util/structures/point.h