Line3Norm(Geometry::Vec3 a, Geometry::Vec3 b)
A constructor that creates a line from two vectors.
Definition: Line3Norm.cpp:14
This struct represents a line of the form u = v + rw where w is normalized to length 1...
Definition: Line3Norm.h:21
This file declares the struct Line3 that represents three-dimensional line.
This struct represents a 3D line of the form u = v + rw.
Definition: Line3.h:20