Crate pathfinder_geometry

source ·
Expand description

Basic geometry and linear algebra primitives, optimized with SIMD.

Modules§

  • Angle utilities.
  • Line segment types, optimized with SIMD.
  • 2D axis-aligned rectangles, optimized with SIMD.
  • 2D affine transforms.
  • 3D transforms that can be applied to paths.
  • A utility module that allows unit vectors to be treated like angles.
  • Various utilities.
  • A SIMD-optimized point type.