add py bindings

This commit is contained in:
Ryan Oldenburg 2021-08-24 23:29:40 -05:00
parent da6f96221e
commit cce44af08f
2 changed files with 1863 additions and 0 deletions

View file

@ -1392,3 +1392,4 @@ proc pixie_angle_to_miter_limit(angle: float32): float32 {.importc: "pixie_angle
proc angleToMiterLimit*(angle: float32): float32 {.inline.} =
result = pixie_angle_to_miter_limit(angle)

1862
bindings/generated/pixie.py Normal file

File diff suppressed because it is too large Load diff