Skip to content

Files

Latest commit

 

History

History
9 lines (6 loc) · 358 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 358 Bytes

discrete_hitbox

A library that provides hitbox checks based on arbitrary discrete shape representations. A shape is modelled using a variable amount of lines.

This is a learner project, it is first one that I write using the rust language.

Features

  • Point inclusion checks: Winding number calculation for arbitrary polygons
  • Polygon clipping (TODO)