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

#include <Geometry.hpp>

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

Public Member Functions

 Intersection (const Hyperplane< T, 2 > &p1, const Hyperplane< T, 2 > &p2)
 
- Public Member Functions inherited from mathter::Intersection< Line< T, 2 >, Line< T, 2 > >
 Intersection (const LineT &l1, const LineT &l2)
 
bool Intersecting () const
 
LineParameter1 () const
 
LineParameter2 () const
 
Vector< T, 2 > Point () const
 

Constructor & Destructor Documentation

◆ Intersection()

template<class T >
mathter::Intersection< Hyperplane< T, 2 >, Hyperplane< T, 2 > >::Intersection ( const Hyperplane< T, 2 > &  p1,
const Hyperplane< T, 2 > &  p2 
)
inline

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