bullet-0.2.3: A wrapper for the Bullet physics engine.

Safe HaskellNone

Physics.Bullet.Raw.Types

Documentation

data Transform Source

Constructors

Transform !Mat3 !Vec3 

allocaVec3 :: Storable a => (Ptr a -> IO b) -> IO bSource

withVec3 :: Vec3 -> (Ptr a -> IO b) -> IO bSource

allocaVec4 :: Storable a => (Ptr a -> IO b) -> IO bSource

withVec4 :: Vec4 -> (Ptr a -> IO b) -> IO bSource

allocaMat3 :: Storable a => (Ptr a -> IO b) -> IO bSource

withMat3 :: Mat3 -> (Ptr a -> IO b) -> IO bSource

allocaTransform :: Storable a => (Ptr a -> IO b) -> IO bSource

withTransform :: Transform -> (Ptr a -> IO b) -> IO bSource