eLynx SDK v3.0.1
C++ image processing API reference

eLynx::Math::Triangle3< T > Class Template Reference

#include <Geometry.h>

List of all members.


Public Member Functions

 Triangle3 ()
 Constructor, does nothing.
 Triangle3 (const Point3< T > &iP0, const Point3< T > &iP1, const Point3< T > &iP2)
template<typename U >
 Triangle3 (const Point3< U > &iP0, const Point3< U > &iP1, const Point3< U > &iP2)
bool operator== (const Triangle3 &iTriangle) const

Public Attributes

Point3< T > _P0
Point3< T > _P1
Point3< T > _P2

Detailed Description

template<typename T>
class eLynx::Math::Triangle3< T >

Definition at line 309 of file Geometry.h.


Constructor & Destructor Documentation

template<typename T >
eLynx::Math::Triangle3< T >::Triangle3 (  )  [inline]

Constructor, does nothing.

Definition at line 313 of file Geometry.h.

template<typename T >
eLynx::Math::Triangle3< T >::Triangle3 ( const Point3< T > &  iP0,
const Point3< T > &  iP1,
const Point3< T > &  iP2 
) [inline]

Definition at line 314 of file Geometry.h.

template<typename T >
template<typename U >
eLynx::Math::Triangle3< T >::Triangle3 ( const Point3< U > &  iP0,
const Point3< U > &  iP1,
const Point3< U > &  iP2 
) [inline]

Definition at line 317 of file Geometry.h.


Member Function Documentation

template<typename T >
bool eLynx::Math::Triangle3< T >::operator== ( const Triangle3< T > &  iTriangle  )  const [inline]

Definition at line 320 of file Geometry.h.


Member Data Documentation

template<typename T >
Point3<T> eLynx::Math::Triangle3< T >::_P0

Definition at line 324 of file Geometry.h.

template<typename T >
Point3<T> eLynx::Math::Triangle3< T >::_P1

Definition at line 324 of file Geometry.h.

template<typename T >
Point3<T> eLynx::Math::Triangle3< T >::_P2

Definition at line 324 of file Geometry.h.


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

Generated on 14 Apr 2009 by doxygen 1.5.8