Skip to content

Instantly share code, notes, and snippets.

@pgp44
Created April 14, 2019 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pgp44/973dcbf052ca7e5bc195fe19a7d4a033 to your computer and use it in GitHub Desktop.
Save pgp44/973dcbf052ca7e5bc195fe19a7d4a033 to your computer and use it in GitHub Desktop.
create type point_t as (x float, y float);
create type triangle_t as (p1 point_t, p2 point_t, p3 point_t, surface float);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment