Examples and Tutorials
Explore practical implementations of geometric algorithms through detailed, step-by-step examples.
๐ Basic Geometry
Fundamental operations such as constructing closed polygons, computing plane normals, and verifying coplanarity.
๐ Point Queries
Techniques for determining spatial relationships between points and other primitives (lines, polygons, polyhedra).
๐ Line & Surface Queries
Intersection detection and distance computations between lines, polygons, and polyhedra.
๐ฆ Oriented Bounding Containers
Compute oriented bounding boxes and rectangles, useful for collision detection and spatial queries.
๐งน Point Filtering
Filter points based on containment within geometric boundaries.
๐ท Pinhole Camera
Project 3D world coordinates to 2D image planes.
๐งฑ Rasterisation Toolkit
Convert continuous geometric shapes into discrete grid representations.
๐งญ Path Planning
Implement and optimize 3D Jump Point Search (JPS) algorithms for large-scale environments.