21 INLINE_MATHUTIL BoundingLine::
30 INLINE_MATHUTIL BoundingLine::
32 _origin(a), _vector(b - a)
62 return _origin + _vector;
bool is_empty() const
Any kind of volume might be empty.
bool is_infinite() const
The other side of the empty coin is an infinite volume.
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
bool is_nan() const
Returns true if any component of the vector is not-a-number, false otherwise.
const LPoint3 & get_point_a() const
Returns the first point that defines the line.
LPoint3 get_point_b() const
Returns the second point that defines the line.
bool normalize()
Normalizes the vector in place.