psemek/libs/geom/include/psemek/geom
2021-07-08 14:24:03 +03:00
..
detail Proper sfinae for vector & point constructors instead of static_assert 2021-03-04 18:37:07 +03:00
affine_transform.hpp Add affine_transform::identity 2021-01-25 00:51:06 +03:00
bezier.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
box.hpp Add lerp/unlerp for boxes 2021-04-25 16:41:29 +03:00
camera.hpp Support constructing orthographic_camera from 2d box 2020-11-29 12:26:43 +03:00
constants.hpp Add golden ratio constant 2021-05-30 23:09:55 +03:00
contains.hpp Make segment & triangle aliases instead of subclasses 2020-08-30 21:19:16 +03:00
distance.hpp Add scalar-interval distance function 2021-01-15 17:58:54 +03:00
easing.hpp Add easing function, move gradient to a separate header 2020-10-01 09:44:47 +03:00
gauss.hpp Add geom::solve for solving simple linear equations 2020-11-29 12:26:22 +03:00
gradient.hpp Add easing function, move gradient to a separate header 2020-10-01 09:44:47 +03:00
gram_schmidt.hpp Fix gram_schmidt recursive base ODR 2020-09-27 11:59:33 +03:00
homogeneous.hpp Fix orthographic transform applied to vectors & points 2020-10-21 22:26:12 +03:00
incircle.hpp Add a CMake option for robust geom predicates 2020-09-14 15:30:09 +03:00
intersection.hpp Ray-simplex intersection bugfix 2021-07-08 14:24:03 +03:00
interval.hpp Add geom::unlerp 2021-03-04 10:01:56 +03:00
math.hpp Add idiv & imod functions 2021-03-12 14:42:31 +03:00
matrix.hpp Fix matrix::scalar 2021-01-25 00:50:47 +03:00
mesh.hpp Add some meshing utilities 2020-10-16 07:37:44 +03:00
orientation.hpp Add n-dim versions of orientation(points) and add orientation(vectors) 2020-09-30 07:22:27 +03:00
orthographic.hpp Add template deduction guides for transformation classes 2020-11-08 16:15:30 +03:00
permutation.hpp Add generic affine transform class & unify transform interfaces 2020-09-29 19:18:35 +03:00
perspective.hpp Add template deduction guides for transformation classes 2020-11-08 16:15:30 +03:00
point.hpp Add geom::point hash 2021-03-09 23:06:45 +03:00
quaternion.hpp Fixes in quaternion inverse computation 2021-03-14 16:36:24 +03:00
ray.hpp Add ray stream output operator 2021-01-27 16:17:16 +03:00
rotation.hpp Add quaternions & quaternion-based rotations 2021-01-25 00:59:13 +03:00
scale.hpp Add template deduction guides for transformation classes 2020-11-08 16:15:30 +03:00
sign.hpp util/io_fwd was a bad idea 2021-01-18 18:17:57 +03:00
simplex.hpp Add simplex + vector operator 2021-03-05 23:13:11 +03:00
swizzle.hpp Add generic swizzling function 2021-01-25 22:16:24 +03:00
translation.hpp Add template deduction guides for transformation classes 2020-11-08 16:15:30 +03:00
vector.hpp Add rotate(vector, angle) function 2021-05-17 20:20:39 +03:00