Castor3D 0.16.0
Multiplatform 3D engine
|
This is the complete list of members for castor::PlaneEquation, including all inherited members.
distance(Point3f const &point) const | castor::PlaneEquation | |
getDistance() const | castor::PlaneEquation | inline |
getNormal() const | castor::PlaneEquation | inline |
intersects(PlaneEquation const &plane, Line3D< float > &line) const | castor::PlaneEquation | |
intersects(PlaneEquation const &plane1, PlaneEquation const &plane2, Point3f &intersection) const | castor::PlaneEquation | |
isParallel(PlaneEquation const &plane) const | castor::PlaneEquation | |
operator!= | castor::PlaneEquation | friend |
operator== | castor::PlaneEquation | friend |
PlaneEquation()=default | castor::PlaneEquation | |
PlaneEquation(Point3f const &p1, Point3f const &p2, Point3f const &p3) | castor::PlaneEquation | |
PlaneEquation(Point3f const &normal, Point3f const &point) | castor::PlaneEquation | |
PlaneEquation(Point3f const &normal, float d) | castor::PlaneEquation | |
project(Point3f const &point) const | castor::PlaneEquation | |
set(Point3f const &p1, Point3f const &p2, Point3f const &p3) | castor::PlaneEquation | |
set(Point3f const &normal, Point3f const &point) | castor::PlaneEquation | |
set(Point3f const &normal, float d) | castor::PlaneEquation |