Mathter
A configurable 3D math library for game developers.
Public Member Functions | List of all members
mathter::Intersection< Line< T, 2 >, LineSegment< T, 2 > > Class Template Reference

#include <Geometry.hpp>

+ Inheritance diagram for mathter::Intersection< Line< T, 2 >, LineSegment< T, 2 > >:

Public Member Functions

 Intersection (const Line< T, 2 > &line1, const LineSegment< T, 2 > &line2)
 
LineParameter1 () const
 
InterpolParameter2 () const
 
LineParameter2 () const
 

Constructor & Destructor Documentation

◆ Intersection()

template<class T >
mathter::Intersection< Line< T, 2 >, LineSegment< T, 2 > >::Intersection ( const Line< T, 2 > &  line1,
const LineSegment< T, 2 > &  line2 
)
inline

Member Function Documentation

◆ InterpolParameter2()

template<class T >
T mathter::Intersection< Line< T, 2 >, LineSegment< T, 2 > >::InterpolParameter2 ( ) const
inline

◆ LineParameter1()

template<class T >
T mathter::Intersection< Line< T, 2 >, LineSegment< T, 2 > >::LineParameter1 ( ) const
inline

◆ LineParameter2()

template<class T >
T mathter::Intersection< Line< T, 2 >, LineSegment< T, 2 > >::LineParameter2 ( ) const
inline

The documentation for this class was generated from the following file: