Public Member Functions | Public Attributes | List of all members
gte::Line< N, Real > Class Template Reference

#include <GteLine.h>

Public Member Functions

 Line ()
 
 Line (Vector< N, Real > const &inOrigin, Vector< N, Real > const &inDirection)
 
bool operator!= (Line const &line) const
 
bool operator< (Line const &line) const
 
bool operator<= (Line const &line) const
 
bool operator== (Line const &line) const
 
bool operator> (Line const &line) const
 
bool operator>= (Line const &line) const
 

Public Attributes

Vector< N, Real > direction
 
Vector< N, Real > origin
 

Detailed Description

template<int N, typename Real>
class gte::Line< N, Real >

Definition at line 20 of file GteLine.h.

Constructor & Destructor Documentation

template<int N, typename Real >
gte::Line< N, Real >::Line ( )

Definition at line 50 of file GteLine.h.

template<int N, typename Real>
gte::Line< N, Real >::Line ( Vector< N, Real > const &  inOrigin,
Vector< N, Real > const &  inDirection 
)

Definition at line 57 of file GteLine.h.

Member Function Documentation

template<int N, typename Real >
bool gte::Line< N, Real >::operator!= ( Line< N, Real > const &  line) const

Definition at line 72 of file GteLine.h.

template<int N, typename Real >
bool gte::Line< N, Real >::operator< ( Line< N, Real > const &  line) const

Definition at line 78 of file GteLine.h.

template<int N, typename Real >
bool gte::Line< N, Real >::operator<= ( Line< N, Real > const &  line) const

Definition at line 94 of file GteLine.h.

template<int N, typename Real >
bool gte::Line< N, Real >::operator== ( Line< N, Real > const &  line) const

Definition at line 66 of file GteLine.h.

template<int N, typename Real >
bool gte::Line< N, Real >::operator> ( Line< N, Real > const &  line) const

Definition at line 100 of file GteLine.h.

template<int N, typename Real >
bool gte::Line< N, Real >::operator>= ( Line< N, Real > const &  line) const

Definition at line 106 of file GteLine.h.

Member Data Documentation

template<int N, typename Real>
Vector<N, Real> gte::Line< N, Real >::direction

Definition at line 29 of file GteLine.h.

template<int N, typename Real>
Vector<N, Real> gte::Line< N, Real >::origin

Definition at line 29 of file GteLine.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06