Back to bsyte

Triangle Class Reference

Triangle. More...

#include <Triangle.h>

Collaboration diagram for Triangle:

List of all members.

Public Member Functions

 Triangle ()
virtual ~Triangle ()
void set (int textureID, Vec &v0, Vec &v1, Vec &v2)
void dump ()

Public Attributes

Vec m_p0
Vec m_p1
Vec m_p2
float x [3]
float y [3]
float z [3]
float c [3]
float uc [3]
float vc [3]
float m_u0
float m_v0
float m_u1
float m_v1
float m_u2
float m_v2
int m_xmax
int m_ymax
int m_alpha
HashKey m_sid
int m_textureID
Texturem_tex
float m_ambientLight
float m_directionalLight
LightMapm_lightMap

Detailed Description


Constructor & Destructor Documentation

Triangle::Triangle ( )
Triangle::~Triangle ( ) [virtual]

Member Function Documentation

void Triangle::dump ( void  )
void Triangle::set ( int  textureID,
Vec v0,
Vec v1,
Vec v2 
)

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

float Triangle::c[3]
float Triangle::uc[3]
float Triangle::vc[3]
float Triangle::x[3]
float Triangle::y[3]
float Triangle::z[3]

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