TDME2  1.9.200
fwd-tdme.h
Go to the documentation of this file.
1 // Forward declarations for tdme.math
2 #pragma once
3 
4 namespace tdme {
5 namespace math {
6  class Matrix3x3;
7  class Matrix4x4;
8  class Math;
9  class Quaternion;
10  class Vector2;
11  class Vector3;
12  class Vector4;
13 } // namespace math
14 } // namespace tdme
Standard math functions.
Definition: Math.h:19
Matrix3x3 class representing matrix3x3 mathematical structure and operations for 2d space.
Definition: Matrix3x3.h:20
Matrix4x4 class representing matrix4x4 mathematical structure and operations for 3d space.
Definition: Matrix4x4.h:23
Quaternion class representing quaternion mathematical structure and operations with x,...
Definition: Quaternion.h:24
Vector2 class representing vector2 mathematical structure and operations with x, y components.
Definition: Vector2.h:20
Vector3 class representing vector3 mathematical structure and operations with x, y,...
Definition: Vector3.h:20
Vector4 class representing vector4 mathematical structure and operations with x, y,...
Definition: Vector4.h:22
Definition: fwd-tdme.h:4