Crate fixed32_math

source ·
Expand description

§Vector and Rect Library

This Rust crate that provides efficient 2D vector and rectangle operations using fixed-point arithmetic. Designed for applications where fixed precision is preferred, this crate is ideal for scenarios such as graphics programming, game development, and embedded systems where deterministic results are crucial.

Structs§

  • Represents a rectangle in a 2D space.
  • Represents a vector in a 2D space.