We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf580d commit 0e33526Copy full SHA for 0e33526
README.md
@@ -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