diff options
Diffstat (limited to 'libdimension/dimension/objects.h')
-rw-r--r-- | libdimension/dimension/objects.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdimension/dimension/objects.h b/libdimension/dimension/objects.h index 3176439..6f3b797 100644 --- a/libdimension/dimension/objects.h +++ b/libdimension/dimension/objects.h @@ -25,6 +25,9 @@ #ifndef DIMENSION_OBJECTS_H #define DIMENSION_OBJECTS_H +/* A plane through the origin, with the given normal */ +dmnsn_object *dmnsn_new_plane(dmnsn_vector normal); + /* A sphere object, of radius 1, centered at the origin. */ dmnsn_object *dmnsn_new_sphere(); |