|
lmgl 1.0.0
A lightweight OpenGL graphics engine library written in C++
|
This is the complete list of members for lmgl::scene::Plane, including all inherited members.
| distance | lmgl::scene::Plane | |
| distance_to_point(const glm::vec3 &point) const | lmgl::scene::Plane | inline |
| normal | lmgl::scene::Plane | |
| normalize() | lmgl::scene::Plane | |
| Plane() | lmgl::scene::Plane | inline |
| Plane(const glm::vec3 &normal, float distance) | lmgl::scene::Plane | inline |
| Plane(const glm::vec3 &point, const glm::vec3 &normal) | lmgl::scene::Plane | inline |