#include "Teddy/Maths/Vector.h"
#include "Teddy/SysSupport/StdMaths.h"
Include dependency graph for Vector4.h:
This graph shows which files directly or indirectly include this file:
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 |
|
|
|
|
|
|
|
|
|
|
Definition at line 57 of file Vector4.h. Referenced by Teddy::Maths::TVector4::operator==. |