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

Vector4.h File Reference

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

Include dependency graph for Vector4.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

Defines

#define Vector4   TVector4<float>
#define IntVector4   TVector4<int>
#define FloatVector4   TVector4<float>
#define DoubleVector4   TVector4<double>
#define ByteVector4   TVector4<unsigned char>
#define VECTOR4_EPSILON   0.00001


Define Documentation

#define ByteVector4   TVector4<unsigned char>
 

Definition at line 56 of file Vector4.h.

#define DoubleVector4   TVector4<double>
 

Definition at line 55 of file Vector4.h.

#define FloatVector4   TVector4<float>
 

Definition at line 54 of file Vector4.h.

#define IntVector4   TVector4<int>
 

Definition at line 53 of file Vector4.h.

#define Vector4   TVector4<float>
 

Definition at line 52 of file Vector4.h.

Referenced by Teddy::Maths::Matrix::direction, Teddy::Scenes::PostElement::draw, Teddy::Maths::Matrix::getColumn, Teddy::Maths::Matrix::getRow, Teddy::Maths::Matrix::invert, Teddy::Maths::Matrix::operator *, Teddy::Maths::Plane::operator=, Teddy::Maths::Plane::Plane, Teddy::Maths::Matrix::setColumn, Teddy::Maths::Matrix::setRow, Teddy::Maths::Matrix::transformVector4, and Teddy::Scenes::Camera::updatePlanes.

#define VECTOR4_EPSILON   0.00001
 

Definition at line 57 of file Vector4.h.

Referenced by Teddy::Maths::TVector4::operator==.