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

eLynx::Math::BezierTriangle3< T, U > Struct Template Reference

#include <Bezier.h>

List of all members.


Public Member Functions

 BezierTriangle3 (T iX0, T iY0, T iX1, T iY1, T iX2, T iY2)
void Swap (const uint32 iVertex1, const uint32 iVertex2)
void Interpolate (const T iX, const T iY, U *oV) const

Public Attributes

Point3< U > _cp [10]

Detailed Description

template<typename T, typename U>
struct eLynx::Math::BezierTriangle3< T, U >

Definition at line 31 of file Bezier.h.


Constructor & Destructor Documentation

template<typename T , typename U >
eLynx::Math::BezierTriangle3< T, U >::BezierTriangle3 ( iX0,
iY0,
iX1,
iY1,
iX2,
iY2 
)


Member Function Documentation

template<typename T , typename U >
void eLynx::Math::BezierTriangle3< T, U >::Swap ( const uint32  iVertex1,
const uint32  iVertex2 
)

template<typename T , typename U >
void eLynx::Math::BezierTriangle3< T, U >::Interpolate ( const T  iX,
const T  iY,
U *  oV 
) const


Member Data Documentation

template<typename T , typename U >
Point3<U> eLynx::Math::BezierTriangle3< T, U >::_cp[10]

Definition at line 45 of file Bezier.h.


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

Generated on 14 Apr 2009 by doxygen 1.5.8