HDK
|
This is the complete list of members for Plane3< T >, including all inherited members.
distance | Plane3< T > | |
distanceTo(const Vec3< T > &point) const IMATH_NOEXCEPT | Plane3< T > | inline |
intersect(const Line3< T > &line, Vec3< T > &intersection) const IMATH_NOEXCEPT | Plane3< T > | inline |
intersectT(const Line3< T > &line, T ¶meter) const IMATH_NOEXCEPT | Plane3< T > | inline |
normal | Plane3< T > | |
Plane3() IMATH_NOEXCEPT | Plane3< T > | inline |
Plane3(const Vec3< T > &normal, T distance) IMATH_NOEXCEPT | Plane3< T > | inline |
Plane3(const Vec3< T > &point, const Vec3< T > &normal) IMATH_NOEXCEPT | Plane3< T > | inline |
Plane3(const Vec3< T > &point1, const Vec3< T > &point2, const Vec3< T > &point3) IMATH_NOEXCEPT | Plane3< T > | inline |
reflectPoint(const Vec3< T > &point) const IMATH_NOEXCEPT | Plane3< T > | inline |
reflectVector(const Vec3< T > &vec) const IMATH_NOEXCEPT | Plane3< T > | inline |
set(const Vec3< T > &normal, T distance) IMATH_NOEXCEPT | Plane3< T > | inline |
set(const Vec3< T > &point, const Vec3< T > &normal) IMATH_NOEXCEPT | Plane3< T > | inline |
set(const Vec3< T > &point1, const Vec3< T > &point2, const Vec3< T > &point3) IMATH_NOEXCEPT | Plane3< T > | inline |