DXTypes.h File Reference

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

Classes

struct  DX::DXVector
struct  DX::DXRotation
struct  DX::DXUV
struct  DX::DXMatrix

Namespaces

namespace  DX

Functions

DXMESHEXPORT DXVector DX::CreateVector (float x, float y, float z)
DXMESHEXPORT DXUV DX::CreateUV (float u, float v)
DXMESHEXPORT DXRotation DX::CreateRotation (float x, float y, float z, float w)
DXMESHEXPORT DXMatrix DX::CreateMatrix (float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33)
DXMESHEXPORT DXMatrix DX::CreateMatrix (float m[16])

Variables

const DXMatrix DX::IdentityMatrix = CreateMatrix(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)

Generated on Tue Apr 14 11:38:00 2009 for DXMeshAPI by  doxygen 1.5.7.1