Physics.ODE.Overloading
Documentation
class HasDestroy a whereSource
class IsPlaceable a whereSource
Methods
getPosition :: a -> IO (ODEreal, ODEreal, ODEreal)Source
setPosition :: a -> ODEreal -> ODEreal -> ODEreal -> IO ()Source
getQuaternion :: a -> IO (ODEreal, ODEreal, ODEreal, ODEreal)Source
setQuaternion :: a -> (ODEreal, ODEreal, ODEreal, ODEreal) -> IO ()Source
getRotation :: a -> IO Matrix3Source
setRotation :: a -> Matrix3 -> IO ()Source
Instances