template<unsigned int Dimension>
struct XEngine::Math::DistanceAlgorithms::DistanceLineToRay< Dimension >
Returns the distance of the given line to the given ray. Uses the same algorithm as described for line-to-ray distance calculation with the restriction that when t < 0 the start-point of the ray is the closest point to the line.
The documentation for this struct was generated from the following files: