Skip to content

Instantly share code, notes, and snippets.

@thomwolf
Created June 6, 2018 09:19
Show Gist options
  • Save thomwolf/3c0aa6c5cecfbcf22004170bd6fa2882 to your computer and use it in GitHub Desktop.
Save thomwolf/3c0aa6c5cecfbcf22004170bd6fa2882 to your computer and use it in GitHub Desktop.
A C structure for a rectangle
cdef struct Rectangle:
float w
float h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment