Skip to content

Commit 0e33526

Browse files
committed
Create README.md
1 parent 1bf580d commit 0e33526

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
geometric_shapes
2+
================
3+
4+
This package contains generic definitions of geometric shapes and bodies. Shapes represent only the form of an object.
5+
Bodies are shapes at a particular pose. Routines such as point containment and ray intersections are provided.
6+
7+
Supported shapes:
8+
- sphere
9+
- box
10+
- cone
11+
- cylinder
12+
- mesh
13+
14+
Note: Bodies for meshes compute the convex hull of those meshes in order to provide the point containment / ray intersection routines.

0 commit comments

Comments
 (0)