TDME2
1.9.121
src
tdme
math
fwd-tdme.h
Go to the documentation of this file.
1
// Forward declarations for tdme.math
2
#pragma once
3
4
5
namespace
tdme
{
6
namespace
math {
7
class
Matrix2D3x3
;
8
class
Matrix4x4
;
9
class
Matrix4x4Negative
;
10
class
Math
;
11
class
Quaternion
;
12
class
SeparatingAxisTheorem;
13
class
TriangleTriangleIntersection;
14
class
TriangleTriangleIntersection_ReturnValue;
15
class
Vector2
;
16
class
Vector3
;
17
class
Vector4
;
18
}
// namespace math
19
}
// namespace tdme
tdme::math::Math
Standard math functions.
Definition:
Math.h:21
tdme::math::Matrix2D3x3
3x3 2D Matrix class
Definition:
Matrix2D3x3.h:22
tdme::math::Matrix4x4Negative
Simple class to determine if a transform is negative.
Definition:
Matrix4x4Negative.h:17
tdme::math::Matrix4x4
4x4 3D Matrix class
Definition:
Matrix4x4.h:24
tdme::math::Quaternion
Quaternion class.
Definition:
Quaternion.h:22
tdme::math::Vector2
2D vector 2 class
Definition:
Vector2.h:19
tdme::math::Vector3
3D vector 3 class
Definition:
Vector3.h:22
tdme::math::Vector4
3D vector 4 class
Definition:
Vector4.h:19
tdme
Definition:
fwd-tdme.h:4
Generated by
1.9.3