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 195 of file point.h.
Constructor & Destructor Documentation
Constructor
Creates a with 0 as default values.
Definition at line 208 of file point.h.
Copy Constructor
Definition at line 213 of file point.h.
Member Function Documentation
Normalizes the point
Definition at line 280 of file point.h.
Equality comparision
Definition at line 266 of file point.h.
Scalar multiplication with an integer value
Definition at line 248 of file point.h.
Vector addition
Definition at line 218 of file point.h.
Vector inplace addition
Definition at line 230 of file point.h.
Vector substraction
Definition at line 224 of file point.h.
Vector inplace substraction
Definition at line 239 of file point.h.
Scalar division with an integer value
Definition at line 254 of file point.h.
Equality comparision
Definition at line 260 of file point.h.
The documentation for this class was generated from the following file:
- engine/core/util/structures/point.h