Om  1.0.0
A universal framework for multimedia simulation
Public Member Functions | Public Attributes | List of all members
om::math::Triangle< VertexType > Class Template Reference

#include <omMathPrimitives.h>

Public Member Functions

 Triangle ()
 
 Triangle (const VertexType &newV1, const VertexType &newV2, const VertexType &newV3)
 

Public Attributes

VertexType v1
 
VertexType v2
 
VertexType v3
 

Constructor & Destructor Documentation

template<typename VertexType >
om::math::Triangle< VertexType >::Triangle ( )
inline
template<typename VertexType >
om::math::Triangle< VertexType >::Triangle ( const VertexType &  newV1,
const VertexType &  newV2,
const VertexType &  newV3 
)
inline

Member Data Documentation

template<typename VertexType >
VertexType om::math::Triangle< VertexType >::v1
template<typename VertexType >
VertexType om::math::Triangle< VertexType >::v2
template<typename VertexType >
VertexType om::math::Triangle< VertexType >::v3

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