Skip to content

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.