Module
Public Member Functions | Friends | List of all members
Module::Mesh Class Reference

#include <Mesh.hpp>

Public Member Functions

Book< Mesh >::size_type getIndex () const
 
Book< float >::size_type getNumVertices () const
 
Vector3 getVertex (unsigned int i) const
 
Vector3 getNormal (unsigned int i) const
 
float getScale () const
 
void setScale (float newScale)
 

Friends

class GraphicsInterface
 
class Book< Mesh >
 

Member Function Documentation

Book< Mesh >::size_type Module::Mesh::getIndex ( ) const
inline
Vector3 Module::Mesh::getNormal ( unsigned int  i) const
inline
Book< int >::size_type Module::Mesh::getNumVertices ( ) const
inline
float Module::Mesh::getScale ( ) const
inline
Vector3 Module::Mesh::getVertex ( unsigned int  i) const
inline
void Module::Mesh::setScale ( float  newScale)
inline

Friends And Related Function Documentation

friend class Book< Mesh >
friend
friend class GraphicsInterface
friend