psemek/libs/geom/include/psemek/geom
2020-12-16 11:05:29 +03:00
..
affine_transform.hpp Add generic affine transform class & unify transform interfaces 2020-09-29 19:18:35 +03:00
bezier.hpp Uniformize code style & do a few code rearrangements 2020-08-27 16:49:46 +03:00
box.hpp Add expend(box,vector) 2020-12-12 15:54:15 +03:00
camera.hpp Support constructing orthographic_camera from 2d box 2020-11-29 12:26:43 +03:00
constants.hpp Move deg, rad to math.hpp 2020-09-29 19:18:39 +03:00
contains.hpp Make segment & triangle aliases instead of subclasses 2020-08-30 21:19:16 +03:00
distance.hpp Add point-triangle distance 2020-11-05 16:52:05 +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 Add segment-simplex intersection 2020-11-05 16:44:15 +03:00
interval.hpp Implement negating an interval 2020-12-13 13:24:21 +03:00
math.hpp Add geom::sign function 2020-11-29 12:24:52 +03:00
matrix.hpp Add matrix unary minus 2020-12-16 11:05:29 +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::zero() 2020-09-24 12:44:36 +03:00
ray.hpp Add geom::ray primitive 2020-09-23 22:23:37 +03:00
rotation.hpp Add template deduction guides for transformation classes 2020-11-08 16:15:30 +03:00
scale.hpp Add template deduction guides for transformation classes 2020-11-08 16:15:30 +03:00
sign.hpp Fix all stream output operators: operator<< might return a different stream type 2020-11-06 17:34:57 +03:00
simplex.hpp Fix all stream output operators: operator<< might return a different stream type 2020-11-06 17:34:57 +03:00
translation.hpp Add template deduction guides for transformation classes 2020-11-08 16:15:30 +03:00
vector.hpp More precise vector length computation 2020-11-05 16:41:02 +03:00