| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Box3D.Compound
Synopsis
- create :: Ptr CompoundDef -> IO (Ptr CompoundData)
- destroy :: Ptr CompoundData -> IO ()
Documentation
create :: Ptr CompoundDef -> IO (Ptr CompoundData) Source #
Create a compound shape. All input data in the definition is cloned into the resulting compound.
Binds b3CreateCompound.