Box3D
Safe HaskellNone
LanguageGHC2021

Box3D.Compound

Synopsis

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.

destroy :: Ptr CompoundData -> IO () Source #

Destroy a compound shape.

Binds b3DestroyCompound.