20 #ifndef LIBMESH_PLANE_H 21 #define LIBMESH_PLANE_H 150 #endif // LIBMESH_PLANE_H
const Point & normal() const
void create_from_point_normal(const Point &p, const Point &n)
void create_from_three_points(const Point &p0, const Point &p1, const Point &p2)
const Point & get_planar_point() const
virtual bool above_surface(const Point &p) const override
void xy_plane(const Real zpos=0.)
virtual Point closest_point(const Point &p) const override
void yz_plane(const Real xpos=0.)
A geometric object representing a planar surface.
virtual bool below_surface(const Point &p) const override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Base class for Plane and Sphere classes.
virtual Point unit_normal(const Point &p) const override
void xz_plane(const Real ypos=0.)
A geometric point in (x,y,z) space.
virtual bool on_surface(const Point &p) const override