This struct represents a line of the form u = v + rw where ||w|| = 1 does not neccessarily hold...
Definition: Line3Unnorm.h:21
Line3Unnorm(Geometry::Vec3 a, Geometry::Vec3 b)
A constructor that creates a line from two vectors.
Definition: Line3Unnorm.cpp:13
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