![]() |
CUGL 2.1
Cornell University Game Library
|
This is the complete list of members for cugl::Plane, including all inherited members.
contains(const Vec3 point, float variance=CU_MATH_EPSILON) const | cugl::Plane | inline |
distance(const Vec3 point) const | cugl::Plane | inline |
equals(const Plane &p, float variance=CU_MATH_EPSILON) const | cugl::Plane | inline |
getIntersection(const Ray &ray) const | cugl::Plane | inline |
intersection(const Plane &plane, const Ray &ray) | cugl::Plane | static |
isFrontFacing(const Vec3 direction) const | cugl::Plane | inline |
multiply(const Plane &plane, const Mat4 &mat, Plane *dst) | cugl::Plane | static |
multiply(const Mat4 &mat) | cugl::Plane | inline |
normal | cugl::Plane | |
offset | cugl::Plane | |
operator std::string() const | cugl::Plane | inline |
operator!=(const Plane &p) const | cugl::Plane | inline |
operator*(const Mat4 &mat) const | cugl::Plane | inline |
operator*=(const Mat4 &mat) | cugl::Plane | inline |
operator=(const Plane &plane) | cugl::Plane | inline |
operator=(const Vec3 normal) | cugl::Plane | inline |
operator==(const Plane &p) const | cugl::Plane | inline |
Plane() | cugl::Plane | inline |
Plane(const Vec3 normal, float dist=0) | cugl::Plane | inline |
Plane(const Vec3 normal, const Vec3 point) | cugl::Plane | inline |
Plane(const Vec3 point1, const Vec3 point2, const Vec3 point3) | cugl::Plane | inline |
Plane(float a, float b, float c, float d) | cugl::Plane | inline |
Plane(const Plane &plane) | cugl::Plane | inline |
set(const Vec3 normal, float dist=0) | cugl::Plane | |
set(const Vec3 normal, const Vec3 point) | cugl::Plane | |
set(const Vec3 point1, const Vec3 point2, const Vec3 point3) | cugl::Plane | |
set(float a, float b, float c, float d) | cugl::Plane | |
set(const Plane &plane) | cugl::Plane | inline |
Side enum name | cugl::Plane | |
sideOf(const Vec3 point) const | cugl::Plane | inline |
sideOf(float x, float y, float z) const | cugl::Plane | inline |
toString(bool verbose=false) const | cugl::Plane | |
XY | cugl::Plane | static |
XZ | cugl::Plane | static |
YZ | cugl::Plane | static |
~Plane() | cugl::Plane | inline |