TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
G3D::Plane Member List

This is the complete list of members for G3D::Plane, including all inherited members.

_distanceG3D::Planeprivate
_normalG3D::Planeprivate
center() const G3D::Planeinline
closestPoint(const Point3 &x) const G3D::Planeinline
deserialize(class BinaryInput &b)G3D::Plane
distance(const Vector3 &x) const G3D::Planeinline
flip()G3D::Plane
fromEquation(float a, float b, float c, float d)G3D::Planestatic
fuzzyContains(const Point3 &point) const G3D::Planeinline
getEquation(Vector3 &normal, double &d) const G3D::Plane
getEquation(Vector3 &normal, float &d) const G3D::Plane
getEquation(double &a, double &b, double &c, double &d) const G3D::Plane
getEquation(float &a, float &b, float &c, float &d) const G3D::Plane
halfSpaceContains(Point3 point) const G3D::Planeinline
halfSpaceContains(const Vector4 &point) const G3D::Planeinline
halfSpaceContainsFinite(const Point3 &point) const G3D::Planeinline
normal() const G3D::Planeinline
Plane(const Vector3 &n, float d)G3D::Planeinlineprivate
Plane()G3D::Planeinline
Plane(const class Any &a)G3D::Planeexplicit
Plane(const Point3 &point0, const Point3 &point1, const Point3 &point2)G3D::Plane
Plane(Vector4 point0, Vector4 point1, Vector4 point2)G3D::Plane
Plane(const Vector3 &normal, const Point3 &point)G3D::Plane
Plane(class BinaryInput &b)G3D::Plane
serialize(class BinaryOutput &b) const G3D::Plane
toAny() const G3D::Plane
toString() const G3D::Plane
~Plane()G3D::Planeinlinevirtual