Expand description
Collision shapes supported by ncollide.
Structs§
- Ball
- A Ball shape.
- Capsule
- SupportMap description of a capsule shape with its principal axis aligned with the
y
axis. - Clipping
Cache - A cache used for polygonal clipping.
- Compound
- A compound shape with an aabb bounding volume.
- Cone
- SupportMap description of a cylinder shape with its principal axis aligned with the
y
axis. - Convex
Hull - A convex polyhedron without degenerate faces.
- Convex
Polygonal Feature - Represents a convex polygonal approximation of a face of a solid.
- Cuboid
- Shape of a box.
- Cylinder
- SupportMap description of a cylinder shape with its principal axis aligned with the
y
axis. - Face
Adjacent ToEdge - Description of a face adjascent to an edge.
- Height
Field - An heightfield implicitly discretized with triangles.
- Height
Field Cell Status - The status of the cell of an heightfield.
- Plane
- SupportMap description of a plane.
- Polyline
- A polygonal line.
- Segment
- A segment shape.
- Shape
Handle - A shared handle to an abstract shape.
- Tetrahedron
- A tetrahedron with 4 vertices.
- TriMesh
- A 3d triangle mesh.
- TriMesh
Edge - An edge of a triangle mesh.
- TriMesh
Face - A face of a triangle mesh.
- TriMesh
Vertex - A vertex of a triangle mesh.
- Triangle
- A triangle shape.
Enums§
- Deformations
Type - The type of elements used to describe a deformation on a collision object.
- 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.
- Tetrahedron
Point Location - Logical description of the location of a point on a triangle.
- Triangle
Point Location - Description of the location of a point on a triangle.
Traits§
- Composite
Shape - Trait implemented by shapes composed of multiple simpler shapes.
- Convex
Polyhedron - Trait implemented by all convex polyhedron.
- Deformable
Shape - Trait implemented by deformable shapes.
- Shape
- Trait implemented by all shapes supported by ncollide.
- Support
Map - Traits of convex shapes representable by a support mapping function.