VTK-m
2.2
|
This is the complete list of members for vtkm::Plane, including all inherited members.
ClosestPoint(const Vector &point) const | vtkm::Plane | |
DistanceTo(const Vector &point) const | vtkm::Plane | |
GetNormal() const | vtkm::Plane | inline |
GetOrigin() const | vtkm::Plane | inline |
Gradient(const Vector &) const | vtkm::Plane | inline |
Intersect(const Ray< CoordType, 3, IsTwoSided > &ray, CoordType ¶meter, Vector &point, bool &lineInPlane, CoordType tol=CoordType(1e-6f)) const | vtkm::Plane | |
Intersect(const LineSegment< CoordType > &segment, CoordType ¶meter, bool &lineInPlane) const | vtkm::Plane | |
Intersect(const LineSegment< CoordType > &segment, CoordType ¶meter, Vector &point, bool &lineInPlane) const | vtkm::Plane | |
Intersect(const Plane< CoordType > &other, Ray< CoordType, 3, true > &ray, bool &coincident, CoordType tol2=static_cast< CoordType >(1e-6f)) const | vtkm::Plane | |
IsValid() const | vtkm::Plane | inline |
Normal | vtkm::Plane | |
Origin | vtkm::Plane | |
Plane() | vtkm::Plane | |
Plane(const Vector &origin, const Vector &normal, CoordType tol2=static_cast< CoordType >(1e-8f)) | vtkm::Plane | |
Plane(const Vector &normal={ 0, 0, 1 }) | vtkm::Plane | inlineexplicit |
Plane(const Vector &origin, const Vector &normal) | vtkm::Plane | inline |
SetNormal(const Vector &normal) | vtkm::Plane | inline |
SetOrigin(const Vector &origin) | vtkm::Plane | inline |
Value(const Vector &point) const | vtkm::Plane | inline |
Vector typedef | vtkm::Plane |