PBRT
Imath::Line3< T > Class Template Reference

List of all members.

Public Member Functions

 Line3 (const Vec3< T > &point1, const Vec3< T > &point2)
void set (const Vec3< T > &point1, const Vec3< T > &point2)
Vec3< T > operator() (T parameter) const
distanceTo (const Vec3< T > &point) const
distanceTo (const Line3< T > &line) const
Vec3< T > closestPointTo (const Vec3< T > &point) const
Vec3< T > closestPointTo (const Line3< T > &line) const

Public Attributes

Vec3< T > pos
Vec3< T > dir

template<class T>
class Imath::Line3< T >


The documentation for this class was generated from the following file: