Viskores  1.0
viskores::Plane Member List

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

ClosestPoint(const Vector &point) constviskores::Plane
DistanceTo(const Vector &point) constviskores::Plane
GetNormal() constviskores::Planeinline
GetOrigin() constviskores::Planeinline
Gradient(const Vector &) constviskores::Planeinline
Intersect(const Ray< CoordType, 3, IsTwoSided > &ray, CoordType &parameter, Vector &point, bool &lineInPlane, CoordType tol=CoordType(1e-6f)) constviskores::Plane
Intersect(const LineSegment< CoordType > &segment, CoordType &parameter, bool &lineInPlane) constviskores::Plane
Intersect(const LineSegment< CoordType > &segment, CoordType &parameter, Vector &point, bool &lineInPlane) constviskores::Plane
Intersect(const Plane< CoordType > &other, Ray< CoordType, 3, true > &ray, bool &coincident, CoordType tol2=static_cast< CoordType >(1e-6f)) constviskores::Plane
IsValid() constviskores::Planeinline
Normalviskores::Plane
Originviskores::Plane
Plane()viskores::Plane
Plane(const Vector &origin, const Vector &normal, CoordType tol2=static_cast< CoordType >(1e-8f))viskores::Plane
Plane(const Vector &normal={ 0, 0, 1 })viskores::Planeinlineexplicit
Plane(const Vector &origin, const Vector &normal)viskores::Planeinline
SetNormal(const Vector &normal)viskores::Planeinline
SetOrigin(const Vector &origin)viskores::Planeinline
Value(const Vector &point) constviskores::Planeinline
Vector typedefviskores::Plane