libcruft-util/geom
2018-05-21 10:47:51 +10:00
..
aabb.cpp geom/aabb: add query for aabb corners 2018-05-21 10:47:51 +10:00
aabb.hpp geom/aabb: add query for aabb corners 2018-05-21 10:47:51 +10:00
cylinder.cpp
cylinder.hpp
ellipse.cpp geom/ellipse: add naive covering ellipse impl 2018-04-18 21:48:55 +10:00
ellipse.hpp geom/ellipse: add convenience ellipse3f typedef 2018-05-01 16:01:43 +10:00
frustum.cpp geom/frustum: add symbolic constants for plane indices 2018-05-07 11:09:53 +10:00
frustum.hpp geom/frustum: add symbolic constants for plane indices 2018-05-07 11:09:53 +10:00
fwd.hpp
iostream.cpp
iostream.hpp
line.cpp geom/line: add basic line class 2018-04-20 15:08:06 +10:00
line.hpp geom/line: add basic line class 2018-04-20 15:08:06 +10:00
ops.hpp
plane.cpp geom/plane: correct the sense of coefficient `D' 2018-04-23 22:14:05 +10:00
plane.hpp geom/plane: add distance2 for plane/point 2018-05-07 11:48:32 +10:00
ray.cpp point/vector: homog no longer takes a size parameter 2018-04-17 14:26:23 +10:00
ray.hpp geom/ray: make ray intersections more robust 2018-05-04 17:10:51 +10:00
rect.cpp
rect.hpp
sample.cpp poission: add more thoroughly documented poisson sampler 2018-04-26 17:44:16 +10:00
sample.hpp geom/sample: defend against maybe unused variable 2018-05-18 13:51:34 +10:00
segment.cpp geom/segment: add trivial segment representation 2018-04-20 15:08:06 +10:00
segment.hpp geom/segment: add trivial segment representation 2018-04-20 15:08:06 +10:00
sphere.cpp
sphere.hpp
tri.cpp
tri.hpp geom/tri: be consistent with struct/classes 2018-05-01 16:01:17 +10:00