scummvm/math
Christian Krause 27a7952679 MATH: make Angle class more robust
- clamp some intermediate values to the defined range
  which could be slightly violated due to floating point rounding
2020-12-08 19:30:04 +01:00
..
aabb.cpp
aabb.h
angle.cpp
angle.h
frustum.cpp
frustum.h
glmath.cpp
glmath.h
line2d.cpp MATH: Refactor Line2d 2020-12-08 19:26:25 +01:00
line2d.h MATH: Refactor Line2d 2020-12-08 19:26:25 +01:00
line3d.cpp
line3d.h
mathfwd.h
matrix3.cpp
matrix3.h
matrix4.cpp
matrix4.h
matrix.h
module.mk
plane.cpp
plane.h
quat.cpp
quat.h
ray.cpp
ray.h
rect2d.cpp
rect2d.h
rotation3d.h
squarematrix.h
transform.h
utils.h MATH: Make implementation of Segment2d more robust 2020-12-08 19:09:08 +01:00
vector2d.cpp JANITORIAL: Remove some unnecessary semicolons 2020-11-17 07:22:49 +01:00
vector2d.h
vector3d.cpp
vector3d.h MATH: make Angle class more robust 2020-12-08 19:30:04 +01:00
vector4d.cpp
vector4d.h
vector.h