Plane entity, this is not directly connectable with physics engine.
More...
#include <tdme/engine/primitives/Plane.h>
Plane entity, this is not directly connectable with physics engine.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 15 of file Plane.h.
◆ Plane() [1/2]
Public constructor.
Definition at line 25 of file Plane.h.
◆ Plane() [2/2]
Public constructor.
- Parameters
-
normal | normal |
distance | distance |
Definition at line 35 of file Plane.h.
◆ computeDistance()
float computeDistance |
( |
const Vector3 & |
point | ) |
const |
|
inline |
Compute distance from plane.
- Parameters
-
- Returns
- distance
Definition at line 74 of file Plane.h.
◆ getDistance()
float getDistance |
( |
| ) |
const |
|
inline |
- Returns
- float distance from origin
Definition at line 43 of file Plane.h.
◆ getNormal()
const Vector3 & getNormal |
( |
| ) |
const |
|
inline |
- Returns
- normal
Definition at line 58 of file Plane.h.
◆ setDistance()
void setDistance |
( |
float |
distance | ) |
|
|
inline |
Set up distance from origin.
- Parameters
-
Definition at line 51 of file Plane.h.
◆ setNormal()
void setNormal |
( |
const Vector3 & |
normal | ) |
|
|
inline |
- Returns
- normal
Definition at line 65 of file Plane.h.
◆ distance
◆ normal
The documentation for this class was generated from the following file:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/engine/primitives/Plane.h