PhysicsConvexHullGeometry Class | 
Namespace: Demo3D.Visuals
public class PhysicsConvexHullGeometry : PhysicsGeometry
The PhysicsConvexHullGeometry type exposes the following members.
| Name | Description | |
|---|---|---|
| Aabb | 
            The axis-aligned bounding box (AABB) in world space.
              (Inherited from PhysicsGeometry.) | |
| Body | 
            The physics body that the geometry belongs to.
              (Inherited from PhysicsGeometry.) | |
| FilterContactPoints | 
            Whether to filter contact points.
              (Inherited from PhysicsGeometry.) | |
| FixNormals | 
            Whether to fix contact normals for the geometry.
              (Inherited from PhysicsGeometry.) | |
| FrictionMaterial | 
            The friction material for the collision geometry.
              (Inherited from PhysicsGeometry.) | |
| IsConveyorSurface | 
            Whether the geometry represents a conveyor surface (e.g. belt or rollers).
              (Inherited from PhysicsGeometry.) | |
| IsDisposed | 
            Whether the geometry has been disposed.
              (Inherited from PhysicsGeometry.) | |
| Margin | 
            The collision margin for the geometry.
              (Inherited from PhysicsGeometry.) | |
| Type | 
            The type of collision geometry.
              (Inherited from PhysicsGeometry.) | |
| VertexCount | 
            The number of vertices that form the convex-hull.
              | 
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from PhysicsGeometry.) | |
| Dispose(Boolean) | (Inherited from PhysicsGeometry.) | |
| Vertex | 
            The coordinates for the vertrex as the specified index in world
            space.
              |