Physics.ODE.Types
Documentation
data WorldStruct Source
type World = Ptr WorldStructSource
data SpaceStruct Source
type Space = Ptr SpaceStructSource
data BodyStruct Source
type Body = Ptr BodyStructSource
data GeomStruct Source
type Geom = Ptr GeomStructSource
data JointStruct Source
type Joint = Ptr JointStructSource
data JointGroupStruct Source
type JointGroup = Ptr JointGroupStructSource
data MassStruct Source
type Mass = ForeignPtr MassStructSource
data ContactGeom Source
Constructors
| ContactGeom | |
Fields
| |
Instances
data ContactInfo Source
Constructors
| ContactInfo | |
Fields
| |
Instances
Constructors
| Surface | |
Fields
| |
data SurfaceMode Source
Constructors
| HaveMu2 | |
| HaveFDir1 | |
| HaveBounce | |
| HaveSoftERP | |
| HaveSoftCFM | |
| HaveMotion1 | |
| HaveMotion2 | |
| HaveSlip1 | |
| HaveSlip2 | |
| HaveApprox11 | |
| HaveApprox12 |
Instances
Constructors
| Sphere | |
| Box | |
| CappedCylinder | |
| Cylinder | |
| Plane | |
| GeomTransform | |
| Ray | |
| TriangleMesh | |
| SimpleSpace | |
| HashSpace |