Adding more file/folder stubs.
This commit is contained in:
parent
1d17fd5ba8
commit
dcdf8538a8
13 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
math
|
||||
====
|
||||
|
||||
C++ GameDev related math helpers. These helpers will be designed for ease of use (a single header file for each helper class, and all helper functions in said class). In a commercial engine they would be designed out a little differently, broken up to some extent.
|
||||
C++ GameDev related math helpers. These helpers will be designed for ease of use. In a commercial engine they would be designed out a little differently. These are primarily 3D math helpers, and do not contain any physics related code, collision, etc.
|
||||
|
||||
Requirements
|
||||
-----------
|
||||
|
|
0
include/math/FixedPoint.h
Normal file
0
include/math/FixedPoint.h
Normal file
0
include/math/MathDefs.h
Normal file
0
include/math/MathDefs.h
Normal file
0
include/math/Matrix.h
Normal file
0
include/math/Matrix.h
Normal file
0
include/math/Plane.h
Normal file
0
include/math/Plane.h
Normal file
0
include/math/Quaternion.h
Normal file
0
include/math/Quaternion.h
Normal file
0
include/math/Ray.h
Normal file
0
include/math/Ray.h
Normal file
0
include/math/TransMatrix.h
Normal file
0
include/math/TransMatrix.h
Normal file
0
include/math/Vector2.h
Normal file
0
include/math/Vector2.h
Normal file
0
include/math/Vector3.h
Normal file
0
include/math/Vector3.h
Normal file
0
src/.gitkeep
Normal file
0
src/.gitkeep
Normal file
0
tests/main.cpp
Normal file
0
tests/main.cpp
Normal file
Loading…
Add table
Add a link
Reference in a new issue