This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-09-21 20:06:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
02c96903c5801f300bf05a63b584c9abf67c2c75
0ad
/
source
/
maths
T
History
vladislavbelov
02c96903c5
Renames sgn function to Sign to fit the naming of other MathUtil functions.
...
This was SVN commit r26276.
2022-01-30 20:51:01 +00:00
..
tests
Add tests for fixed::FromFraction
2022-01-30 12:57:08 +00:00
BoundingBoxAligned.cpp
…
BoundingBoxAligned.h
…
BoundingBoxOriented.cpp
Cleanups BoundingBoxAxisAligned and fixes coding styles a bit.
2019-06-12 20:23:14 +00:00
BoundingBoxOriented.h
…
BoundingSphere.cpp
…
BoundingSphere.h
…
Brush.cpp
…
Brush.h
…
Ease.h
Remove trailing whitespace and whitespace in empty lines of source/ except source/third_party/.
2016-11-23 11:18:37 +00:00
Fixed.cpp
…
Fixed.h
UnitMotion pushing improvements
2022-01-24 15:36:13 +00:00
FixedVector2D.h
…
FixedVector3D.h
…
Frustum.cpp
Moves Frustum from graphics to maths to more related geometric primitives like bounding ones.
2021-03-29 17:28:13 +00:00
Frustum.h
…
MathUtil.h
Renames sgn function to Sign to fit the naming of other MathUtil functions.
2022-01-30 20:51:01 +00:00
Matrix3D.cpp
Cleanup Camera code for projections.
2019-01-05 22:40:56 +00:00
Matrix3D.h
…
MD5.cpp
…
MD5.h
…
Noise.cpp
…
Noise.h
…
NUSpline.cpp
Insert cinematic path nodes after the currently selected node instead of before (so paths are not created in the opposite of the expected order).
2017-07-01 15:49:59 +00:00
NUSpline.h
…
Plane.cpp
Actually remove trailing whitespace for non-header files as well.
2016-11-23 13:02:58 +00:00
Plane.h
…
Quaternion.cpp
…
Quaternion.h
…
Rect.cpp
…
Rect.h
…
Size2D.cpp
…
Size2D.h
…
Sqrt.cpp
…
Sqrt.h
…
Vector2D.cpp
…
Vector2D.h
…
Vector3D.cpp
…
Vector3D.h
…
Vector4D.h
…