omni::math::lines_intersect
NAME

omni::math::lines_intersect

A function of omni::math

#include <omni/math.hpp>
template < typename T > inline bool omni::math::lines_intersect(const omni::math::dimensional<T, 4>& line1, const omni::math::dimensional<T, 4>& line2)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top