OpenVDB  0.104.0
Plane< Real > Member List

This is the complete list of members for Plane< Real >, including all inherited members.

angle(const Plane &other) const Plane< Real >inline
flip()Plane< Real >inline
getDist() const Plane< Real >inline
getNorm() const Plane< Real >inline
getNorm(int i) const Plane< Real >inline
getNormal() const Plane< Real >inline
getNormalPoint() const Plane< Real >inline
getPoint() const Plane< Real >inline
getPoint(int i) const Plane< Real >inline
intersects(const Point &P1, const Point &P2) const Plane< Real >inline
intersects(const Ray< Real > &ray) const Plane< Real >inline
intersects(const Ray< Real > &ray, Real &t) const Plane< Real >inline
isInside(const Point &P) const Plane< Real >inline
isInside(const Point &P1, const Point &P2) const Plane< Real >inline
isInside(const Point &P1, const Point &P2, const Point &P3) const Plane< Real >inline
isOn(const Point &pt, Real tolerance=1e-6) const Plane< Real >inline
isOutside(const Point &P) const Plane< Real >inline
isOutside(const Point &P1, const Point &P2) const Plane< Real >inline
isOutside(const Point &P1, const Point &P2, const Point &P3) const Plane< Real >inline
isValid() const Plane< Real >inline
lerp(const Plane &other, Real t) const Plane< Real >inline
lerpPoints(const Plane &other, Real t) const Plane< Real >inline
operator!=(const Plane &other) const Plane< Real >inline
operator==(const Plane &other) const Plane< Real >inline
Plane()Plane< Real >inline
Plane(const Point &P0, const Vector &N)Plane< Real >inline
Plane(const Point &P0, const Vector &N, Normalize)Plane< Real >inline
Plane(const Vector &P1, const Vector &P2, Real alpha)Plane< Real >inline
Plane(const Point &P0, const Point &P1, const Point &P2)Plane< Real >inline
Plane(const Point &P0, const Point &P1, const Point &P2, int n)Plane< Real >inline
Point typedefPlane< Real >
set(const Point &P0, const Vector &N)Plane< Real >inline
set(const Point &P0, const Vector &N, Normalize)Plane< Real >inline
setNorm(const Vector &N)Plane< Real >inline
setPoint(const Point &P0)Plane< Real >inline
slerp(const Plane &other, Real t) const Plane< Real >inline
Vector typedefPlane< Real >