API Documentation
|
This is the complete list of members for Plane< t_dims, t_type >, including all inherited members.
as() const | Plane< t_dims, t_type > | inline |
calculateIntersection(const LineSegment< t_dims, t_type > &line, t_type epsilon) const | Plane< t_dims, t_type > | inline |
calculateIntersectionPos(const LineSegment< t_dims, t_type > &line, t_type epsilon) const | Plane< t_dims, t_type > | inline |
contains(const Vector< 3, t_type > &point, t_type epsilon) const | Plane< t_dims, t_type > | inline |
CreateBestFitPlane(const t_buffer_type &points, const Vector< t_dims, t_type > &direction_reference=Vector< t_dims, t_type >(0, 0, 1)) | Plane< t_dims, t_type > | inlinestatic |
d | Plane< t_dims, t_type > | |
distanceTo(const Vector< t_dims, t_type > &pos) const | Plane< t_dims, t_type > | inline |
isAbovePlane(const Vector< t_dims, t_type > &pos) const | Plane< t_dims, t_type > | inline |
isBelowPlane(const Vector< t_dims, t_type > &pos) const | Plane< t_dims, t_type > | inline |
isSamePlane(const Plane &plane, t_type epsilon) const | Plane< t_dims, t_type > | inline |
liesOnPlane(const Vector< t_dims, t_type > &pos) const | Plane< t_dims, t_type > | inline |
nearestPosition(const Vector< 3, fltp08 > &pos) const | Plane< t_dims, t_type > | inline |
negate() | Plane< t_dims, t_type > | inline |
normal | Plane< t_dims, t_type > | |
operator!=(const Plane &plane) const | Plane< t_dims, t_type > | inline |
operator==(const Plane &plane) const | Plane< t_dims, t_type > | inline |
Plane() | Plane< t_dims, t_type > | inline |
Plane(const Ray< t_dims, t_type > &_normal, const Vertex< t_dims, t_type > &_p) | Plane< t_dims, t_type > | inline |
Plane(const Vertex< t_dims, t_type > &a, const Vertex< t_dims, t_type > &b, const Vertex< t_dims, t_type > &c) | Plane< t_dims, t_type > | inline |
Plane(const Ray< t_dims, t_type > &_normal, t_type _d) | Plane< t_dims, t_type > | inline |
planePosition(const Vector< t_dims, t_type > &pos) const | Plane< t_dims, t_type > | inline |
projectionMatrix(const Vector< 3, t_type > &up) const | Plane< t_dims, t_type > | inline |