#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 202 of file point.h.
Constructor & Destructor Documentation
Constructor
Creates a with 0 as default values.
Definition at line 215 of file point.h.
Copy Constructor
Definition at line 220 of file point.h.
Member Function Documentation
Normalizes the point
Definition at line 287 of file point.h.
Equality comparision
Definition at line 273 of file point.h.
Scalar multiplication with an integer value
Definition at line 255 of file point.h.
Vector addition
Definition at line 225 of file point.h.
Vector inplace addition
Definition at line 237 of file point.h.
Vector substraction
Definition at line 231 of file point.h.
Vector inplace substraction
Definition at line 246 of file point.h.
Scalar division with an integer value
Definition at line 261 of file point.h.
Equality comparision
Definition at line 267 of file point.h.
Sets the x, y and z coordinates of the 3D point
Definition at line 305 of file point.h.
The documentation for this class was generated from the following file:
- engine/core/util/structures/point.h