This is the complete list of members for Plane3D, including all inherited members.
| AlignToXYPlane() | Plane3D | inline |
| DistanceToOrigin() const noexcept | Plane3D | inline |
| DistanceToPoint(const Point3D< double > &pt) const noexcept | Plane3D | inline |
| DistanceToPoint(double x, double y, double z) const noexcept | Plane3D | inline |
| Normal() const noexcept | Plane3D | inline |
| operator!=(const Plane3D &plane) const noexcept | Plane3D | inline |
| operator==(const Plane3D &plane) const noexcept | Plane3D | inline |
| Plane3D() noexcept=default | Plane3D | |
| Plane3D(double nx, double ny, double nz, double distanceToOrigin) noexcept | Plane3D | inline |
| Plane3D(Point3D< double > normal, double distanceToOrigin) noexcept | Plane3D | inline |
| SetDistanceToOrigin(double distanceToOrigin) noexcept | Plane3D | inline |
| SetNormal(Point3D< double > normal) noexcept | Plane3D | inline |