Shadowrun: Awakened 29 September 2011 - Build 871
Classes | Namespaces | Defines | Typedefs
Vector.hpp File Reference
#include <cat/gfx/Scalar.hpp>
Include dependency graph for Vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cat::Vector< DIM, Scalar, Double >

Namespaces

namespace  cat

Defines

#define FOR_EACH_DIMENSION(index)   for (int index = 0; index < DIM; ++index)

Typedefs

typedef Vector< 2, f64, f64 > cat::Vector2d
typedef Vector< 2, f32, f64 > cat::Vector2f
typedef Vector< 2, s32, s32 > cat::Vector2s
typedef Vector< 2, u32, u32 > cat::Vector2u
typedef Vector< 3, f64, f64 > cat::Vector3d
typedef Vector< 3, f32, f64 > cat::Vector3f
typedef Vector< 3, s32, s32 > cat::Vector3s
typedef Vector< 3, u32, u32 > cat::Vector3u
typedef Vector< 4, f64, f64 > cat::Vector4d
typedef Vector< 4, f32, f64 > cat::Vector4f
typedef Vector< 4, s32, s32 > cat::Vector4s
typedef Vector< 4, u32, u32 > cat::Vector4u

Define Documentation

#define FOR_EACH_DIMENSION (   index)    for (int index = 0; index < DIM; ++index)

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net