diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-12-21 15:51:47 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-12-21 15:52:06 -0500 |
commit | b602fff4133fd793b04839e4e0514c8c101fa50a (patch) | |
tree | e9023f73ef1170378d09130305fc72a561ce7ff2 /libdimension/dimension | |
parent | babba43cd4d1b9c92a569f19acbe17e429193b01 (diff) | |
download | dimension-teapot.tar.xz |
Add teapots WIP.teapot
Diffstat (limited to 'libdimension/dimension')
-rw-r--r-- | libdimension/dimension/objects.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libdimension/dimension/objects.h b/libdimension/dimension/objects.h index 9ce9e46..02eaba8 100644 --- a/libdimension/dimension/objects.h +++ b/libdimension/dimension/objects.h @@ -84,3 +84,9 @@ dmnsn_object *dmnsn_new_cone(double r1, double r2, bool open); * @return A torus, centered at the origin and lying in the x-z plane. */ dmnsn_object *dmnsn_new_torus(double major, double minor); + +/** + * The Utah teapot. + * @return A teapot. + */ +dmnsn_object *dmnsn_new_teapot(void); |