Module pathfinder_geometry::vector

source ·
Expand description

A SIMD-optimized point type.

Structs§

  • 2D points with 32-bit floating point coordinates.
  • 2D points with 32-bit signed integer coordinates.
  • 3D points.
  • 3D homogeneous points.

Traits§

Functions§

  • A convenience alias for Vector2F::new().
  • A convenience alias for Vector2I::new().