|
g4tools
5.4.0
|
This is the complete list of members for tools::plane< VEC3 >, including all inherited members.
| distance(const VEC3 &a_point) const | tools::plane< VEC3 > | inline |
| distance_from_origin() const | tools::plane< VEC3 > | inline |
| getNormal() const | tools::plane< VEC3 > | inline |
| intersect(const line< VEC3 > &a_line, VEC3 &a_intersection) const | tools::plane< VEC3 > | inline |
| is_in_half_space(const VEC3 &a_point) const | tools::plane< VEC3 > | inline |
| is_valid() const | tools::plane< VEC3 > | inline |
| m_distance | tools::plane< VEC3 > | protected |
| m_normal | tools::plane< VEC3 > | protected |
| normal() const | tools::plane< VEC3 > | inline |
| offset(const T &a_distance) | tools::plane< VEC3 > | inline |
| operator=(const plane &a_from) | tools::plane< VEC3 > | inline |
| plane() | tools::plane< VEC3 > | inline |
| plane(const VEC3 &a_p0, const VEC3 &a_p1, const VEC3 &a_p2) | tools::plane< VEC3 > | inline |
| plane(const VEC3 &a_normal, const T &a_distance) | tools::plane< VEC3 > | inline |
| plane(const VEC3 &a_normal, const VEC3 &a_point) | tools::plane< VEC3 > | inline |
| plane(const plane &a_from) | tools::plane< VEC3 > | inline |
| set(const VEC3 &a_normal, const T &a_distance) | tools::plane< VEC3 > | inline |
| set(const VEC3 &a_normal, const VEC3 &a_point) | tools::plane< VEC3 > | inline |
| T typedef | tools::plane< VEC3 > | protected |
| ~plane() | tools::plane< VEC3 > | inlinevirtual |