Namespaces | Typedefs

PolyVoxCore/include/PolyVoxCore/PolyVoxForwardDeclarations.h File Reference

#include "PolyVoxImpl/TypeDef.h"
Include dependency graph for PolyVoxForwardDeclarations.h:

Go to the source code of this file.

Namespaces

namespace  PolyVox
 

Main namespace.


Typedefs

typedef Vector< 3, float > PolyVox::Vector3DFloat
 A 3D Vector of floats.
typedef Vector< 3, double > PolyVox::Vector3DDouble
 A 3D Vector of doubles.
typedef Vector< 3, int8_t > PolyVox::Vector3DInt8
 A 3D Vector of signed 8-bit values.
typedef Vector< 3, uint8_t > PolyVox::Vector3DUint8
 A 3D Vector of unsigned 8-bit values.
typedef Vector< 3, int16_t > PolyVox::Vector3DInt16
 A 3D Vector of signed 16-bit values.
typedef Vector< 3, uint16_t > PolyVox::Vector3DUint16
 A 3D Vector of unsigned 16-bit values.
typedef Vector< 3, int32_t > PolyVox::Vector3DInt32
 A 3D Vector of signed 32-bit values.
typedef Vector< 3, uint32_t > PolyVox::Vector3DUint32
 A 3D Vector of unsigned 32-bit values.