Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1007 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 1007 Bytes

Geometry

Swift Version Build Status Codacy Badge Platform

Defines relative distance of figures, point, size, rectangle and their higher dimensional equivalents. SIMD on target hardware is utilized, whenever possible, to improve the performance of mathmatical operations.

The module does depend on markuswntr/vector and builds on macOS and Linux.

Note: Right now, protocol extensions in markuswntr/vector still require <simd.h> (as of now Apple only) to be available on the target hardware.