List of all members.
Public Member Functions |
| Plane3 (const Vec3< T > &normal, T distance) |
| Plane3 (const Vec3< T > &point, const Vec3< T > &normal) |
| Plane3 (const Vec3< T > &point1, const Vec3< T > &point2, const Vec3< T > &point3) |
void | set (const Vec3< T > &normal, T distance) |
void | set (const Vec3< T > &point, const Vec3< T > &normal) |
void | set (const Vec3< T > &point1, const Vec3< T > &point2, const Vec3< T > &point3) |
bool | intersect (const Line3< T > &line, Vec3< T > &intersection) const |
bool | intersectT (const Line3< T > &line, T ¶meter) const |
T | distanceTo (const Vec3< T > &) const |
Vec3< T > | reflectPoint (const Vec3< T > &) const |
Vec3< T > | reflectVector (const Vec3< T > &) const |
Public Attributes |
Vec3< T > | normal |
T | distance |
template<class T>
class Imath::Plane3< T >
The documentation for this class was generated from the following files:
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/ImathPlane.h
- /home/felix/UBC/projects/AdaptiveLightfieldSampling/pbrt_v2/src/3rdparty/ilmbase-1.0.2/ImathEuler.h