Physics.ODE.Geom
Documentation
destroyGeom :: Geom -> IO ()Source
setRawGeomData :: Ptr GeomStruct -> Ptr a -> IO ()Source
setGeomData :: Geom -> a -> IO ()Source
getRawGeomData :: Ptr GeomStruct -> IO (Ptr a)Source
getGeomData :: Geom -> IO aSource
getSafeGeomData :: Typeable a => Geom -> IO aSource
getBodyUnsafe :: Geom -> IO BodySource
getGeomRotation :: Geom -> IO Matrix3Source
enableGeom :: Geom -> IO ()Source
disableGeom :: Geom -> IO ()Source
isGeomEnabled :: Geom -> IO BoolSource