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

#include <Geometry.hpp>

+ Inheritance diagram for mathter::Intersection< Line< T, Dim >, Hyperplane< T, Dim > >:

Public Member Functions

 Intersection (const LineT &line, const PlaneT &plane)
 
- Public Member Functions inherited from mathter::Intersection< Hyperplane< T, Dim >, Line< T, Dim > >
 Intersection (const PlaneT &plane, const LineT &line)
 
bool Intersecting () const
 
VectorT Point () const
 
LineParameter () const
 

Constructor & Destructor Documentation

◆ Intersection()

template<class T , int Dim>
mathter::Intersection< Line< T, Dim >, Hyperplane< T, Dim > >::Intersection ( const LineT line,
const PlaneT plane 
)
inline

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