Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Geometry.h File Reference

#include "Teddy/Maths/Vector.h"
#include "Teddy/SysSupport/StdList.h"

Include dependency graph for Geometry.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Namespaces

namespace  Teddy
namespace  Teddy::Maths
namespace  Teddy::Models
namespace  Teddy::PhysicalComponents

Defines

#define TEXTURE_AXIS_X   0
#define TEXTURE_AXIS_Y   1
#define TEXTURE_AXIS_Z   2


Define Documentation

#define TEXTURE_AXIS_X   0
 

Definition at line 56 of file Geometry.h.

Referenced by Teddy::Imports::LWTexture::LWTexture, Teddy::Models::Geometry::makeCubicTextureCoordinates, Teddy::Models::Geometry::makeCylindricalTextureCoordinates, Teddy::Models::Geometry::makePlanarTextureCoordinates, Teddy::Models::Geometry::makeSphericalTextureCoordinates, and Teddy::Imports::LWTexture::readTextureFlags_U2.

#define TEXTURE_AXIS_Y   1
 

Definition at line 57 of file Geometry.h.

Referenced by Teddy::Models::Geometry::makeCubicTextureCoordinates, Teddy::Models::Geometry::makeCylindricalTextureCoordinates, Teddy::Models::Geometry::makePlanarTextureCoordinates, Teddy::Models::Geometry::makeSphericalTextureCoordinates, and Teddy::Imports::LWTexture::readTextureFlags_U2.

#define TEXTURE_AXIS_Z   2
 

Definition at line 58 of file Geometry.h.

Referenced by Teddy::Models::Geometry::makeCubicTextureCoordinates, Teddy::Models::Geometry::makeCylindricalTextureCoordinates, Teddy::Models::Geometry::makePlanarTextureCoordinates, Teddy::Models::Geometry::makeSphericalTextureCoordinates, and Teddy::Imports::LWTexture::readTextureFlags_U2.