Expand description
Shapes supported by parry.
Structs§
- Axis
Mask - The status of the cell of an heightfield.
- Ball
- A Ball shape.
- Capsule
- A capsule shape defined as a round segment.
- Composite
Shape Ref - A helper struct that implements scene queries on any composite shapes.
- Compound
- A compound shape with an aabb bounding volume.
- Cone
- Cone shape with its principal axis aligned with the
y
axis. - Convex
Polyhedron - A convex polyhedron without degenerate faces.
- Cuboid
- Shape of a box.
- Cylinder
- Cylinder shape with its principal axis aligned with the
y
axis. - Half
Space - A half-space delimited by an infinite plane.
- Height
Field - A 3D heightfield.
- Height
Field Cell Status - The status of the cell of an heightfield.
- Height
Field Flags - Flags controlling the behavior of some operations involving heightfields.
- Height
Field Radial Triangles - An iterator through all the triangles around the given point, after vertical projection on the heightfield.
- Octant
Pattern - Indicates the local shape of a voxel on each octant.
- Packed
Feature Id - A feature id where the feature type is packed into the same value as the feature index.
- Polygonal
Feature - A polygonal feature representing the local polygonal approximation of a vertex, face, or edge of a convex shape.
- Polyline
- A polyline.
- Round
Shape - A shape with rounded borders.
- Segment
- A segment shape.
- Shared
Shape - The shape of a collider.
- Tetrahedron
- A tetrahedron with 4 vertices.
- Topo
Face - A face of a triangle-mesh’s half-edge topology.
- Topo
Half Edge - A half-edge of a triangle-mesh’s half-edge topology.
- Topo
Vertex - A vertex of a triangle-mesh’s half-edge topology.
- TriMesh
- A triangle mesh.
- TriMesh
Connected Components - The connected-components of a triangle mesh.
- TriMesh
Flags - Controls how a
TriMesh
should be loaded. - TriMesh
Pseudo Normals - The set of pseudo-normals of a triangle mesh.
- TriMesh
Topology - The half-edge topology information of a triangle mesh.
- Triangle
- A triangle shape.
- Triangle
Pseudo Normals - The pseudo-normals of a triangle providing approximations of its feature’s normal cones.
- Voxel
Data - Information associated to a voxel.
- Voxel
State - A description of the local neighborhood of a voxel.
- Voxels
- A shape made of axis-aligned, uniformly sized, cubes (aka. voxels).
Enums§
- Feature
Id - An identifier of a feature of a convex polyhedron.
- Segment
Point Location - Logical description of the location of a point on a triangle.
- Shape
Type - Enum representing the type of a shape.
- Tetrahedron
Point Location - Logical description of the location of a point on a triangle.
- Topology
Error - Indicated an inconsistency in the topology of a triangle mesh.
- TriMesh
Builder Error - Indicated an inconsistency while building a triangle mesh.
- Triangle
Orientation - Orientation of a triangle.
- Triangle
Point Location - Description of the location of a point on a triangle.
- Typed
Shape - Enum representing the shape with its actual type
- Voxel
Type - Categorization of a voxel based on its neighbors.
Traits§
- Composite
Shape - Trait implemented by shapes composed of multiple simpler shapes.
- Polygonal
Feature Map - Trait implemented by convex shapes with features with polyhedral approximations.
- Shape
- Trait implemented by shapes usable by Rapier.
- Support
Map - Traits of convex shapes representable by a support mapping function.
- Typed
Composite Shape
Type Aliases§
- Round
Cone - A cone dilated by a sphere (so it has round corners).
- Round
Convex Polyhedron - A convex polyhedron dilated by a sphere (so it has round corners).
- Round
Cuboid - A cuboid dilated by a sphere (so it has round corners).
- Round
Cylinder - A cylinder dilated by a sphere (so it has round corners).
- Round
Triangle - A triangle dilated by a sphere (so it has round corners).