Geometry::Vec3 eval(const float &r)
Evaluate the line function for a given r.
Definition: Line3.cpp:14
Geometry::Vec3 v
The support vector.
Definition: Line3.h:25
This file provides using and enum declarations.
This struct represents a 3D line of the form u = v + rw.
Definition: Line3.h:20
Geometry::Vec3 w
The direction vector.
Definition: Line3.h:31