-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A wrapper for the Bullet physics engine. -- -- A wrapper for the Bullet physics engine. @package bullet @version 0.2.3 module Physics.Bullet.Raw.Types data Transform Transform :: !Mat3 -> !Vec3 -> Transform allocaVec3 :: Storable a => (Ptr a -> IO b) -> IO b withVec3 :: Vec3 -> (Ptr a -> IO b) -> IO b pokeVec3 :: Vec3 -> Ptr Float -> IO () peekVec3 :: Ptr a -> IO Vec3 allocaVec4 :: Storable a => (Ptr a -> IO b) -> IO b withVec4 :: Vec4 -> (Ptr a -> IO b) -> IO b pokeVec4 :: Vec4 -> Ptr Float -> IO () peekVec4 :: Ptr a -> IO Vec4 allocaUnitQuaternion :: Storable a => (Ptr a -> IO b) -> IO b withUnitQuaternion :: UnitQuaternion -> (Ptr a -> IO b) -> IO b pokeUnitQuaternion :: UnitQuaternion -> Ptr Float -> IO () peekUnitQuaternion :: Ptr a -> IO UnitQuaternion allocaMat3 :: Storable a => (Ptr a -> IO b) -> IO b withMat3 :: Mat3 -> (Ptr a -> IO b) -> IO b pokeMat3 :: Mat3 -> Ptr Float -> IO () peekMat3 :: Ptr a -> IO Mat3 allocaTransform :: Storable a => (Ptr a -> IO b) -> IO b withTransform :: Transform -> (Ptr a -> IO b) -> IO b pokeTransform :: Transform -> Ptr Float -> IO () peekTransform :: Ptr a -> IO Transform instance Show Transform instance Eq Transform module Physics.Bullet.Raw.C2HS withCStringLenIntConv :: Integral t => String -> ((Ptr CChar, t) -> IO a) -> IO a peekCStringLenIntConv :: Integral a => (Ptr CChar, a) -> IO String withIntConv :: (Storable b, Integral a, Integral b) => a -> (Ptr b -> IO c) -> IO c withFloatConv :: (Storable b, RealFloat a, RealFloat b) => a -> (Ptr b -> IO c) -> IO c peekIntConv :: (Storable a, Integral a, Integral b) => Ptr a -> IO b peekFloatConv :: (Storable a, RealFloat a, RealFloat b) => Ptr a -> IO b withBool :: (Integral a, Storable a) => Bool -> (Ptr a -> IO b) -> IO b peekBool :: (Integral a, Storable a) => Ptr a -> IO Bool withEnum :: (Enum a, Integral b, Storable b) => a -> (Ptr b -> IO c) -> IO c peekEnum :: (Enum a, Integral b, Storable b) => Ptr b -> IO a nothingIf :: (a -> Bool) -> (a -> b) -> a -> Maybe b -- | Instance for special casing null pointers. nothingIfNull :: (Ptr a -> b) -> Ptr a -> Maybe b combineBitMasks :: (Enum a, Bits b, Num b) => [a] -> b containsBitMask :: (Bits a, Enum b, Num a) => a -> b -> Bool -- | Given a bit pattern, yield all bit masks that it contains. -- -- extractBitMasks :: (Bits a, Enum b, Bounded b, Num a) => a -> [b] -- | Integral conversion cIntConv :: (Integral a, Integral b) => a -> b -- | Floating conversion cFloatConv :: (RealFloat a, RealFloat b) => a -> b -- | Obtain Haskell Bool from C value. cToBool :: (Eq a, Num a) => a -> Bool -- | Obtain C value from Haskell Bool. cFromBool :: Num a => Bool -> a -- | Convert a C enumeration to Haskell. cToEnum :: (Integral i, Enum e) => i -> e -- | Convert a Haskell enumeration to C. cFromEnum :: (Enum e, Integral i) => e -> i instance Storable a => Storable (Maybe a) module Physics.Bullet.Raw.Class type VoidPtr = Ptr () withVoidPtr :: t1 -> (t1 -> t) -> t peekVoidPtr :: Monad m => a -> m a mkVoidPtr :: Monad m => a -> m a newtype BtSoftBody_AJoint BtSoftBody_AJoint :: (ForeignPtr (BtSoftBody_AJoint)) -> BtSoftBody_AJoint withBtSoftBody_AJoint :: BtSoftBody_AJoint -> (Ptr BtSoftBody_AJoint -> IO b) -> IO b mkBtSoftBody_AJoint :: Ptr a -> IO BtSoftBody_AJoint newtype BtCollisionWorld_AllHitsRayResultCallback BtCollisionWorld_AllHitsRayResultCallback :: (ForeignPtr (BtCollisionWorld_AllHitsRayResultCallback)) -> BtCollisionWorld_AllHitsRayResultCallback withBtCollisionWorld_AllHitsRayResultCallback :: BtCollisionWorld_AllHitsRayResultCallback -> (Ptr BtCollisionWorld_AllHitsRayResultCallback -> IO b) -> IO b mkBtCollisionWorld_AllHitsRayResultCallback :: Ptr a -> IO BtCollisionWorld_AllHitsRayResultCallback newtype BtSoftBody_Anchor BtSoftBody_Anchor :: (ForeignPtr (BtSoftBody_Anchor)) -> BtSoftBody_Anchor withBtSoftBody_Anchor :: BtSoftBody_Anchor -> (Ptr BtSoftBody_Anchor -> IO b) -> IO b mkBtSoftBody_Anchor :: Ptr a -> IO BtSoftBody_Anchor newtype BT_BOX_BOX_TRANSFORM_CACHE BT_BOX_BOX_TRANSFORM_CACHE :: (ForeignPtr (BT_BOX_BOX_TRANSFORM_CACHE)) -> BT_BOX_BOX_TRANSFORM_CACHE withBT_BOX_BOX_TRANSFORM_CACHE :: BT_BOX_BOX_TRANSFORM_CACHE -> (Ptr BT_BOX_BOX_TRANSFORM_CACHE -> IO b) -> IO b mkBT_BOX_BOX_TRANSFORM_CACHE :: Ptr a -> IO BT_BOX_BOX_TRANSFORM_CACHE newtype BT_QUANTIZED_BVH_NODE BT_QUANTIZED_BVH_NODE :: (ForeignPtr (BT_QUANTIZED_BVH_NODE)) -> BT_QUANTIZED_BVH_NODE withBT_QUANTIZED_BVH_NODE :: BT_QUANTIZED_BVH_NODE -> (Ptr BT_QUANTIZED_BVH_NODE -> IO b) -> IO b mkBT_QUANTIZED_BVH_NODE :: Ptr a -> IO BT_QUANTIZED_BVH_NODE newtype BtSoftBody_Body BtSoftBody_Body :: (ForeignPtr (BtSoftBody_Body)) -> BtSoftBody_Body withBtSoftBody_Body :: BtSoftBody_Body -> (Ptr BtSoftBody_Body -> IO b) -> IO b mkBtSoftBody_Body :: Ptr a -> IO BtSoftBody_Body newtype BtSoftBody_CJoint BtSoftBody_CJoint :: (ForeignPtr (BtSoftBody_CJoint)) -> BtSoftBody_CJoint withBtSoftBody_CJoint :: BtSoftBody_CJoint -> (Ptr BtSoftBody_CJoint -> IO b) -> IO b mkBtSoftBody_CJoint :: Ptr a -> IO BtSoftBody_CJoint newtype CProfileIterator CProfileIterator :: (ForeignPtr (CProfileIterator)) -> CProfileIterator withCProfileIterator :: CProfileIterator -> (Ptr CProfileIterator -> IO b) -> IO b mkCProfileIterator :: Ptr a -> IO CProfileIterator newtype CProfileManager CProfileManager :: (ForeignPtr (CProfileManager)) -> CProfileManager withCProfileManager :: CProfileManager -> (Ptr CProfileManager -> IO b) -> IO b mkCProfileManager :: Ptr a -> IO CProfileManager newtype CProfileNode CProfileNode :: (ForeignPtr (CProfileNode)) -> CProfileNode withCProfileNode :: CProfileNode -> (Ptr CProfileNode -> IO b) -> IO b mkCProfileNode :: Ptr a -> IO CProfileNode newtype CProfileSample CProfileSample :: (ForeignPtr (CProfileSample)) -> CProfileSample withCProfileSample :: CProfileSample -> (Ptr CProfileSample -> IO b) -> IO b mkCProfileSample :: Ptr a -> IO CProfileSample newtype BtCollisionWorld_ClosestConvexResultCallback BtCollisionWorld_ClosestConvexResultCallback :: (ForeignPtr (BtCollisionWorld_ClosestConvexResultCallback)) -> BtCollisionWorld_ClosestConvexResultCallback withBtCollisionWorld_ClosestConvexResultCallback :: BtCollisionWorld_ClosestConvexResultCallback -> (Ptr BtCollisionWorld_ClosestConvexResultCallback -> IO b) -> IO b mkBtCollisionWorld_ClosestConvexResultCallback :: Ptr a -> IO BtCollisionWorld_ClosestConvexResultCallback newtype BtDiscreteCollisionDetectorInterface_ClosestPointInput BtDiscreteCollisionDetectorInterface_ClosestPointInput :: (ForeignPtr (BtDiscreteCollisionDetectorInterface_ClosestPointInput)) -> BtDiscreteCollisionDetectorInterface_ClosestPointInput withBtDiscreteCollisionDetectorInterface_ClosestPointInput :: BtDiscreteCollisionDetectorInterface_ClosestPointInput -> (Ptr BtDiscreteCollisionDetectorInterface_ClosestPointInput -> IO b) -> IO b mkBtDiscreteCollisionDetectorInterface_ClosestPointInput :: Ptr a -> IO BtDiscreteCollisionDetectorInterface_ClosestPointInput newtype BtCollisionWorld_ClosestRayResultCallback BtCollisionWorld_ClosestRayResultCallback :: (ForeignPtr (BtCollisionWorld_ClosestRayResultCallback)) -> BtCollisionWorld_ClosestRayResultCallback withBtCollisionWorld_ClosestRayResultCallback :: BtCollisionWorld_ClosestRayResultCallback -> (Ptr BtCollisionWorld_ClosestRayResultCallback -> IO b) -> IO b mkBtCollisionWorld_ClosestRayResultCallback :: Ptr a -> IO BtCollisionWorld_ClosestRayResultCallback newtype BtSoftBody_Cluster BtSoftBody_Cluster :: (ForeignPtr (BtSoftBody_Cluster)) -> BtSoftBody_Cluster withBtSoftBody_Cluster :: BtSoftBody_Cluster -> (Ptr BtSoftBody_Cluster -> IO b) -> IO b mkBtSoftBody_Cluster :: Ptr a -> IO BtSoftBody_Cluster newtype BtGImpactCompoundShape_CompoundPrimitiveManager BtGImpactCompoundShape_CompoundPrimitiveManager :: (ForeignPtr (BtGImpactCompoundShape_CompoundPrimitiveManager)) -> BtGImpactCompoundShape_CompoundPrimitiveManager withBtGImpactCompoundShape_CompoundPrimitiveManager :: BtGImpactCompoundShape_CompoundPrimitiveManager -> (Ptr BtGImpactCompoundShape_CompoundPrimitiveManager -> IO b) -> IO b mkBtGImpactCompoundShape_CompoundPrimitiveManager :: Ptr a -> IO BtGImpactCompoundShape_CompoundPrimitiveManager newtype BtSoftBody_Config BtSoftBody_Config :: (ForeignPtr (BtSoftBody_Config)) -> BtSoftBody_Config withBtSoftBody_Config :: BtSoftBody_Config -> (Ptr BtSoftBody_Config -> IO b) -> IO b mkBtSoftBody_Config :: Ptr a -> IO BtSoftBody_Config newtype BtCollisionWorld_ContactResultCallback BtCollisionWorld_ContactResultCallback :: (ForeignPtr (BtCollisionWorld_ContactResultCallback)) -> BtCollisionWorld_ContactResultCallback withBtCollisionWorld_ContactResultCallback :: BtCollisionWorld_ContactResultCallback -> (Ptr BtCollisionWorld_ContactResultCallback -> IO b) -> IO b mkBtCollisionWorld_ContactResultCallback :: Ptr a -> IO BtCollisionWorld_ContactResultCallback newtype BtCollisionWorld_ConvexResultCallback BtCollisionWorld_ConvexResultCallback :: (ForeignPtr (BtCollisionWorld_ConvexResultCallback)) -> BtCollisionWorld_ConvexResultCallback withBtCollisionWorld_ConvexResultCallback :: BtCollisionWorld_ConvexResultCallback -> (Ptr BtCollisionWorld_ConvexResultCallback -> IO b) -> IO b mkBtCollisionWorld_ConvexResultCallback :: Ptr a -> IO BtCollisionWorld_ConvexResultCallback newtype BtGImpactCollisionAlgorithm_CreateFunc BtGImpactCollisionAlgorithm_CreateFunc :: (ForeignPtr (BtGImpactCollisionAlgorithm_CreateFunc)) -> BtGImpactCollisionAlgorithm_CreateFunc withBtGImpactCollisionAlgorithm_CreateFunc :: BtGImpactCollisionAlgorithm_CreateFunc -> (Ptr BtGImpactCollisionAlgorithm_CreateFunc -> IO b) -> IO b mkBtGImpactCollisionAlgorithm_CreateFunc :: Ptr a -> IO BtGImpactCollisionAlgorithm_CreateFunc newtype BtSphereSphereCollisionAlgorithm_CreateFunc BtSphereSphereCollisionAlgorithm_CreateFunc :: (ForeignPtr (BtSphereSphereCollisionAlgorithm_CreateFunc)) -> BtSphereSphereCollisionAlgorithm_CreateFunc withBtSphereSphereCollisionAlgorithm_CreateFunc :: BtSphereSphereCollisionAlgorithm_CreateFunc -> (Ptr BtSphereSphereCollisionAlgorithm_CreateFunc -> IO b) -> IO b mkBtSphereSphereCollisionAlgorithm_CreateFunc :: Ptr a -> IO BtSphereSphereCollisionAlgorithm_CreateFunc newtype BtConvexConvexAlgorithm_CreateFunc BtConvexConvexAlgorithm_CreateFunc :: (ForeignPtr (BtConvexConvexAlgorithm_CreateFunc)) -> BtConvexConvexAlgorithm_CreateFunc withBtConvexConvexAlgorithm_CreateFunc :: BtConvexConvexAlgorithm_CreateFunc -> (Ptr BtConvexConvexAlgorithm_CreateFunc -> IO b) -> IO b mkBtConvexConvexAlgorithm_CreateFunc :: Ptr a -> IO BtConvexConvexAlgorithm_CreateFunc newtype BtSoftBody_Element BtSoftBody_Element :: (ForeignPtr (BtSoftBody_Element)) -> BtSoftBody_Element withBtSoftBody_Element :: BtSoftBody_Element -> (Ptr BtSoftBody_Element -> IO b) -> IO b mkBtSoftBody_Element :: Ptr a -> IO BtSoftBody_Element newtype BtSoftBody_Face BtSoftBody_Face :: (ForeignPtr (BtSoftBody_Face)) -> BtSoftBody_Face withBtSoftBody_Face :: BtSoftBody_Face -> (Ptr BtSoftBody_Face -> IO b) -> IO b mkBtSoftBody_Face :: Ptr a -> IO BtSoftBody_Face newtype BtSoftBody_Feature BtSoftBody_Feature :: (ForeignPtr (BtSoftBody_Feature)) -> BtSoftBody_Feature withBtSoftBody_Feature :: BtSoftBody_Feature -> (Ptr BtSoftBody_Feature -> IO b) -> IO b mkBtSoftBody_Feature :: Ptr a -> IO BtSoftBody_Feature newtype GIM_BVH_DATA GIM_BVH_DATA :: (ForeignPtr (GIM_BVH_DATA)) -> GIM_BVH_DATA withGIM_BVH_DATA :: GIM_BVH_DATA -> (Ptr GIM_BVH_DATA -> IO b) -> IO b mkGIM_BVH_DATA :: Ptr a -> IO GIM_BVH_DATA newtype GIM_BVH_DATA_ARRAY GIM_BVH_DATA_ARRAY :: (ForeignPtr (GIM_BVH_DATA_ARRAY)) -> GIM_BVH_DATA_ARRAY withGIM_BVH_DATA_ARRAY :: GIM_BVH_DATA_ARRAY -> (Ptr GIM_BVH_DATA_ARRAY -> IO b) -> IO b mkGIM_BVH_DATA_ARRAY :: Ptr a -> IO GIM_BVH_DATA_ARRAY newtype GIM_BVH_TREE_NODE GIM_BVH_TREE_NODE :: (ForeignPtr (GIM_BVH_TREE_NODE)) -> GIM_BVH_TREE_NODE withGIM_BVH_TREE_NODE :: GIM_BVH_TREE_NODE -> (Ptr GIM_BVH_TREE_NODE -> IO b) -> IO b mkGIM_BVH_TREE_NODE :: Ptr a -> IO GIM_BVH_TREE_NODE newtype GIM_BVH_TREE_NODE_ARRAY GIM_BVH_TREE_NODE_ARRAY :: (ForeignPtr (GIM_BVH_TREE_NODE_ARRAY)) -> GIM_BVH_TREE_NODE_ARRAY withGIM_BVH_TREE_NODE_ARRAY :: GIM_BVH_TREE_NODE_ARRAY -> (Ptr GIM_BVH_TREE_NODE_ARRAY -> IO b) -> IO b mkGIM_BVH_TREE_NODE_ARRAY :: Ptr a -> IO GIM_BVH_TREE_NODE_ARRAY newtype GIM_PAIR GIM_PAIR :: (ForeignPtr (GIM_PAIR)) -> GIM_PAIR withGIM_PAIR :: GIM_PAIR -> (Ptr GIM_PAIR -> IO b) -> IO b mkGIM_PAIR :: Ptr a -> IO GIM_PAIR newtype GIM_QUANTIZED_BVH_NODE_ARRAY GIM_QUANTIZED_BVH_NODE_ARRAY :: (ForeignPtr (GIM_QUANTIZED_BVH_NODE_ARRAY)) -> GIM_QUANTIZED_BVH_NODE_ARRAY withGIM_QUANTIZED_BVH_NODE_ARRAY :: GIM_QUANTIZED_BVH_NODE_ARRAY -> (Ptr GIM_QUANTIZED_BVH_NODE_ARRAY -> IO b) -> IO b mkGIM_QUANTIZED_BVH_NODE_ARRAY :: Ptr a -> IO GIM_QUANTIZED_BVH_NODE_ARRAY newtype GIM_TRIANGLE_CONTACT GIM_TRIANGLE_CONTACT :: (ForeignPtr (GIM_TRIANGLE_CONTACT)) -> GIM_TRIANGLE_CONTACT withGIM_TRIANGLE_CONTACT :: GIM_TRIANGLE_CONTACT -> (Ptr GIM_TRIANGLE_CONTACT -> IO b) -> IO b mkGIM_TRIANGLE_CONTACT :: Ptr a -> IO GIM_TRIANGLE_CONTACT newtype BtDbvt_IClone BtDbvt_IClone :: (ForeignPtr (BtDbvt_IClone)) -> BtDbvt_IClone withBtDbvt_IClone :: BtDbvt_IClone -> (Ptr BtDbvt_IClone -> IO b) -> IO b mkBtDbvt_IClone :: Ptr a -> IO BtDbvt_IClone newtype BtDbvt_ICollide BtDbvt_ICollide :: (ForeignPtr (BtDbvt_ICollide)) -> BtDbvt_ICollide withBtDbvt_ICollide :: BtDbvt_ICollide -> (Ptr BtDbvt_ICollide -> IO b) -> IO b mkBtDbvt_ICollide :: Ptr a -> IO BtDbvt_ICollide newtype BtSoftBody_AJoint_IControl BtSoftBody_AJoint_IControl :: (ForeignPtr (BtSoftBody_AJoint_IControl)) -> BtSoftBody_AJoint_IControl withBtSoftBody_AJoint_IControl :: BtSoftBody_AJoint_IControl -> (Ptr BtSoftBody_AJoint_IControl -> IO b) -> IO b mkBtSoftBody_AJoint_IControl :: Ptr a -> IO BtSoftBody_AJoint_IControl newtype BtDbvt_IWriter BtDbvt_IWriter :: (ForeignPtr (BtDbvt_IWriter)) -> BtDbvt_IWriter withBtDbvt_IWriter :: BtDbvt_IWriter -> (Ptr BtDbvt_IWriter -> IO b) -> IO b mkBtDbvt_IWriter :: Ptr a -> IO BtDbvt_IWriter newtype BtSoftBody_ImplicitFn BtSoftBody_ImplicitFn :: (ForeignPtr (BtSoftBody_ImplicitFn)) -> BtSoftBody_ImplicitFn withBtSoftBody_ImplicitFn :: BtSoftBody_ImplicitFn -> (Ptr BtSoftBody_ImplicitFn -> IO b) -> IO b mkBtSoftBody_ImplicitFn :: Ptr a -> IO BtSoftBody_ImplicitFn newtype BtSoftBody_Impulse BtSoftBody_Impulse :: (ForeignPtr (BtSoftBody_Impulse)) -> BtSoftBody_Impulse withBtSoftBody_Impulse :: BtSoftBody_Impulse -> (Ptr BtSoftBody_Impulse -> IO b) -> IO b mkBtSoftBody_Impulse :: Ptr a -> IO BtSoftBody_Impulse newtype BtSoftBody_Joint BtSoftBody_Joint :: (ForeignPtr (BtSoftBody_Joint)) -> BtSoftBody_Joint withBtSoftBody_Joint :: BtSoftBody_Joint -> (Ptr BtSoftBody_Joint -> IO b) -> IO b mkBtSoftBody_Joint :: Ptr a -> IO BtSoftBody_Joint newtype BtSoftBody_LJoint BtSoftBody_LJoint :: (ForeignPtr (BtSoftBody_LJoint)) -> BtSoftBody_LJoint withBtSoftBody_LJoint :: BtSoftBody_LJoint -> (Ptr BtSoftBody_LJoint -> IO b) -> IO b mkBtSoftBody_LJoint :: Ptr a -> IO BtSoftBody_LJoint newtype BtSoftBody_Link BtSoftBody_Link :: (ForeignPtr (BtSoftBody_Link)) -> BtSoftBody_Link withBtSoftBody_Link :: BtSoftBody_Link -> (Ptr BtSoftBody_Link -> IO b) -> IO b mkBtSoftBody_Link :: Ptr a -> IO BtSoftBody_Link newtype BtCollisionWorld_LocalConvexResult BtCollisionWorld_LocalConvexResult :: (ForeignPtr (BtCollisionWorld_LocalConvexResult)) -> BtCollisionWorld_LocalConvexResult withBtCollisionWorld_LocalConvexResult :: BtCollisionWorld_LocalConvexResult -> (Ptr BtCollisionWorld_LocalConvexResult -> IO b) -> IO b mkBtCollisionWorld_LocalConvexResult :: Ptr a -> IO BtCollisionWorld_LocalConvexResult newtype BtCollisionWorld_LocalRayResult BtCollisionWorld_LocalRayResult :: (ForeignPtr (BtCollisionWorld_LocalRayResult)) -> BtCollisionWorld_LocalRayResult withBtCollisionWorld_LocalRayResult :: BtCollisionWorld_LocalRayResult -> (Ptr BtCollisionWorld_LocalRayResult -> IO b) -> IO b mkBtCollisionWorld_LocalRayResult :: Ptr a -> IO BtCollisionWorld_LocalRayResult newtype BtCollisionWorld_LocalShapeInfo BtCollisionWorld_LocalShapeInfo :: (ForeignPtr (BtCollisionWorld_LocalShapeInfo)) -> BtCollisionWorld_LocalShapeInfo withBtCollisionWorld_LocalShapeInfo :: BtCollisionWorld_LocalShapeInfo -> (Ptr BtCollisionWorld_LocalShapeInfo -> IO b) -> IO b mkBtCollisionWorld_LocalShapeInfo :: Ptr a -> IO BtCollisionWorld_LocalShapeInfo newtype BtSoftBody_Material BtSoftBody_Material :: (ForeignPtr (BtSoftBody_Material)) -> BtSoftBody_Material withBtSoftBody_Material :: BtSoftBody_Material -> (Ptr BtSoftBody_Material -> IO b) -> IO b mkBtSoftBody_Material :: Ptr a -> IO BtSoftBody_Material newtype BtSoftBody_Node BtSoftBody_Node :: (ForeignPtr (BtSoftBody_Node)) -> BtSoftBody_Node withBtSoftBody_Node :: BtSoftBody_Node -> (Ptr BtSoftBody_Node -> IO b) -> IO b mkBtSoftBody_Node :: Ptr a -> IO BtSoftBody_Node newtype BtSoftBody_Note BtSoftBody_Note :: (ForeignPtr (BtSoftBody_Note)) -> BtSoftBody_Note withBtSoftBody_Note :: BtSoftBody_Note -> (Ptr BtSoftBody_Note -> IO b) -> IO b mkBtSoftBody_Note :: Ptr a -> IO BtSoftBody_Note newtype BtSoftBody_Pose BtSoftBody_Pose :: (ForeignPtr (BtSoftBody_Pose)) -> BtSoftBody_Pose withBtSoftBody_Pose :: BtSoftBody_Pose -> (Ptr BtSoftBody_Pose -> IO b) -> IO b mkBtSoftBody_Pose :: Ptr a -> IO BtSoftBody_Pose newtype BtSoftBody_RContact BtSoftBody_RContact :: (ForeignPtr (BtSoftBody_RContact)) -> BtSoftBody_RContact withBtSoftBody_RContact :: BtSoftBody_RContact -> (Ptr BtSoftBody_RContact -> IO b) -> IO b mkBtSoftBody_RContact :: Ptr a -> IO BtSoftBody_RContact newtype BtSoftBody_RayFromToCaster BtSoftBody_RayFromToCaster :: (ForeignPtr (BtSoftBody_RayFromToCaster)) -> BtSoftBody_RayFromToCaster withBtSoftBody_RayFromToCaster :: BtSoftBody_RayFromToCaster -> (Ptr BtSoftBody_RayFromToCaster -> IO b) -> IO b mkBtSoftBody_RayFromToCaster :: Ptr a -> IO BtSoftBody_RayFromToCaster newtype BtCollisionWorld_RayResultCallback BtCollisionWorld_RayResultCallback :: (ForeignPtr (BtCollisionWorld_RayResultCallback)) -> BtCollisionWorld_RayResultCallback withBtCollisionWorld_RayResultCallback :: BtCollisionWorld_RayResultCallback -> (Ptr BtCollisionWorld_RayResultCallback -> IO b) -> IO b mkBtCollisionWorld_RayResultCallback :: Ptr a -> IO BtCollisionWorld_RayResultCallback newtype BtWheelInfo_RaycastInfo BtWheelInfo_RaycastInfo :: (ForeignPtr (BtWheelInfo_RaycastInfo)) -> BtWheelInfo_RaycastInfo withBtWheelInfo_RaycastInfo :: BtWheelInfo_RaycastInfo -> (Ptr BtWheelInfo_RaycastInfo -> IO b) -> IO b mkBtWheelInfo_RaycastInfo :: Ptr a -> IO BtWheelInfo_RaycastInfo newtype BtDiscreteCollisionDetectorInterface_Result BtDiscreteCollisionDetectorInterface_Result :: (ForeignPtr (BtDiscreteCollisionDetectorInterface_Result)) -> BtDiscreteCollisionDetectorInterface_Result withBtDiscreteCollisionDetectorInterface_Result :: BtDiscreteCollisionDetectorInterface_Result -> (Ptr BtDiscreteCollisionDetectorInterface_Result -> IO b) -> IO b mkBtDiscreteCollisionDetectorInterface_Result :: Ptr a -> IO BtDiscreteCollisionDetectorInterface_Result newtype BtSoftBody_SContact BtSoftBody_SContact :: (ForeignPtr (BtSoftBody_SContact)) -> BtSoftBody_SContact withBtSoftBody_SContact :: BtSoftBody_SContact -> (Ptr BtSoftBody_SContact -> IO b) -> IO b mkBtSoftBody_SContact :: Ptr a -> IO BtSoftBody_SContact newtype BtSoftBody_SolverState BtSoftBody_SolverState :: (ForeignPtr (BtSoftBody_SolverState)) -> BtSoftBody_SolverState withBtSoftBody_SolverState :: BtSoftBody_SolverState -> (Ptr BtSoftBody_SolverState -> IO b) -> IO b mkBtSoftBody_SolverState :: Ptr a -> IO BtSoftBody_SolverState newtype BtSoftBody_Joint_Specs BtSoftBody_Joint_Specs :: (ForeignPtr (BtSoftBody_Joint_Specs)) -> BtSoftBody_Joint_Specs withBtSoftBody_Joint_Specs :: BtSoftBody_Joint_Specs -> (Ptr BtSoftBody_Joint_Specs -> IO b) -> IO b mkBtSoftBody_Joint_Specs :: Ptr a -> IO BtSoftBody_Joint_Specs newtype BtSoftBody_LJoint_Specs BtSoftBody_LJoint_Specs :: (ForeignPtr (BtSoftBody_LJoint_Specs)) -> BtSoftBody_LJoint_Specs withBtSoftBody_LJoint_Specs :: BtSoftBody_LJoint_Specs -> (Ptr BtSoftBody_LJoint_Specs -> IO b) -> IO b mkBtSoftBody_LJoint_Specs :: Ptr a -> IO BtSoftBody_LJoint_Specs newtype BtSoftBody_AJoint_Specs BtSoftBody_AJoint_Specs :: (ForeignPtr (BtSoftBody_AJoint_Specs)) -> BtSoftBody_AJoint_Specs withBtSoftBody_AJoint_Specs :: BtSoftBody_AJoint_Specs -> (Ptr BtSoftBody_AJoint_Specs -> IO b) -> IO b mkBtSoftBody_AJoint_Specs :: Ptr a -> IO BtSoftBody_AJoint_Specs newtype BtSoftBody_Tetra BtSoftBody_Tetra :: (ForeignPtr (BtSoftBody_Tetra)) -> BtSoftBody_Tetra withBtSoftBody_Tetra :: BtSoftBody_Tetra -> (Ptr BtSoftBody_Tetra -> IO b) -> IO b mkBtSoftBody_Tetra :: Ptr a -> IO BtSoftBody_Tetra newtype BtGImpactMeshShapePart_TrimeshPrimitiveManager BtGImpactMeshShapePart_TrimeshPrimitiveManager :: (ForeignPtr (BtGImpactMeshShapePart_TrimeshPrimitiveManager)) -> BtGImpactMeshShapePart_TrimeshPrimitiveManager withBtGImpactMeshShapePart_TrimeshPrimitiveManager :: BtGImpactMeshShapePart_TrimeshPrimitiveManager -> (Ptr BtGImpactMeshShapePart_TrimeshPrimitiveManager -> IO b) -> IO b mkBtGImpactMeshShapePart_TrimeshPrimitiveManager :: Ptr a -> IO BtGImpactMeshShapePart_TrimeshPrimitiveManager newtype Bt32BitAxisSweep3 Bt32BitAxisSweep3 :: (ForeignPtr (Bt32BitAxisSweep3)) -> Bt32BitAxisSweep3 withBt32BitAxisSweep3 :: Bt32BitAxisSweep3 -> (Ptr Bt32BitAxisSweep3 -> IO b) -> IO b mkBt32BitAxisSweep3 :: Ptr a -> IO Bt32BitAxisSweep3 newtype BtAABB BtAABB :: (ForeignPtr (BtAABB)) -> BtAABB withBtAABB :: BtAABB -> (Ptr BtAABB -> IO b) -> IO b mkBtAABB :: Ptr a -> IO BtAABB newtype BtActionInterface BtActionInterface :: (ForeignPtr (BtActionInterface)) -> BtActionInterface withBtActionInterface :: BtActionInterface -> (Ptr BtActionInterface -> IO b) -> IO b mkBtActionInterface :: Ptr a -> IO BtActionInterface newtype BtActivatingCollisionAlgorithm BtActivatingCollisionAlgorithm :: (ForeignPtr (BtActivatingCollisionAlgorithm)) -> BtActivatingCollisionAlgorithm withBtActivatingCollisionAlgorithm :: BtActivatingCollisionAlgorithm -> (Ptr BtActivatingCollisionAlgorithm -> IO b) -> IO b mkBtActivatingCollisionAlgorithm :: Ptr a -> IO BtActivatingCollisionAlgorithm newtype BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ :: (ForeignPtr (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_)) -> BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ withBtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ :: BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ -> (Ptr BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ -> IO b) -> IO b mkBtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ :: Ptr a -> IO BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ newtype BtAlignedAllocator_GIM_BVH_DATA_16u_ BtAlignedAllocator_GIM_BVH_DATA_16u_ :: (ForeignPtr (BtAlignedAllocator_GIM_BVH_DATA_16u_)) -> BtAlignedAllocator_GIM_BVH_DATA_16u_ withBtAlignedAllocator_GIM_BVH_DATA_16u_ :: BtAlignedAllocator_GIM_BVH_DATA_16u_ -> (Ptr BtAlignedAllocator_GIM_BVH_DATA_16u_ -> IO b) -> IO b mkBtAlignedAllocator_GIM_BVH_DATA_16u_ :: Ptr a -> IO BtAlignedAllocator_GIM_BVH_DATA_16u_ newtype BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ :: (ForeignPtr (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_)) -> BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ withBtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ :: BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ -> (Ptr BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ -> IO b) -> IO b mkBtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ :: Ptr a -> IO BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ newtype BtAlignedAllocator_GIM_PAIR_16u_ BtAlignedAllocator_GIM_PAIR_16u_ :: (ForeignPtr (BtAlignedAllocator_GIM_PAIR_16u_)) -> BtAlignedAllocator_GIM_PAIR_16u_ withBtAlignedAllocator_GIM_PAIR_16u_ :: BtAlignedAllocator_GIM_PAIR_16u_ -> (Ptr BtAlignedAllocator_GIM_PAIR_16u_ -> IO b) -> IO b mkBtAlignedAllocator_GIM_PAIR_16u_ :: Ptr a -> IO BtAlignedAllocator_GIM_PAIR_16u_ newtype BtAlignedAllocator_bool_16u_ BtAlignedAllocator_bool_16u_ :: (ForeignPtr (BtAlignedAllocator_bool_16u_)) -> BtAlignedAllocator_bool_16u_ withBtAlignedAllocator_bool_16u_ :: BtAlignedAllocator_bool_16u_ -> (Ptr BtAlignedAllocator_bool_16u_ -> IO b) -> IO b mkBtAlignedAllocator_bool_16u_ :: Ptr a -> IO BtAlignedAllocator_bool_16u_ newtype BtAlignedAllocator_btActionInterface_ptr_16u_ BtAlignedAllocator_btActionInterface_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btActionInterface_ptr_16u_)) -> BtAlignedAllocator_btActionInterface_ptr_16u_ withBtAlignedAllocator_btActionInterface_ptr_16u_ :: BtAlignedAllocator_btActionInterface_ptr_16u_ -> (Ptr BtAlignedAllocator_btActionInterface_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btActionInterface_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btActionInterface_ptr_16u_ newtype BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btBroadphaseInterface_ptr_16u_)) -> BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ withBtAlignedAllocator_btBroadphaseInterface_ptr_16u_ :: BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ -> (Ptr BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btBroadphaseInterface_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ newtype BtAlignedAllocator_btBroadphasePair_16u_ BtAlignedAllocator_btBroadphasePair_16u_ :: (ForeignPtr (BtAlignedAllocator_btBroadphasePair_16u_)) -> BtAlignedAllocator_btBroadphasePair_16u_ withBtAlignedAllocator_btBroadphasePair_16u_ :: BtAlignedAllocator_btBroadphasePair_16u_ -> (Ptr BtAlignedAllocator_btBroadphasePair_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btBroadphasePair_16u_ :: Ptr a -> IO BtAlignedAllocator_btBroadphasePair_16u_ newtype BtAlignedAllocator_btBvhSubtreeInfo_16u_ BtAlignedAllocator_btBvhSubtreeInfo_16u_ :: (ForeignPtr (BtAlignedAllocator_btBvhSubtreeInfo_16u_)) -> BtAlignedAllocator_btBvhSubtreeInfo_16u_ withBtAlignedAllocator_btBvhSubtreeInfo_16u_ :: BtAlignedAllocator_btBvhSubtreeInfo_16u_ -> (Ptr BtAlignedAllocator_btBvhSubtreeInfo_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btBvhSubtreeInfo_16u_ :: Ptr a -> IO BtAlignedAllocator_btBvhSubtreeInfo_16u_ newtype BtAlignedAllocator_btChunk_ptr_16u_ BtAlignedAllocator_btChunk_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btChunk_ptr_16u_)) -> BtAlignedAllocator_btChunk_ptr_16u_ withBtAlignedAllocator_btChunk_ptr_16u_ :: BtAlignedAllocator_btChunk_ptr_16u_ -> (Ptr BtAlignedAllocator_btChunk_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btChunk_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btChunk_ptr_16u_ newtype BtAlignedAllocator_btCollisionObject_ptr_16u_ BtAlignedAllocator_btCollisionObject_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btCollisionObject_ptr_16u_)) -> BtAlignedAllocator_btCollisionObject_ptr_16u_ withBtAlignedAllocator_btCollisionObject_ptr_16u_ :: BtAlignedAllocator_btCollisionObject_ptr_16u_ -> (Ptr BtAlignedAllocator_btCollisionObject_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btCollisionObject_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btCollisionObject_ptr_16u_ newtype BtAlignedAllocator_btCollisionShape_ptr_16u_ BtAlignedAllocator_btCollisionShape_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btCollisionShape_ptr_16u_)) -> BtAlignedAllocator_btCollisionShape_ptr_16u_ withBtAlignedAllocator_btCollisionShape_ptr_16u_ :: BtAlignedAllocator_btCollisionShape_ptr_16u_ -> (Ptr BtAlignedAllocator_btCollisionShape_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btCollisionShape_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btCollisionShape_ptr_16u_ newtype BtAlignedAllocator_btCompoundShapeChild_16u_ BtAlignedAllocator_btCompoundShapeChild_16u_ :: (ForeignPtr (BtAlignedAllocator_btCompoundShapeChild_16u_)) -> BtAlignedAllocator_btCompoundShapeChild_16u_ withBtAlignedAllocator_btCompoundShapeChild_16u_ :: BtAlignedAllocator_btCompoundShapeChild_16u_ -> (Ptr BtAlignedAllocator_btCompoundShapeChild_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btCompoundShapeChild_16u_ :: Ptr a -> IO BtAlignedAllocator_btCompoundShapeChild_16u_ newtype BtAlignedAllocator_btDbvt_sStkNN_16u_ BtAlignedAllocator_btDbvt_sStkNN_16u_ :: (ForeignPtr (BtAlignedAllocator_btDbvt_sStkNN_16u_)) -> BtAlignedAllocator_btDbvt_sStkNN_16u_ withBtAlignedAllocator_btDbvt_sStkNN_16u_ :: BtAlignedAllocator_btDbvt_sStkNN_16u_ -> (Ptr BtAlignedAllocator_btDbvt_sStkNN_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btDbvt_sStkNN_16u_ :: Ptr a -> IO BtAlignedAllocator_btDbvt_sStkNN_16u_ newtype BtAlignedAllocator_btDbvt_sStkNP_16u_ BtAlignedAllocator_btDbvt_sStkNP_16u_ :: (ForeignPtr (BtAlignedAllocator_btDbvt_sStkNP_16u_)) -> BtAlignedAllocator_btDbvt_sStkNP_16u_ withBtAlignedAllocator_btDbvt_sStkNP_16u_ :: BtAlignedAllocator_btDbvt_sStkNP_16u_ -> (Ptr BtAlignedAllocator_btDbvt_sStkNP_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btDbvt_sStkNP_16u_ :: Ptr a -> IO BtAlignedAllocator_btDbvt_sStkNP_16u_ newtype BtAlignedAllocator_btDbvt_sStkNPS_16u_ BtAlignedAllocator_btDbvt_sStkNPS_16u_ :: (ForeignPtr (BtAlignedAllocator_btDbvt_sStkNPS_16u_)) -> BtAlignedAllocator_btDbvt_sStkNPS_16u_ withBtAlignedAllocator_btDbvt_sStkNPS_16u_ :: BtAlignedAllocator_btDbvt_sStkNPS_16u_ -> (Ptr BtAlignedAllocator_btDbvt_sStkNPS_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btDbvt_sStkNPS_16u_ :: Ptr a -> IO BtAlignedAllocator_btDbvt_sStkNPS_16u_ newtype BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btDbvtNodeconst_ptr_16u_)) -> BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ withBtAlignedAllocator_btDbvtNodeconst_ptr_16u_ :: BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ -> (Ptr BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btDbvtNodeconst_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ newtype BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_)) -> BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ withBtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ :: BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ -> (Ptr BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ newtype BtAlignedAllocator_btHashInt_16u_ BtAlignedAllocator_btHashInt_16u_ :: (ForeignPtr (BtAlignedAllocator_btHashInt_16u_)) -> BtAlignedAllocator_btHashInt_16u_ withBtAlignedAllocator_btHashInt_16u_ :: BtAlignedAllocator_btHashInt_16u_ -> (Ptr BtAlignedAllocator_btHashInt_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btHashInt_16u_ :: Ptr a -> IO BtAlignedAllocator_btHashInt_16u_ newtype BtAlignedAllocator_btHashPtr_16u_ BtAlignedAllocator_btHashPtr_16u_ :: (ForeignPtr (BtAlignedAllocator_btHashPtr_16u_)) -> BtAlignedAllocator_btHashPtr_16u_ withBtAlignedAllocator_btHashPtr_16u_ :: BtAlignedAllocator_btHashPtr_16u_ -> (Ptr BtAlignedAllocator_btHashPtr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btHashPtr_16u_ :: Ptr a -> IO BtAlignedAllocator_btHashPtr_16u_ newtype BtAlignedAllocator_btHashString_16u_ BtAlignedAllocator_btHashString_16u_ :: (ForeignPtr (BtAlignedAllocator_btHashString_16u_)) -> BtAlignedAllocator_btHashString_16u_ withBtAlignedAllocator_btHashString_16u_ :: BtAlignedAllocator_btHashString_16u_ -> (Ptr BtAlignedAllocator_btHashString_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btHashString_16u_ :: Ptr a -> IO BtAlignedAllocator_btHashString_16u_ newtype BtAlignedAllocator_btIndexedMesh_16u_ BtAlignedAllocator_btIndexedMesh_16u_ :: (ForeignPtr (BtAlignedAllocator_btIndexedMesh_16u_)) -> BtAlignedAllocator_btIndexedMesh_16u_ withBtAlignedAllocator_btIndexedMesh_16u_ :: BtAlignedAllocator_btIndexedMesh_16u_ -> (Ptr BtAlignedAllocator_btIndexedMesh_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btIndexedMesh_16u_ :: Ptr a -> IO BtAlignedAllocator_btIndexedMesh_16u_ newtype BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_)) -> BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ withBtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ :: BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ -> (Ptr BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ newtype BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_)) -> BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ withBtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ :: BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ -> (Ptr BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ newtype BtAlignedAllocator_btOptimizedBvhNode_16u_ BtAlignedAllocator_btOptimizedBvhNode_16u_ :: (ForeignPtr (BtAlignedAllocator_btOptimizedBvhNode_16u_)) -> BtAlignedAllocator_btOptimizedBvhNode_16u_ withBtAlignedAllocator_btOptimizedBvhNode_16u_ :: BtAlignedAllocator_btOptimizedBvhNode_16u_ -> (Ptr BtAlignedAllocator_btOptimizedBvhNode_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btOptimizedBvhNode_16u_ :: Ptr a -> IO BtAlignedAllocator_btOptimizedBvhNode_16u_ newtype BtAlignedAllocator_btPersistentManifold_ptr_16u_ BtAlignedAllocator_btPersistentManifold_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btPersistentManifold_ptr_16u_)) -> BtAlignedAllocator_btPersistentManifold_ptr_16u_ withBtAlignedAllocator_btPersistentManifold_ptr_16u_ :: BtAlignedAllocator_btPersistentManifold_ptr_16u_ -> (Ptr BtAlignedAllocator_btPersistentManifold_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btPersistentManifold_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btPersistentManifold_ptr_16u_ newtype BtAlignedAllocator_btPointerUid_16u_ BtAlignedAllocator_btPointerUid_16u_ :: (ForeignPtr (BtAlignedAllocator_btPointerUid_16u_)) -> BtAlignedAllocator_btPointerUid_16u_ withBtAlignedAllocator_btPointerUid_16u_ :: BtAlignedAllocator_btPointerUid_16u_ -> (Ptr BtAlignedAllocator_btPointerUid_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btPointerUid_16u_ :: Ptr a -> IO BtAlignedAllocator_btPointerUid_16u_ newtype BtAlignedAllocator_btQuantizedBvhNode_16u_ BtAlignedAllocator_btQuantizedBvhNode_16u_ :: (ForeignPtr (BtAlignedAllocator_btQuantizedBvhNode_16u_)) -> BtAlignedAllocator_btQuantizedBvhNode_16u_ withBtAlignedAllocator_btQuantizedBvhNode_16u_ :: BtAlignedAllocator_btQuantizedBvhNode_16u_ -> (Ptr BtAlignedAllocator_btQuantizedBvhNode_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btQuantizedBvhNode_16u_ :: Ptr a -> IO BtAlignedAllocator_btQuantizedBvhNode_16u_ newtype BtAlignedAllocator_btRigidBody_ptr_16u_ BtAlignedAllocator_btRigidBody_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btRigidBody_ptr_16u_)) -> BtAlignedAllocator_btRigidBody_ptr_16u_ withBtAlignedAllocator_btRigidBody_ptr_16u_ :: BtAlignedAllocator_btRigidBody_ptr_16u_ -> (Ptr BtAlignedAllocator_btRigidBody_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btRigidBody_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btRigidBody_ptr_16u_ newtype BtAlignedAllocator_btSoftBody_ptr_16u_ BtAlignedAllocator_btSoftBody_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_ptr_16u_)) -> BtAlignedAllocator_btSoftBody_ptr_16u_ withBtAlignedAllocator_btSoftBody_ptr_16u_ :: BtAlignedAllocator_btSoftBody_ptr_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_ptr_16u_ newtype BtAlignedAllocator_btSoftBody_Anchor_16u_ BtAlignedAllocator_btSoftBody_Anchor_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Anchor_16u_)) -> BtAlignedAllocator_btSoftBody_Anchor_16u_ withBtAlignedAllocator_btSoftBody_Anchor_16u_ :: BtAlignedAllocator_btSoftBody_Anchor_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Anchor_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Anchor_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Anchor_16u_ newtype BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_)) -> BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ withBtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ :: BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ newtype BtAlignedAllocator_btSoftBody_Face_16u_ BtAlignedAllocator_btSoftBody_Face_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Face_16u_)) -> BtAlignedAllocator_btSoftBody_Face_16u_ withBtAlignedAllocator_btSoftBody_Face_16u_ :: BtAlignedAllocator_btSoftBody_Face_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Face_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Face_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Face_16u_ newtype BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Joint_ptr_16u_)) -> BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ withBtAlignedAllocator_btSoftBody_Joint_ptr_16u_ :: BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Joint_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ newtype BtAlignedAllocator_btSoftBody_Link_16u_ BtAlignedAllocator_btSoftBody_Link_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Link_16u_)) -> BtAlignedAllocator_btSoftBody_Link_16u_ withBtAlignedAllocator_btSoftBody_Link_16u_ :: BtAlignedAllocator_btSoftBody_Link_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Link_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Link_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Link_16u_ newtype BtAlignedAllocator_btSoftBody_Material_ptr_16u_ BtAlignedAllocator_btSoftBody_Material_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Material_ptr_16u_)) -> BtAlignedAllocator_btSoftBody_Material_ptr_16u_ withBtAlignedAllocator_btSoftBody_Material_ptr_16u_ :: BtAlignedAllocator_btSoftBody_Material_ptr_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Material_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Material_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Material_ptr_16u_ newtype BtAlignedAllocator_btSoftBody_Node_ptr_16u_ BtAlignedAllocator_btSoftBody_Node_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Node_ptr_16u_)) -> BtAlignedAllocator_btSoftBody_Node_ptr_16u_ withBtAlignedAllocator_btSoftBody_Node_ptr_16u_ :: BtAlignedAllocator_btSoftBody_Node_ptr_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Node_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Node_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Node_ptr_16u_ newtype BtAlignedAllocator_btSoftBody_Node_16u_ BtAlignedAllocator_btSoftBody_Node_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Node_16u_)) -> BtAlignedAllocator_btSoftBody_Node_16u_ withBtAlignedAllocator_btSoftBody_Node_16u_ :: BtAlignedAllocator_btSoftBody_Node_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Node_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Node_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Node_16u_ newtype BtAlignedAllocator_btSoftBody_Note_16u_ BtAlignedAllocator_btSoftBody_Note_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Note_16u_)) -> BtAlignedAllocator_btSoftBody_Note_16u_ withBtAlignedAllocator_btSoftBody_Note_16u_ :: BtAlignedAllocator_btSoftBody_Note_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Note_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Note_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Note_16u_ newtype BtAlignedAllocator_btSoftBody_RContact_16u_ BtAlignedAllocator_btSoftBody_RContact_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_RContact_16u_)) -> BtAlignedAllocator_btSoftBody_RContact_16u_ withBtAlignedAllocator_btSoftBody_RContact_16u_ :: BtAlignedAllocator_btSoftBody_RContact_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_RContact_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_RContact_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_RContact_16u_ newtype BtAlignedAllocator_btSoftBody_SContact_16u_ BtAlignedAllocator_btSoftBody_SContact_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_SContact_16u_)) -> BtAlignedAllocator_btSoftBody_SContact_16u_ withBtAlignedAllocator_btSoftBody_SContact_16u_ :: BtAlignedAllocator_btSoftBody_SContact_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_SContact_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_SContact_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_SContact_16u_ newtype BtAlignedAllocator_btSoftBody_Tetra_16u_ BtAlignedAllocator_btSoftBody_Tetra_16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_Tetra_16u_)) -> BtAlignedAllocator_btSoftBody_Tetra_16u_ withBtAlignedAllocator_btSoftBody_Tetra_16u_ :: BtAlignedAllocator_btSoftBody_Tetra_16u_ -> (Ptr BtAlignedAllocator_btSoftBody_Tetra_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_Tetra_16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_Tetra_16u_ newtype BtAlignedAllocator_btSoftBody_ePSolver___16u_ BtAlignedAllocator_btSoftBody_ePSolver___16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_ePSolver___16u_)) -> BtAlignedAllocator_btSoftBody_ePSolver___16u_ withBtAlignedAllocator_btSoftBody_ePSolver___16u_ :: BtAlignedAllocator_btSoftBody_ePSolver___16u_ -> (Ptr BtAlignedAllocator_btSoftBody_ePSolver___16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_ePSolver___16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_ePSolver___16u_ newtype BtAlignedAllocator_btSoftBody_eVSolver___16u_ BtAlignedAllocator_btSoftBody_eVSolver___16u_ :: (ForeignPtr (BtAlignedAllocator_btSoftBody_eVSolver___16u_)) -> BtAlignedAllocator_btSoftBody_eVSolver___16u_ withBtAlignedAllocator_btSoftBody_eVSolver___16u_ :: BtAlignedAllocator_btSoftBody_eVSolver___16u_ -> (Ptr BtAlignedAllocator_btSoftBody_eVSolver___16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSoftBody_eVSolver___16u_ :: Ptr a -> IO BtAlignedAllocator_btSoftBody_eVSolver___16u_ newtype BtAlignedAllocator_btSolverConstraint_16u_ BtAlignedAllocator_btSolverConstraint_16u_ :: (ForeignPtr (BtAlignedAllocator_btSolverConstraint_16u_)) -> BtAlignedAllocator_btSolverConstraint_16u_ withBtAlignedAllocator_btSolverConstraint_16u_ :: BtAlignedAllocator_btSolverConstraint_16u_ -> (Ptr BtAlignedAllocator_btSolverConstraint_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSolverConstraint_16u_ :: Ptr a -> IO BtAlignedAllocator_btSolverConstraint_16u_ newtype BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_)) -> BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ withBtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ :: BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ -> (Ptr BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ newtype BtAlignedAllocator_btTransform_16u_ BtAlignedAllocator_btTransform_16u_ :: (ForeignPtr (BtAlignedAllocator_btTransform_16u_)) -> BtAlignedAllocator_btTransform_16u_ withBtAlignedAllocator_btTransform_16u_ :: BtAlignedAllocator_btTransform_16u_ -> (Ptr BtAlignedAllocator_btTransform_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btTransform_16u_ :: Ptr a -> IO BtAlignedAllocator_btTransform_16u_ newtype BtAlignedAllocator_btTriangleInfo_16u_ BtAlignedAllocator_btTriangleInfo_16u_ :: (ForeignPtr (BtAlignedAllocator_btTriangleInfo_16u_)) -> BtAlignedAllocator_btTriangleInfo_16u_ withBtAlignedAllocator_btTriangleInfo_16u_ :: BtAlignedAllocator_btTriangleInfo_16u_ -> (Ptr BtAlignedAllocator_btTriangleInfo_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btTriangleInfo_16u_ :: Ptr a -> IO BtAlignedAllocator_btTriangleInfo_16u_ newtype BtAlignedAllocator_btTypedConstraint_ptr_16u_ BtAlignedAllocator_btTypedConstraint_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_btTypedConstraint_ptr_16u_)) -> BtAlignedAllocator_btTypedConstraint_ptr_16u_ withBtAlignedAllocator_btTypedConstraint_ptr_16u_ :: BtAlignedAllocator_btTypedConstraint_ptr_16u_ -> (Ptr BtAlignedAllocator_btTypedConstraint_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btTypedConstraint_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_btTypedConstraint_ptr_16u_ newtype BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ :: (ForeignPtr (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_)) -> BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ withBtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ :: BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ -> (Ptr BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ :: Ptr a -> IO BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ newtype BtAlignedAllocator_btVector3_16u_ BtAlignedAllocator_btVector3_16u_ :: (ForeignPtr (BtAlignedAllocator_btVector3_16u_)) -> BtAlignedAllocator_btVector3_16u_ withBtAlignedAllocator_btVector3_16u_ :: BtAlignedAllocator_btVector3_16u_ -> (Ptr BtAlignedAllocator_btVector3_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btVector3_16u_ :: Ptr a -> IO BtAlignedAllocator_btVector3_16u_ newtype BtAlignedAllocator_btWheelInfo_16u_ BtAlignedAllocator_btWheelInfo_16u_ :: (ForeignPtr (BtAlignedAllocator_btWheelInfo_16u_)) -> BtAlignedAllocator_btWheelInfo_16u_ withBtAlignedAllocator_btWheelInfo_16u_ :: BtAlignedAllocator_btWheelInfo_16u_ -> (Ptr BtAlignedAllocator_btWheelInfo_16u_ -> IO b) -> IO b mkBtAlignedAllocator_btWheelInfo_16u_ :: Ptr a -> IO BtAlignedAllocator_btWheelInfo_16u_ newtype BtAlignedAllocator_charconst_ptr_16u_ BtAlignedAllocator_charconst_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_charconst_ptr_16u_)) -> BtAlignedAllocator_charconst_ptr_16u_ withBtAlignedAllocator_charconst_ptr_16u_ :: BtAlignedAllocator_charconst_ptr_16u_ -> (Ptr BtAlignedAllocator_charconst_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_charconst_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_charconst_ptr_16u_ newtype BtAlignedAllocator_char_ptr_16u_ BtAlignedAllocator_char_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_char_ptr_16u_)) -> BtAlignedAllocator_char_ptr_16u_ withBtAlignedAllocator_char_ptr_16u_ :: BtAlignedAllocator_char_ptr_16u_ -> (Ptr BtAlignedAllocator_char_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_char_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_char_ptr_16u_ newtype BtAlignedAllocator_float_16u_ BtAlignedAllocator_float_16u_ :: (ForeignPtr (BtAlignedAllocator_float_16u_)) -> BtAlignedAllocator_float_16u_ withBtAlignedAllocator_float_16u_ :: BtAlignedAllocator_float_16u_ -> (Ptr BtAlignedAllocator_float_16u_ -> IO b) -> IO b mkBtAlignedAllocator_float_16u_ :: Ptr a -> IO BtAlignedAllocator_float_16u_ newtype BtAlignedAllocator_int_16u_ BtAlignedAllocator_int_16u_ :: (ForeignPtr (BtAlignedAllocator_int_16u_)) -> BtAlignedAllocator_int_16u_ withBtAlignedAllocator_int_16u_ :: BtAlignedAllocator_int_16u_ -> (Ptr BtAlignedAllocator_int_16u_ -> IO b) -> IO b mkBtAlignedAllocator_int_16u_ :: Ptr a -> IO BtAlignedAllocator_int_16u_ newtype BtAlignedAllocator_short_ptr_16u_ BtAlignedAllocator_short_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_short_ptr_16u_)) -> BtAlignedAllocator_short_ptr_16u_ withBtAlignedAllocator_short_ptr_16u_ :: BtAlignedAllocator_short_ptr_16u_ -> (Ptr BtAlignedAllocator_short_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_short_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_short_ptr_16u_ newtype BtAlignedAllocator_short_16u_ BtAlignedAllocator_short_16u_ :: (ForeignPtr (BtAlignedAllocator_short_16u_)) -> BtAlignedAllocator_short_16u_ withBtAlignedAllocator_short_16u_ :: BtAlignedAllocator_short_16u_ -> (Ptr BtAlignedAllocator_short_16u_ -> IO b) -> IO b mkBtAlignedAllocator_short_16u_ :: Ptr a -> IO BtAlignedAllocator_short_16u_ newtype BtAlignedAllocator_unsignedint_16u_ BtAlignedAllocator_unsignedint_16u_ :: (ForeignPtr (BtAlignedAllocator_unsignedint_16u_)) -> BtAlignedAllocator_unsignedint_16u_ withBtAlignedAllocator_unsignedint_16u_ :: BtAlignedAllocator_unsignedint_16u_ -> (Ptr BtAlignedAllocator_unsignedint_16u_ -> IO b) -> IO b mkBtAlignedAllocator_unsignedint_16u_ :: Ptr a -> IO BtAlignedAllocator_unsignedint_16u_ newtype BtAlignedAllocator_unsignedshort_16u_ BtAlignedAllocator_unsignedshort_16u_ :: (ForeignPtr (BtAlignedAllocator_unsignedshort_16u_)) -> BtAlignedAllocator_unsignedshort_16u_ withBtAlignedAllocator_unsignedshort_16u_ :: BtAlignedAllocator_unsignedshort_16u_ -> (Ptr BtAlignedAllocator_unsignedshort_16u_ -> IO b) -> IO b mkBtAlignedAllocator_unsignedshort_16u_ :: Ptr a -> IO BtAlignedAllocator_unsignedshort_16u_ newtype BtAlignedAllocator_void_ptr_16u_ BtAlignedAllocator_void_ptr_16u_ :: (ForeignPtr (BtAlignedAllocator_void_ptr_16u_)) -> BtAlignedAllocator_void_ptr_16u_ withBtAlignedAllocator_void_ptr_16u_ :: BtAlignedAllocator_void_ptr_16u_ -> (Ptr BtAlignedAllocator_void_ptr_16u_ -> IO b) -> IO b mkBtAlignedAllocator_void_ptr_16u_ :: Ptr a -> IO BtAlignedAllocator_void_ptr_16u_ newtype BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ :: (ForeignPtr (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_)) -> BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ withBtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ -> (Ptr BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ -> IO b) -> IO b mkBtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ :: Ptr a -> IO BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ newtype BtAlignedObjectArray_GIM_BVH_DATA_ BtAlignedObjectArray_GIM_BVH_DATA_ :: (ForeignPtr (BtAlignedObjectArray_GIM_BVH_DATA_)) -> BtAlignedObjectArray_GIM_BVH_DATA_ withBtAlignedObjectArray_GIM_BVH_DATA_ :: BtAlignedObjectArray_GIM_BVH_DATA_ -> (Ptr BtAlignedObjectArray_GIM_BVH_DATA_ -> IO b) -> IO b mkBtAlignedObjectArray_GIM_BVH_DATA_ :: Ptr a -> IO BtAlignedObjectArray_GIM_BVH_DATA_ newtype BtAlignedObjectArray_GIM_BVH_TREE_NODE_ BtAlignedObjectArray_GIM_BVH_TREE_NODE_ :: (ForeignPtr (BtAlignedObjectArray_GIM_BVH_TREE_NODE_)) -> BtAlignedObjectArray_GIM_BVH_TREE_NODE_ withBtAlignedObjectArray_GIM_BVH_TREE_NODE_ :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_ -> (Ptr BtAlignedObjectArray_GIM_BVH_TREE_NODE_ -> IO b) -> IO b mkBtAlignedObjectArray_GIM_BVH_TREE_NODE_ :: Ptr a -> IO BtAlignedObjectArray_GIM_BVH_TREE_NODE_ newtype BtAlignedObjectArray_GIM_PAIR_ BtAlignedObjectArray_GIM_PAIR_ :: (ForeignPtr (BtAlignedObjectArray_GIM_PAIR_)) -> BtAlignedObjectArray_GIM_PAIR_ withBtAlignedObjectArray_GIM_PAIR_ :: BtAlignedObjectArray_GIM_PAIR_ -> (Ptr BtAlignedObjectArray_GIM_PAIR_ -> IO b) -> IO b mkBtAlignedObjectArray_GIM_PAIR_ :: Ptr a -> IO BtAlignedObjectArray_GIM_PAIR_ newtype BtAlignedObjectArray_bool_ BtAlignedObjectArray_bool_ :: (ForeignPtr (BtAlignedObjectArray_bool_)) -> BtAlignedObjectArray_bool_ withBtAlignedObjectArray_bool_ :: BtAlignedObjectArray_bool_ -> (Ptr BtAlignedObjectArray_bool_ -> IO b) -> IO b mkBtAlignedObjectArray_bool_ :: Ptr a -> IO BtAlignedObjectArray_bool_ newtype BtAlignedObjectArray_btActionInterface_ptr_ BtAlignedObjectArray_btActionInterface_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btActionInterface_ptr_)) -> BtAlignedObjectArray_btActionInterface_ptr_ withBtAlignedObjectArray_btActionInterface_ptr_ :: BtAlignedObjectArray_btActionInterface_ptr_ -> (Ptr BtAlignedObjectArray_btActionInterface_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btActionInterface_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btActionInterface_ptr_ newtype BtAlignedObjectArray_btBroadphaseInterface_ptr_ BtAlignedObjectArray_btBroadphaseInterface_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btBroadphaseInterface_ptr_)) -> BtAlignedObjectArray_btBroadphaseInterface_ptr_ withBtAlignedObjectArray_btBroadphaseInterface_ptr_ :: BtAlignedObjectArray_btBroadphaseInterface_ptr_ -> (Ptr BtAlignedObjectArray_btBroadphaseInterface_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btBroadphaseInterface_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btBroadphaseInterface_ptr_ newtype BtAlignedObjectArray_btBroadphasePair_ BtAlignedObjectArray_btBroadphasePair_ :: (ForeignPtr (BtAlignedObjectArray_btBroadphasePair_)) -> BtAlignedObjectArray_btBroadphasePair_ withBtAlignedObjectArray_btBroadphasePair_ :: BtAlignedObjectArray_btBroadphasePair_ -> (Ptr BtAlignedObjectArray_btBroadphasePair_ -> IO b) -> IO b mkBtAlignedObjectArray_btBroadphasePair_ :: Ptr a -> IO BtAlignedObjectArray_btBroadphasePair_ newtype BtAlignedObjectArray_btBvhSubtreeInfo_ BtAlignedObjectArray_btBvhSubtreeInfo_ :: (ForeignPtr (BtAlignedObjectArray_btBvhSubtreeInfo_)) -> BtAlignedObjectArray_btBvhSubtreeInfo_ withBtAlignedObjectArray_btBvhSubtreeInfo_ :: BtAlignedObjectArray_btBvhSubtreeInfo_ -> (Ptr BtAlignedObjectArray_btBvhSubtreeInfo_ -> IO b) -> IO b mkBtAlignedObjectArray_btBvhSubtreeInfo_ :: Ptr a -> IO BtAlignedObjectArray_btBvhSubtreeInfo_ newtype BtAlignedObjectArray_btChunk_ptr_ BtAlignedObjectArray_btChunk_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btChunk_ptr_)) -> BtAlignedObjectArray_btChunk_ptr_ withBtAlignedObjectArray_btChunk_ptr_ :: BtAlignedObjectArray_btChunk_ptr_ -> (Ptr BtAlignedObjectArray_btChunk_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btChunk_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btChunk_ptr_ newtype BtAlignedObjectArray_btCollisionObject_ptr_ BtAlignedObjectArray_btCollisionObject_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btCollisionObject_ptr_)) -> BtAlignedObjectArray_btCollisionObject_ptr_ withBtAlignedObjectArray_btCollisionObject_ptr_ :: BtAlignedObjectArray_btCollisionObject_ptr_ -> (Ptr BtAlignedObjectArray_btCollisionObject_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btCollisionObject_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btCollisionObject_ptr_ newtype BtAlignedObjectArray_btCollisionShape_ptr_ BtAlignedObjectArray_btCollisionShape_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btCollisionShape_ptr_)) -> BtAlignedObjectArray_btCollisionShape_ptr_ withBtAlignedObjectArray_btCollisionShape_ptr_ :: BtAlignedObjectArray_btCollisionShape_ptr_ -> (Ptr BtAlignedObjectArray_btCollisionShape_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btCollisionShape_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btCollisionShape_ptr_ newtype BtAlignedObjectArray_btCompoundShapeChild_ BtAlignedObjectArray_btCompoundShapeChild_ :: (ForeignPtr (BtAlignedObjectArray_btCompoundShapeChild_)) -> BtAlignedObjectArray_btCompoundShapeChild_ withBtAlignedObjectArray_btCompoundShapeChild_ :: BtAlignedObjectArray_btCompoundShapeChild_ -> (Ptr BtAlignedObjectArray_btCompoundShapeChild_ -> IO b) -> IO b mkBtAlignedObjectArray_btCompoundShapeChild_ :: Ptr a -> IO BtAlignedObjectArray_btCompoundShapeChild_ newtype BtAlignedObjectArray_btDbvt_sStkNN_ BtAlignedObjectArray_btDbvt_sStkNN_ :: (ForeignPtr (BtAlignedObjectArray_btDbvt_sStkNN_)) -> BtAlignedObjectArray_btDbvt_sStkNN_ withBtAlignedObjectArray_btDbvt_sStkNN_ :: BtAlignedObjectArray_btDbvt_sStkNN_ -> (Ptr BtAlignedObjectArray_btDbvt_sStkNN_ -> IO b) -> IO b mkBtAlignedObjectArray_btDbvt_sStkNN_ :: Ptr a -> IO BtAlignedObjectArray_btDbvt_sStkNN_ newtype BtAlignedObjectArray_btDbvt_sStkNP_ BtAlignedObjectArray_btDbvt_sStkNP_ :: (ForeignPtr (BtAlignedObjectArray_btDbvt_sStkNP_)) -> BtAlignedObjectArray_btDbvt_sStkNP_ withBtAlignedObjectArray_btDbvt_sStkNP_ :: BtAlignedObjectArray_btDbvt_sStkNP_ -> (Ptr BtAlignedObjectArray_btDbvt_sStkNP_ -> IO b) -> IO b mkBtAlignedObjectArray_btDbvt_sStkNP_ :: Ptr a -> IO BtAlignedObjectArray_btDbvt_sStkNP_ newtype BtAlignedObjectArray_btDbvt_sStkNPS_ BtAlignedObjectArray_btDbvt_sStkNPS_ :: (ForeignPtr (BtAlignedObjectArray_btDbvt_sStkNPS_)) -> BtAlignedObjectArray_btDbvt_sStkNPS_ withBtAlignedObjectArray_btDbvt_sStkNPS_ :: BtAlignedObjectArray_btDbvt_sStkNPS_ -> (Ptr BtAlignedObjectArray_btDbvt_sStkNPS_ -> IO b) -> IO b mkBtAlignedObjectArray_btDbvt_sStkNPS_ :: Ptr a -> IO BtAlignedObjectArray_btDbvt_sStkNPS_ newtype BtAlignedObjectArray_btDbvtNodeconst_ptr_ BtAlignedObjectArray_btDbvtNodeconst_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btDbvtNodeconst_ptr_)) -> BtAlignedObjectArray_btDbvtNodeconst_ptr_ withBtAlignedObjectArray_btDbvtNodeconst_ptr_ :: BtAlignedObjectArray_btDbvtNodeconst_ptr_ -> (Ptr BtAlignedObjectArray_btDbvtNodeconst_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btDbvtNodeconst_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btDbvtNodeconst_ptr_ newtype BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btGImpactMeshShapePart_ptr_)) -> BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ withBtAlignedObjectArray_btGImpactMeshShapePart_ptr_ :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ -> (Ptr BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btGImpactMeshShapePart_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ newtype BtAlignedObjectArray_btHashInt_ BtAlignedObjectArray_btHashInt_ :: (ForeignPtr (BtAlignedObjectArray_btHashInt_)) -> BtAlignedObjectArray_btHashInt_ withBtAlignedObjectArray_btHashInt_ :: BtAlignedObjectArray_btHashInt_ -> (Ptr BtAlignedObjectArray_btHashInt_ -> IO b) -> IO b mkBtAlignedObjectArray_btHashInt_ :: Ptr a -> IO BtAlignedObjectArray_btHashInt_ newtype BtAlignedObjectArray_btHashPtr_ BtAlignedObjectArray_btHashPtr_ :: (ForeignPtr (BtAlignedObjectArray_btHashPtr_)) -> BtAlignedObjectArray_btHashPtr_ withBtAlignedObjectArray_btHashPtr_ :: BtAlignedObjectArray_btHashPtr_ -> (Ptr BtAlignedObjectArray_btHashPtr_ -> IO b) -> IO b mkBtAlignedObjectArray_btHashPtr_ :: Ptr a -> IO BtAlignedObjectArray_btHashPtr_ newtype BtAlignedObjectArray_btHashString_ BtAlignedObjectArray_btHashString_ :: (ForeignPtr (BtAlignedObjectArray_btHashString_)) -> BtAlignedObjectArray_btHashString_ withBtAlignedObjectArray_btHashString_ :: BtAlignedObjectArray_btHashString_ -> (Ptr BtAlignedObjectArray_btHashString_ -> IO b) -> IO b mkBtAlignedObjectArray_btHashString_ :: Ptr a -> IO BtAlignedObjectArray_btHashString_ newtype BtAlignedObjectArray_btIndexedMesh_ BtAlignedObjectArray_btIndexedMesh_ :: (ForeignPtr (BtAlignedObjectArray_btIndexedMesh_)) -> BtAlignedObjectArray_btIndexedMesh_ withBtAlignedObjectArray_btIndexedMesh_ :: BtAlignedObjectArray_btIndexedMesh_ -> (Ptr BtAlignedObjectArray_btIndexedMesh_ -> IO b) -> IO b mkBtAlignedObjectArray_btIndexedMesh_ :: Ptr a -> IO BtAlignedObjectArray_btIndexedMesh_ newtype BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_)) -> BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ withBtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ -> (Ptr BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ newtype BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_)) -> BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ withBtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ -> (Ptr BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ newtype BtAlignedObjectArray_btOptimizedBvhNode_ BtAlignedObjectArray_btOptimizedBvhNode_ :: (ForeignPtr (BtAlignedObjectArray_btOptimizedBvhNode_)) -> BtAlignedObjectArray_btOptimizedBvhNode_ withBtAlignedObjectArray_btOptimizedBvhNode_ :: BtAlignedObjectArray_btOptimizedBvhNode_ -> (Ptr BtAlignedObjectArray_btOptimizedBvhNode_ -> IO b) -> IO b mkBtAlignedObjectArray_btOptimizedBvhNode_ :: Ptr a -> IO BtAlignedObjectArray_btOptimizedBvhNode_ newtype BtAlignedObjectArray_btPersistentManifold_ptr_ BtAlignedObjectArray_btPersistentManifold_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btPersistentManifold_ptr_)) -> BtAlignedObjectArray_btPersistentManifold_ptr_ withBtAlignedObjectArray_btPersistentManifold_ptr_ :: BtAlignedObjectArray_btPersistentManifold_ptr_ -> (Ptr BtAlignedObjectArray_btPersistentManifold_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btPersistentManifold_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btPersistentManifold_ptr_ newtype BtAlignedObjectArray_btPointerUid_ BtAlignedObjectArray_btPointerUid_ :: (ForeignPtr (BtAlignedObjectArray_btPointerUid_)) -> BtAlignedObjectArray_btPointerUid_ withBtAlignedObjectArray_btPointerUid_ :: BtAlignedObjectArray_btPointerUid_ -> (Ptr BtAlignedObjectArray_btPointerUid_ -> IO b) -> IO b mkBtAlignedObjectArray_btPointerUid_ :: Ptr a -> IO BtAlignedObjectArray_btPointerUid_ newtype BtAlignedObjectArray_btQuantizedBvhNode_ BtAlignedObjectArray_btQuantizedBvhNode_ :: (ForeignPtr (BtAlignedObjectArray_btQuantizedBvhNode_)) -> BtAlignedObjectArray_btQuantizedBvhNode_ withBtAlignedObjectArray_btQuantizedBvhNode_ :: BtAlignedObjectArray_btQuantizedBvhNode_ -> (Ptr BtAlignedObjectArray_btQuantizedBvhNode_ -> IO b) -> IO b mkBtAlignedObjectArray_btQuantizedBvhNode_ :: Ptr a -> IO BtAlignedObjectArray_btQuantizedBvhNode_ newtype BtAlignedObjectArray_btRigidBody_ptr_ BtAlignedObjectArray_btRigidBody_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btRigidBody_ptr_)) -> BtAlignedObjectArray_btRigidBody_ptr_ withBtAlignedObjectArray_btRigidBody_ptr_ :: BtAlignedObjectArray_btRigidBody_ptr_ -> (Ptr BtAlignedObjectArray_btRigidBody_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btRigidBody_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btRigidBody_ptr_ newtype BtAlignedObjectArray_btSoftBody_ptr_ BtAlignedObjectArray_btSoftBody_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_ptr_)) -> BtAlignedObjectArray_btSoftBody_ptr_ withBtAlignedObjectArray_btSoftBody_ptr_ :: BtAlignedObjectArray_btSoftBody_ptr_ -> (Ptr BtAlignedObjectArray_btSoftBody_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_ptr_ newtype BtAlignedObjectArray_btSoftBody_Anchor_ BtAlignedObjectArray_btSoftBody_Anchor_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Anchor_)) -> BtAlignedObjectArray_btSoftBody_Anchor_ withBtAlignedObjectArray_btSoftBody_Anchor_ :: BtAlignedObjectArray_btSoftBody_Anchor_ -> (Ptr BtAlignedObjectArray_btSoftBody_Anchor_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Anchor_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Anchor_ newtype BtAlignedObjectArray_btSoftBody_Cluster_ptr_ BtAlignedObjectArray_btSoftBody_Cluster_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Cluster_ptr_)) -> BtAlignedObjectArray_btSoftBody_Cluster_ptr_ withBtAlignedObjectArray_btSoftBody_Cluster_ptr_ :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_ -> (Ptr BtAlignedObjectArray_btSoftBody_Cluster_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Cluster_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Cluster_ptr_ newtype BtAlignedObjectArray_btSoftBody_Face_ BtAlignedObjectArray_btSoftBody_Face_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Face_)) -> BtAlignedObjectArray_btSoftBody_Face_ withBtAlignedObjectArray_btSoftBody_Face_ :: BtAlignedObjectArray_btSoftBody_Face_ -> (Ptr BtAlignedObjectArray_btSoftBody_Face_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Face_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Face_ newtype BtAlignedObjectArray_btSoftBody_Joint_ptr_ BtAlignedObjectArray_btSoftBody_Joint_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Joint_ptr_)) -> BtAlignedObjectArray_btSoftBody_Joint_ptr_ withBtAlignedObjectArray_btSoftBody_Joint_ptr_ :: BtAlignedObjectArray_btSoftBody_Joint_ptr_ -> (Ptr BtAlignedObjectArray_btSoftBody_Joint_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Joint_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Joint_ptr_ newtype BtAlignedObjectArray_btSoftBody_Link_ BtAlignedObjectArray_btSoftBody_Link_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Link_)) -> BtAlignedObjectArray_btSoftBody_Link_ withBtAlignedObjectArray_btSoftBody_Link_ :: BtAlignedObjectArray_btSoftBody_Link_ -> (Ptr BtAlignedObjectArray_btSoftBody_Link_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Link_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Link_ newtype BtAlignedObjectArray_btSoftBody_Material_ptr_ BtAlignedObjectArray_btSoftBody_Material_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Material_ptr_)) -> BtAlignedObjectArray_btSoftBody_Material_ptr_ withBtAlignedObjectArray_btSoftBody_Material_ptr_ :: BtAlignedObjectArray_btSoftBody_Material_ptr_ -> (Ptr BtAlignedObjectArray_btSoftBody_Material_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Material_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Material_ptr_ newtype BtAlignedObjectArray_btSoftBody_Node_ptr_ BtAlignedObjectArray_btSoftBody_Node_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Node_ptr_)) -> BtAlignedObjectArray_btSoftBody_Node_ptr_ withBtAlignedObjectArray_btSoftBody_Node_ptr_ :: BtAlignedObjectArray_btSoftBody_Node_ptr_ -> (Ptr BtAlignedObjectArray_btSoftBody_Node_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Node_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Node_ptr_ newtype BtAlignedObjectArray_btSoftBody_Node_ BtAlignedObjectArray_btSoftBody_Node_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Node_)) -> BtAlignedObjectArray_btSoftBody_Node_ withBtAlignedObjectArray_btSoftBody_Node_ :: BtAlignedObjectArray_btSoftBody_Node_ -> (Ptr BtAlignedObjectArray_btSoftBody_Node_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Node_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Node_ newtype BtAlignedObjectArray_btSoftBody_Note_ BtAlignedObjectArray_btSoftBody_Note_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Note_)) -> BtAlignedObjectArray_btSoftBody_Note_ withBtAlignedObjectArray_btSoftBody_Note_ :: BtAlignedObjectArray_btSoftBody_Note_ -> (Ptr BtAlignedObjectArray_btSoftBody_Note_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Note_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Note_ newtype BtAlignedObjectArray_btSoftBody_RContact_ BtAlignedObjectArray_btSoftBody_RContact_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_RContact_)) -> BtAlignedObjectArray_btSoftBody_RContact_ withBtAlignedObjectArray_btSoftBody_RContact_ :: BtAlignedObjectArray_btSoftBody_RContact_ -> (Ptr BtAlignedObjectArray_btSoftBody_RContact_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_RContact_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_RContact_ newtype BtAlignedObjectArray_btSoftBody_SContact_ BtAlignedObjectArray_btSoftBody_SContact_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_SContact_)) -> BtAlignedObjectArray_btSoftBody_SContact_ withBtAlignedObjectArray_btSoftBody_SContact_ :: BtAlignedObjectArray_btSoftBody_SContact_ -> (Ptr BtAlignedObjectArray_btSoftBody_SContact_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_SContact_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_SContact_ newtype BtAlignedObjectArray_btSoftBody_Tetra_ BtAlignedObjectArray_btSoftBody_Tetra_ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_Tetra_)) -> BtAlignedObjectArray_btSoftBody_Tetra_ withBtAlignedObjectArray_btSoftBody_Tetra_ :: BtAlignedObjectArray_btSoftBody_Tetra_ -> (Ptr BtAlignedObjectArray_btSoftBody_Tetra_ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_Tetra_ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_Tetra_ newtype BtAlignedObjectArray_btSoftBody_ePSolver___ BtAlignedObjectArray_btSoftBody_ePSolver___ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_ePSolver___)) -> BtAlignedObjectArray_btSoftBody_ePSolver___ withBtAlignedObjectArray_btSoftBody_ePSolver___ :: BtAlignedObjectArray_btSoftBody_ePSolver___ -> (Ptr BtAlignedObjectArray_btSoftBody_ePSolver___ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_ePSolver___ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_ePSolver___ newtype BtAlignedObjectArray_btSoftBody_eVSolver___ BtAlignedObjectArray_btSoftBody_eVSolver___ :: (ForeignPtr (BtAlignedObjectArray_btSoftBody_eVSolver___)) -> BtAlignedObjectArray_btSoftBody_eVSolver___ withBtAlignedObjectArray_btSoftBody_eVSolver___ :: BtAlignedObjectArray_btSoftBody_eVSolver___ -> (Ptr BtAlignedObjectArray_btSoftBody_eVSolver___ -> IO b) -> IO b mkBtAlignedObjectArray_btSoftBody_eVSolver___ :: Ptr a -> IO BtAlignedObjectArray_btSoftBody_eVSolver___ newtype BtAlignedObjectArray_btSolverConstraint_ BtAlignedObjectArray_btSolverConstraint_ :: (ForeignPtr (BtAlignedObjectArray_btSolverConstraint_)) -> BtAlignedObjectArray_btSolverConstraint_ withBtAlignedObjectArray_btSolverConstraint_ :: BtAlignedObjectArray_btSolverConstraint_ -> (Ptr BtAlignedObjectArray_btSolverConstraint_ -> IO b) -> IO b mkBtAlignedObjectArray_btSolverConstraint_ :: Ptr a -> IO BtAlignedObjectArray_btSolverConstraint_ newtype BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_)) -> BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ withBtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ -> (Ptr BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ newtype BtAlignedObjectArray_btTransform_ BtAlignedObjectArray_btTransform_ :: (ForeignPtr (BtAlignedObjectArray_btTransform_)) -> BtAlignedObjectArray_btTransform_ withBtAlignedObjectArray_btTransform_ :: BtAlignedObjectArray_btTransform_ -> (Ptr BtAlignedObjectArray_btTransform_ -> IO b) -> IO b mkBtAlignedObjectArray_btTransform_ :: Ptr a -> IO BtAlignedObjectArray_btTransform_ newtype BtAlignedObjectArray_btTriangleInfo_ BtAlignedObjectArray_btTriangleInfo_ :: (ForeignPtr (BtAlignedObjectArray_btTriangleInfo_)) -> BtAlignedObjectArray_btTriangleInfo_ withBtAlignedObjectArray_btTriangleInfo_ :: BtAlignedObjectArray_btTriangleInfo_ -> (Ptr BtAlignedObjectArray_btTriangleInfo_ -> IO b) -> IO b mkBtAlignedObjectArray_btTriangleInfo_ :: Ptr a -> IO BtAlignedObjectArray_btTriangleInfo_ newtype BtAlignedObjectArray_btTypedConstraint_ptr_ BtAlignedObjectArray_btTypedConstraint_ptr_ :: (ForeignPtr (BtAlignedObjectArray_btTypedConstraint_ptr_)) -> BtAlignedObjectArray_btTypedConstraint_ptr_ withBtAlignedObjectArray_btTypedConstraint_ptr_ :: BtAlignedObjectArray_btTypedConstraint_ptr_ -> (Ptr BtAlignedObjectArray_btTypedConstraint_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_btTypedConstraint_ptr_ :: Ptr a -> IO BtAlignedObjectArray_btTypedConstraint_ptr_ newtype BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ :: (ForeignPtr (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_)) -> BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ withBtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ -> (Ptr BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ -> IO b) -> IO b mkBtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ :: Ptr a -> IO BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ newtype BtAlignedObjectArray_btVector3_ BtAlignedObjectArray_btVector3_ :: (ForeignPtr (BtAlignedObjectArray_btVector3_)) -> BtAlignedObjectArray_btVector3_ withBtAlignedObjectArray_btVector3_ :: BtAlignedObjectArray_btVector3_ -> (Ptr BtAlignedObjectArray_btVector3_ -> IO b) -> IO b mkBtAlignedObjectArray_btVector3_ :: Ptr a -> IO BtAlignedObjectArray_btVector3_ newtype BtAlignedObjectArray_btWheelInfo_ BtAlignedObjectArray_btWheelInfo_ :: (ForeignPtr (BtAlignedObjectArray_btWheelInfo_)) -> BtAlignedObjectArray_btWheelInfo_ withBtAlignedObjectArray_btWheelInfo_ :: BtAlignedObjectArray_btWheelInfo_ -> (Ptr BtAlignedObjectArray_btWheelInfo_ -> IO b) -> IO b mkBtAlignedObjectArray_btWheelInfo_ :: Ptr a -> IO BtAlignedObjectArray_btWheelInfo_ newtype BtAlignedObjectArray_charconst_ptr_ BtAlignedObjectArray_charconst_ptr_ :: (ForeignPtr (BtAlignedObjectArray_charconst_ptr_)) -> BtAlignedObjectArray_charconst_ptr_ withBtAlignedObjectArray_charconst_ptr_ :: BtAlignedObjectArray_charconst_ptr_ -> (Ptr BtAlignedObjectArray_charconst_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_charconst_ptr_ :: Ptr a -> IO BtAlignedObjectArray_charconst_ptr_ newtype BtAlignedObjectArray_char_ptr_ BtAlignedObjectArray_char_ptr_ :: (ForeignPtr (BtAlignedObjectArray_char_ptr_)) -> BtAlignedObjectArray_char_ptr_ withBtAlignedObjectArray_char_ptr_ :: BtAlignedObjectArray_char_ptr_ -> (Ptr BtAlignedObjectArray_char_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_char_ptr_ :: Ptr a -> IO BtAlignedObjectArray_char_ptr_ newtype BtAlignedObjectArray_float_ BtAlignedObjectArray_float_ :: (ForeignPtr (BtAlignedObjectArray_float_)) -> BtAlignedObjectArray_float_ withBtAlignedObjectArray_float_ :: BtAlignedObjectArray_float_ -> (Ptr BtAlignedObjectArray_float_ -> IO b) -> IO b mkBtAlignedObjectArray_float_ :: Ptr a -> IO BtAlignedObjectArray_float_ newtype BtAlignedObjectArray_int_ BtAlignedObjectArray_int_ :: (ForeignPtr (BtAlignedObjectArray_int_)) -> BtAlignedObjectArray_int_ withBtAlignedObjectArray_int_ :: BtAlignedObjectArray_int_ -> (Ptr BtAlignedObjectArray_int_ -> IO b) -> IO b mkBtAlignedObjectArray_int_ :: Ptr a -> IO BtAlignedObjectArray_int_ newtype BtAlignedObjectArray_short_ptr_ BtAlignedObjectArray_short_ptr_ :: (ForeignPtr (BtAlignedObjectArray_short_ptr_)) -> BtAlignedObjectArray_short_ptr_ withBtAlignedObjectArray_short_ptr_ :: BtAlignedObjectArray_short_ptr_ -> (Ptr BtAlignedObjectArray_short_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_short_ptr_ :: Ptr a -> IO BtAlignedObjectArray_short_ptr_ newtype BtAlignedObjectArray_short_ BtAlignedObjectArray_short_ :: (ForeignPtr (BtAlignedObjectArray_short_)) -> BtAlignedObjectArray_short_ withBtAlignedObjectArray_short_ :: BtAlignedObjectArray_short_ -> (Ptr BtAlignedObjectArray_short_ -> IO b) -> IO b mkBtAlignedObjectArray_short_ :: Ptr a -> IO BtAlignedObjectArray_short_ newtype BtAlignedObjectArray_unsignedint_ BtAlignedObjectArray_unsignedint_ :: (ForeignPtr (BtAlignedObjectArray_unsignedint_)) -> BtAlignedObjectArray_unsignedint_ withBtAlignedObjectArray_unsignedint_ :: BtAlignedObjectArray_unsignedint_ -> (Ptr BtAlignedObjectArray_unsignedint_ -> IO b) -> IO b mkBtAlignedObjectArray_unsignedint_ :: Ptr a -> IO BtAlignedObjectArray_unsignedint_ newtype BtAlignedObjectArray_unsignedshort_ BtAlignedObjectArray_unsignedshort_ :: (ForeignPtr (BtAlignedObjectArray_unsignedshort_)) -> BtAlignedObjectArray_unsignedshort_ withBtAlignedObjectArray_unsignedshort_ :: BtAlignedObjectArray_unsignedshort_ -> (Ptr BtAlignedObjectArray_unsignedshort_ -> IO b) -> IO b mkBtAlignedObjectArray_unsignedshort_ :: Ptr a -> IO BtAlignedObjectArray_unsignedshort_ newtype BtAlignedObjectArray_void_ptr_ BtAlignedObjectArray_void_ptr_ :: (ForeignPtr (BtAlignedObjectArray_void_ptr_)) -> BtAlignedObjectArray_void_ptr_ withBtAlignedObjectArray_void_ptr_ :: BtAlignedObjectArray_void_ptr_ -> (Ptr BtAlignedObjectArray_void_ptr_ -> IO b) -> IO b mkBtAlignedObjectArray_void_ptr_ :: Ptr a -> IO BtAlignedObjectArray_void_ptr_ newtype BtAngularLimit BtAngularLimit :: (ForeignPtr (BtAngularLimit)) -> BtAngularLimit withBtAngularLimit :: BtAngularLimit -> (Ptr BtAngularLimit -> IO b) -> IO b mkBtAngularLimit :: Ptr a -> IO BtAngularLimit newtype BtAxisSweep3 BtAxisSweep3 :: (ForeignPtr (BtAxisSweep3)) -> BtAxisSweep3 withBtAxisSweep3 :: BtAxisSweep3 -> (Ptr BtAxisSweep3 -> IO b) -> IO b mkBtAxisSweep3 :: Ptr a -> IO BtAxisSweep3 newtype BtAxisSweep3Internal_unsignedint_ BtAxisSweep3Internal_unsignedint_ :: (ForeignPtr (BtAxisSweep3Internal_unsignedint_)) -> BtAxisSweep3Internal_unsignedint_ withBtAxisSweep3Internal_unsignedint_ :: BtAxisSweep3Internal_unsignedint_ -> (Ptr BtAxisSweep3Internal_unsignedint_ -> IO b) -> IO b mkBtAxisSweep3Internal_unsignedint_ :: Ptr a -> IO BtAxisSweep3Internal_unsignedint_ newtype BtAxisSweep3Internal_unsignedshort_ BtAxisSweep3Internal_unsignedshort_ :: (ForeignPtr (BtAxisSweep3Internal_unsignedshort_)) -> BtAxisSweep3Internal_unsignedshort_ withBtAxisSweep3Internal_unsignedshort_ :: BtAxisSweep3Internal_unsignedshort_ -> (Ptr BtAxisSweep3Internal_unsignedshort_ -> IO b) -> IO b mkBtAxisSweep3Internal_unsignedshort_ :: Ptr a -> IO BtAxisSweep3Internal_unsignedshort_ newtype BtBU_Simplex1to4 BtBU_Simplex1to4 :: (ForeignPtr (BtBU_Simplex1to4)) -> BtBU_Simplex1to4 withBtBU_Simplex1to4 :: BtBU_Simplex1to4 -> (Ptr BtBU_Simplex1to4 -> IO b) -> IO b mkBtBU_Simplex1to4 :: Ptr a -> IO BtBU_Simplex1to4 newtype BtBlock BtBlock :: (ForeignPtr (BtBlock)) -> BtBlock withBtBlock :: BtBlock -> (Ptr BtBlock -> IO b) -> IO b mkBtBlock :: Ptr a -> IO BtBlock newtype BtBoxShape BtBoxShape :: (ForeignPtr (BtBoxShape)) -> BtBoxShape withBtBoxShape :: BtBoxShape -> (Ptr BtBoxShape -> IO b) -> IO b mkBtBoxShape :: Ptr a -> IO BtBoxShape newtype BtMultiSapBroadphase_btBridgeProxy BtMultiSapBroadphase_btBridgeProxy :: (ForeignPtr (BtMultiSapBroadphase_btBridgeProxy)) -> BtMultiSapBroadphase_btBridgeProxy withBtMultiSapBroadphase_btBridgeProxy :: BtMultiSapBroadphase_btBridgeProxy -> (Ptr BtMultiSapBroadphase_btBridgeProxy -> IO b) -> IO b mkBtMultiSapBroadphase_btBridgeProxy :: Ptr a -> IO BtMultiSapBroadphase_btBridgeProxy newtype BtBroadphaseAabbCallback BtBroadphaseAabbCallback :: (ForeignPtr (BtBroadphaseAabbCallback)) -> BtBroadphaseAabbCallback withBtBroadphaseAabbCallback :: BtBroadphaseAabbCallback -> (Ptr BtBroadphaseAabbCallback -> IO b) -> IO b mkBtBroadphaseAabbCallback :: Ptr a -> IO BtBroadphaseAabbCallback newtype BtBroadphaseInterface BtBroadphaseInterface :: (ForeignPtr (BtBroadphaseInterface)) -> BtBroadphaseInterface withBtBroadphaseInterface :: BtBroadphaseInterface -> (Ptr BtBroadphaseInterface -> IO b) -> IO b mkBtBroadphaseInterface :: Ptr a -> IO BtBroadphaseInterface newtype BtBroadphasePair BtBroadphasePair :: (ForeignPtr (BtBroadphasePair)) -> BtBroadphasePair withBtBroadphasePair :: BtBroadphasePair -> (Ptr BtBroadphasePair -> IO b) -> IO b mkBtBroadphasePair :: Ptr a -> IO BtBroadphasePair newtype BtBroadphasePairSortPredicate BtBroadphasePairSortPredicate :: (ForeignPtr (BtBroadphasePairSortPredicate)) -> BtBroadphasePairSortPredicate withBtBroadphasePairSortPredicate :: BtBroadphasePairSortPredicate -> (Ptr BtBroadphasePairSortPredicate -> IO b) -> IO b mkBtBroadphasePairSortPredicate :: Ptr a -> IO BtBroadphasePairSortPredicate newtype BtBroadphaseProxy BtBroadphaseProxy :: (ForeignPtr (BtBroadphaseProxy)) -> BtBroadphaseProxy withBtBroadphaseProxy :: BtBroadphaseProxy -> (Ptr BtBroadphaseProxy -> IO b) -> IO b mkBtBroadphaseProxy :: Ptr a -> IO BtBroadphaseProxy newtype BtBroadphaseRayCallback BtBroadphaseRayCallback :: (ForeignPtr (BtBroadphaseRayCallback)) -> BtBroadphaseRayCallback withBtBroadphaseRayCallback :: BtBroadphaseRayCallback -> (Ptr BtBroadphaseRayCallback -> IO b) -> IO b mkBtBroadphaseRayCallback :: Ptr a -> IO BtBroadphaseRayCallback newtype BtBvhSubtreeInfo BtBvhSubtreeInfo :: (ForeignPtr (BtBvhSubtreeInfo)) -> BtBvhSubtreeInfo withBtBvhSubtreeInfo :: BtBvhSubtreeInfo -> (Ptr BtBvhSubtreeInfo -> IO b) -> IO b mkBtBvhSubtreeInfo :: Ptr a -> IO BtBvhSubtreeInfo newtype BtBvhSubtreeInfoData BtBvhSubtreeInfoData :: (ForeignPtr (BtBvhSubtreeInfoData)) -> BtBvhSubtreeInfoData withBtBvhSubtreeInfoData :: BtBvhSubtreeInfoData -> (Ptr BtBvhSubtreeInfoData -> IO b) -> IO b mkBtBvhSubtreeInfoData :: Ptr a -> IO BtBvhSubtreeInfoData newtype BtBvhTree BtBvhTree :: (ForeignPtr (BtBvhTree)) -> BtBvhTree withBtBvhTree :: BtBvhTree -> (Ptr BtBvhTree -> IO b) -> IO b mkBtBvhTree :: Ptr a -> IO BtBvhTree newtype BtBvhTriangleMeshShape BtBvhTriangleMeshShape :: (ForeignPtr (BtBvhTriangleMeshShape)) -> BtBvhTriangleMeshShape withBtBvhTriangleMeshShape :: BtBvhTriangleMeshShape -> (Ptr BtBvhTriangleMeshShape -> IO b) -> IO b mkBtBvhTriangleMeshShape :: Ptr a -> IO BtBvhTriangleMeshShape newtype BtCapsuleShape BtCapsuleShape :: (ForeignPtr (BtCapsuleShape)) -> BtCapsuleShape withBtCapsuleShape :: BtCapsuleShape -> (Ptr BtCapsuleShape -> IO b) -> IO b mkBtCapsuleShape :: Ptr a -> IO BtCapsuleShape newtype BtCapsuleShapeData BtCapsuleShapeData :: (ForeignPtr (BtCapsuleShapeData)) -> BtCapsuleShapeData withBtCapsuleShapeData :: BtCapsuleShapeData -> (Ptr BtCapsuleShapeData -> IO b) -> IO b mkBtCapsuleShapeData :: Ptr a -> IO BtCapsuleShapeData newtype BtCapsuleShapeX BtCapsuleShapeX :: (ForeignPtr (BtCapsuleShapeX)) -> BtCapsuleShapeX withBtCapsuleShapeX :: BtCapsuleShapeX -> (Ptr BtCapsuleShapeX -> IO b) -> IO b mkBtCapsuleShapeX :: Ptr a -> IO BtCapsuleShapeX newtype BtCapsuleShapeZ BtCapsuleShapeZ :: (ForeignPtr (BtCapsuleShapeZ)) -> BtCapsuleShapeZ withBtCapsuleShapeZ :: BtCapsuleShapeZ -> (Ptr BtCapsuleShapeZ -> IO b) -> IO b mkBtCapsuleShapeZ :: Ptr a -> IO BtCapsuleShapeZ newtype BtCharIndexTripletData BtCharIndexTripletData :: (ForeignPtr (BtCharIndexTripletData)) -> BtCharIndexTripletData withBtCharIndexTripletData :: BtCharIndexTripletData -> (Ptr BtCharIndexTripletData -> IO b) -> IO b mkBtCharIndexTripletData :: Ptr a -> IO BtCharIndexTripletData newtype BtChunk BtChunk :: (ForeignPtr (BtChunk)) -> BtChunk withBtChunk :: BtChunk -> (Ptr BtChunk -> IO b) -> IO b mkBtChunk :: Ptr a -> IO BtChunk newtype BtClock BtClock :: (ForeignPtr (BtClock)) -> BtClock withBtClock :: BtClock -> (Ptr BtClock -> IO b) -> IO b mkBtClock :: Ptr a -> IO BtClock newtype BtCollisionAlgorithm BtCollisionAlgorithm :: (ForeignPtr (BtCollisionAlgorithm)) -> BtCollisionAlgorithm withBtCollisionAlgorithm :: BtCollisionAlgorithm -> (Ptr BtCollisionAlgorithm -> IO b) -> IO b mkBtCollisionAlgorithm :: Ptr a -> IO BtCollisionAlgorithm newtype BtCollisionAlgorithmConstructionInfo BtCollisionAlgorithmConstructionInfo :: (ForeignPtr (BtCollisionAlgorithmConstructionInfo)) -> BtCollisionAlgorithmConstructionInfo withBtCollisionAlgorithmConstructionInfo :: BtCollisionAlgorithmConstructionInfo -> (Ptr BtCollisionAlgorithmConstructionInfo -> IO b) -> IO b mkBtCollisionAlgorithmConstructionInfo :: Ptr a -> IO BtCollisionAlgorithmConstructionInfo newtype BtCollisionAlgorithmCreateFunc BtCollisionAlgorithmCreateFunc :: (ForeignPtr (BtCollisionAlgorithmCreateFunc)) -> BtCollisionAlgorithmCreateFunc withBtCollisionAlgorithmCreateFunc :: BtCollisionAlgorithmCreateFunc -> (Ptr BtCollisionAlgorithmCreateFunc -> IO b) -> IO b mkBtCollisionAlgorithmCreateFunc :: Ptr a -> IO BtCollisionAlgorithmCreateFunc newtype BtCollisionConfiguration BtCollisionConfiguration :: (ForeignPtr (BtCollisionConfiguration)) -> BtCollisionConfiguration withBtCollisionConfiguration :: BtCollisionConfiguration -> (Ptr BtCollisionConfiguration -> IO b) -> IO b mkBtCollisionConfiguration :: Ptr a -> IO BtCollisionConfiguration newtype BtCollisionDispatcher BtCollisionDispatcher :: (ForeignPtr (BtCollisionDispatcher)) -> BtCollisionDispatcher withBtCollisionDispatcher :: BtCollisionDispatcher -> (Ptr BtCollisionDispatcher -> IO b) -> IO b mkBtCollisionDispatcher :: Ptr a -> IO BtCollisionDispatcher newtype BtCollisionObject BtCollisionObject :: (ForeignPtr (BtCollisionObject)) -> BtCollisionObject withBtCollisionObject :: BtCollisionObject -> (Ptr BtCollisionObject -> IO b) -> IO b mkBtCollisionObject :: Ptr a -> IO BtCollisionObject newtype BtCollisionObjectDoubleData BtCollisionObjectDoubleData :: (ForeignPtr (BtCollisionObjectDoubleData)) -> BtCollisionObjectDoubleData withBtCollisionObjectDoubleData :: BtCollisionObjectDoubleData -> (Ptr BtCollisionObjectDoubleData -> IO b) -> IO b mkBtCollisionObjectDoubleData :: Ptr a -> IO BtCollisionObjectDoubleData newtype BtCollisionObjectFloatData BtCollisionObjectFloatData :: (ForeignPtr (BtCollisionObjectFloatData)) -> BtCollisionObjectFloatData withBtCollisionObjectFloatData :: BtCollisionObjectFloatData -> (Ptr BtCollisionObjectFloatData -> IO b) -> IO b mkBtCollisionObjectFloatData :: Ptr a -> IO BtCollisionObjectFloatData newtype BtCollisionShape BtCollisionShape :: (ForeignPtr (BtCollisionShape)) -> BtCollisionShape withBtCollisionShape :: BtCollisionShape -> (Ptr BtCollisionShape -> IO b) -> IO b mkBtCollisionShape :: Ptr a -> IO BtCollisionShape newtype BtCollisionShapeData BtCollisionShapeData :: (ForeignPtr (BtCollisionShapeData)) -> BtCollisionShapeData withBtCollisionShapeData :: BtCollisionShapeData -> (Ptr BtCollisionShapeData -> IO b) -> IO b mkBtCollisionShapeData :: Ptr a -> IO BtCollisionShapeData newtype BtCollisionWorld BtCollisionWorld :: (ForeignPtr (BtCollisionWorld)) -> BtCollisionWorld withBtCollisionWorld :: BtCollisionWorld -> (Ptr BtCollisionWorld -> IO b) -> IO b mkBtCollisionWorld :: Ptr a -> IO BtCollisionWorld newtype BtCompoundShape BtCompoundShape :: (ForeignPtr (BtCompoundShape)) -> BtCompoundShape withBtCompoundShape :: BtCompoundShape -> (Ptr BtCompoundShape -> IO b) -> IO b mkBtCompoundShape :: Ptr a -> IO BtCompoundShape newtype BtCompoundShapeChild BtCompoundShapeChild :: (ForeignPtr (BtCompoundShapeChild)) -> BtCompoundShapeChild withBtCompoundShapeChild :: BtCompoundShapeChild -> (Ptr BtCompoundShapeChild -> IO b) -> IO b mkBtCompoundShapeChild :: Ptr a -> IO BtCompoundShapeChild newtype BtCompoundShapeChildData BtCompoundShapeChildData :: (ForeignPtr (BtCompoundShapeChildData)) -> BtCompoundShapeChildData withBtCompoundShapeChildData :: BtCompoundShapeChildData -> (Ptr BtCompoundShapeChildData -> IO b) -> IO b mkBtCompoundShapeChildData :: Ptr a -> IO BtCompoundShapeChildData newtype BtCompoundShapeData BtCompoundShapeData :: (ForeignPtr (BtCompoundShapeData)) -> BtCompoundShapeData withBtCompoundShapeData :: BtCompoundShapeData -> (Ptr BtCompoundShapeData -> IO b) -> IO b mkBtCompoundShapeData :: Ptr a -> IO BtCompoundShapeData newtype BtConcaveShape BtConcaveShape :: (ForeignPtr (BtConcaveShape)) -> BtConcaveShape withBtConcaveShape :: BtConcaveShape -> (Ptr BtConcaveShape -> IO b) -> IO b mkBtConcaveShape :: Ptr a -> IO BtConcaveShape newtype BtConeShape BtConeShape :: (ForeignPtr (BtConeShape)) -> BtConeShape withBtConeShape :: BtConeShape -> (Ptr BtConeShape -> IO b) -> IO b mkBtConeShape :: Ptr a -> IO BtConeShape newtype BtConeShapeX BtConeShapeX :: (ForeignPtr (BtConeShapeX)) -> BtConeShapeX withBtConeShapeX :: BtConeShapeX -> (Ptr BtConeShapeX -> IO b) -> IO b mkBtConeShapeX :: Ptr a -> IO BtConeShapeX newtype BtConeShapeZ BtConeShapeZ :: (ForeignPtr (BtConeShapeZ)) -> BtConeShapeZ withBtConeShapeZ :: BtConeShapeZ -> (Ptr BtConeShapeZ -> IO b) -> IO b mkBtConeShapeZ :: Ptr a -> IO BtConeShapeZ newtype BtConeTwistConstraint BtConeTwistConstraint :: (ForeignPtr (BtConeTwistConstraint)) -> BtConeTwistConstraint withBtConeTwistConstraint :: BtConeTwistConstraint -> (Ptr BtConeTwistConstraint -> IO b) -> IO b mkBtConeTwistConstraint :: Ptr a -> IO BtConeTwistConstraint newtype BtConeTwistConstraintData BtConeTwistConstraintData :: (ForeignPtr (BtConeTwistConstraintData)) -> BtConeTwistConstraintData withBtConeTwistConstraintData :: BtConeTwistConstraintData -> (Ptr BtConeTwistConstraintData -> IO b) -> IO b mkBtConeTwistConstraintData :: Ptr a -> IO BtConeTwistConstraintData newtype BtTypedConstraint_btConstraintInfo1 BtTypedConstraint_btConstraintInfo1 :: (ForeignPtr (BtTypedConstraint_btConstraintInfo1)) -> BtTypedConstraint_btConstraintInfo1 withBtTypedConstraint_btConstraintInfo1 :: BtTypedConstraint_btConstraintInfo1 -> (Ptr BtTypedConstraint_btConstraintInfo1 -> IO b) -> IO b mkBtTypedConstraint_btConstraintInfo1 :: Ptr a -> IO BtTypedConstraint_btConstraintInfo1 newtype BtTypedConstraint_btConstraintInfo2 BtTypedConstraint_btConstraintInfo2 :: (ForeignPtr (BtTypedConstraint_btConstraintInfo2)) -> BtTypedConstraint_btConstraintInfo2 withBtTypedConstraint_btConstraintInfo2 :: BtTypedConstraint_btConstraintInfo2 -> (Ptr BtTypedConstraint_btConstraintInfo2 -> IO b) -> IO b mkBtTypedConstraint_btConstraintInfo2 :: Ptr a -> IO BtTypedConstraint_btConstraintInfo2 newtype BtConstraintRow BtConstraintRow :: (ForeignPtr (BtConstraintRow)) -> BtConstraintRow withBtConstraintRow :: BtConstraintRow -> (Ptr BtConstraintRow -> IO b) -> IO b mkBtConstraintRow :: Ptr a -> IO BtConstraintRow newtype BtConstraintSetting BtConstraintSetting :: (ForeignPtr (BtConstraintSetting)) -> BtConstraintSetting withBtConstraintSetting :: BtConstraintSetting -> (Ptr BtConstraintSetting -> IO b) -> IO b mkBtConstraintSetting :: Ptr a -> IO BtConstraintSetting newtype BtConstraintSolver BtConstraintSolver :: (ForeignPtr (BtConstraintSolver)) -> BtConstraintSolver withBtConstraintSolver :: BtConstraintSolver -> (Ptr BtConstraintSolver -> IO b) -> IO b mkBtConstraintSolver :: Ptr a -> IO BtConstraintSolver newtype BtContactConstraint BtContactConstraint :: (ForeignPtr (BtContactConstraint)) -> BtContactConstraint withBtContactConstraint :: BtContactConstraint -> (Ptr BtContactConstraint -> IO b) -> IO b mkBtContactConstraint :: Ptr a -> IO BtContactConstraint newtype BtContactSolverInfo BtContactSolverInfo :: (ForeignPtr (BtContactSolverInfo)) -> BtContactSolverInfo withBtContactSolverInfo :: BtContactSolverInfo -> (Ptr BtContactSolverInfo -> IO b) -> IO b mkBtContactSolverInfo :: Ptr a -> IO BtContactSolverInfo newtype BtContactSolverInfoData BtContactSolverInfoData :: (ForeignPtr (BtContactSolverInfoData)) -> BtContactSolverInfoData withBtContactSolverInfoData :: BtContactSolverInfoData -> (Ptr BtContactSolverInfoData -> IO b) -> IO b mkBtContactSolverInfoData :: Ptr a -> IO BtContactSolverInfoData newtype BtConvexConvexAlgorithm BtConvexConvexAlgorithm :: (ForeignPtr (BtConvexConvexAlgorithm)) -> BtConvexConvexAlgorithm withBtConvexConvexAlgorithm :: BtConvexConvexAlgorithm -> (Ptr BtConvexConvexAlgorithm -> IO b) -> IO b mkBtConvexConvexAlgorithm :: Ptr a -> IO BtConvexConvexAlgorithm newtype BtConvexHullShape BtConvexHullShape :: (ForeignPtr (BtConvexHullShape)) -> BtConvexHullShape withBtConvexHullShape :: BtConvexHullShape -> (Ptr BtConvexHullShape -> IO b) -> IO b mkBtConvexHullShape :: Ptr a -> IO BtConvexHullShape newtype BtConvexHullShapeData BtConvexHullShapeData :: (ForeignPtr (BtConvexHullShapeData)) -> BtConvexHullShapeData withBtConvexHullShapeData :: BtConvexHullShapeData -> (Ptr BtConvexHullShapeData -> IO b) -> IO b mkBtConvexHullShapeData :: Ptr a -> IO BtConvexHullShapeData newtype BtConvexInternalAabbCachingShape BtConvexInternalAabbCachingShape :: (ForeignPtr (BtConvexInternalAabbCachingShape)) -> BtConvexInternalAabbCachingShape withBtConvexInternalAabbCachingShape :: BtConvexInternalAabbCachingShape -> (Ptr BtConvexInternalAabbCachingShape -> IO b) -> IO b mkBtConvexInternalAabbCachingShape :: Ptr a -> IO BtConvexInternalAabbCachingShape newtype BtConvexInternalShape BtConvexInternalShape :: (ForeignPtr (BtConvexInternalShape)) -> BtConvexInternalShape withBtConvexInternalShape :: BtConvexInternalShape -> (Ptr BtConvexInternalShape -> IO b) -> IO b mkBtConvexInternalShape :: Ptr a -> IO BtConvexInternalShape newtype BtConvexInternalShapeData BtConvexInternalShapeData :: (ForeignPtr (BtConvexInternalShapeData)) -> BtConvexInternalShapeData withBtConvexInternalShapeData :: BtConvexInternalShapeData -> (Ptr BtConvexInternalShapeData -> IO b) -> IO b mkBtConvexInternalShapeData :: Ptr a -> IO BtConvexInternalShapeData newtype BtConvexSeparatingDistanceUtil BtConvexSeparatingDistanceUtil :: (ForeignPtr (BtConvexSeparatingDistanceUtil)) -> BtConvexSeparatingDistanceUtil withBtConvexSeparatingDistanceUtil :: BtConvexSeparatingDistanceUtil -> (Ptr BtConvexSeparatingDistanceUtil -> IO b) -> IO b mkBtConvexSeparatingDistanceUtil :: Ptr a -> IO BtConvexSeparatingDistanceUtil newtype BtConvexShape BtConvexShape :: (ForeignPtr (BtConvexShape)) -> BtConvexShape withBtConvexShape :: BtConvexShape -> (Ptr BtConvexShape -> IO b) -> IO b mkBtConvexShape :: Ptr a -> IO BtConvexShape newtype BtConvexTriangleMeshShape BtConvexTriangleMeshShape :: (ForeignPtr (BtConvexTriangleMeshShape)) -> BtConvexTriangleMeshShape withBtConvexTriangleMeshShape :: BtConvexTriangleMeshShape -> (Ptr BtConvexTriangleMeshShape -> IO b) -> IO b mkBtConvexTriangleMeshShape :: Ptr a -> IO BtConvexTriangleMeshShape newtype BtCylinderShape BtCylinderShape :: (ForeignPtr (BtCylinderShape)) -> BtCylinderShape withBtCylinderShape :: BtCylinderShape -> (Ptr BtCylinderShape -> IO b) -> IO b mkBtCylinderShape :: Ptr a -> IO BtCylinderShape newtype BtCylinderShapeData BtCylinderShapeData :: (ForeignPtr (BtCylinderShapeData)) -> BtCylinderShapeData withBtCylinderShapeData :: BtCylinderShapeData -> (Ptr BtCylinderShapeData -> IO b) -> IO b mkBtCylinderShapeData :: Ptr a -> IO BtCylinderShapeData newtype BtCylinderShapeX BtCylinderShapeX :: (ForeignPtr (BtCylinderShapeX)) -> BtCylinderShapeX withBtCylinderShapeX :: BtCylinderShapeX -> (Ptr BtCylinderShapeX -> IO b) -> IO b mkBtCylinderShapeX :: Ptr a -> IO BtCylinderShapeX newtype BtCylinderShapeZ BtCylinderShapeZ :: (ForeignPtr (BtCylinderShapeZ)) -> BtCylinderShapeZ withBtCylinderShapeZ :: BtCylinderShapeZ -> (Ptr BtCylinderShapeZ -> IO b) -> IO b mkBtCylinderShapeZ :: Ptr a -> IO BtCylinderShapeZ newtype BtDbvt BtDbvt :: (ForeignPtr (BtDbvt)) -> BtDbvt withBtDbvt :: BtDbvt -> (Ptr BtDbvt -> IO b) -> IO b mkBtDbvt :: Ptr a -> IO BtDbvt newtype BtDbvtAabbMm BtDbvtAabbMm :: (ForeignPtr (BtDbvtAabbMm)) -> BtDbvtAabbMm withBtDbvtAabbMm :: BtDbvtAabbMm -> (Ptr BtDbvtAabbMm -> IO b) -> IO b mkBtDbvtAabbMm :: Ptr a -> IO BtDbvtAabbMm newtype BtDbvtBroadphase BtDbvtBroadphase :: (ForeignPtr (BtDbvtBroadphase)) -> BtDbvtBroadphase withBtDbvtBroadphase :: BtDbvtBroadphase -> (Ptr BtDbvtBroadphase -> IO b) -> IO b mkBtDbvtBroadphase :: Ptr a -> IO BtDbvtBroadphase newtype BtDbvtNode BtDbvtNode :: (ForeignPtr (BtDbvtNode)) -> BtDbvtNode withBtDbvtNode :: BtDbvtNode -> (Ptr BtDbvtNode -> IO b) -> IO b mkBtDbvtNode :: Ptr a -> IO BtDbvtNode newtype BtDbvtProxy BtDbvtProxy :: (ForeignPtr (BtDbvtProxy)) -> BtDbvtProxy withBtDbvtProxy :: BtDbvtProxy -> (Ptr BtDbvtProxy -> IO b) -> IO b mkBtDbvtProxy :: Ptr a -> IO BtDbvtProxy newtype BtDefaultCollisionConfiguration BtDefaultCollisionConfiguration :: (ForeignPtr (BtDefaultCollisionConfiguration)) -> BtDefaultCollisionConfiguration withBtDefaultCollisionConfiguration :: BtDefaultCollisionConfiguration -> (Ptr BtDefaultCollisionConfiguration -> IO b) -> IO b mkBtDefaultCollisionConfiguration :: Ptr a -> IO BtDefaultCollisionConfiguration newtype BtDefaultCollisionConstructionInfo BtDefaultCollisionConstructionInfo :: (ForeignPtr (BtDefaultCollisionConstructionInfo)) -> BtDefaultCollisionConstructionInfo withBtDefaultCollisionConstructionInfo :: BtDefaultCollisionConstructionInfo -> (Ptr BtDefaultCollisionConstructionInfo -> IO b) -> IO b mkBtDefaultCollisionConstructionInfo :: Ptr a -> IO BtDefaultCollisionConstructionInfo newtype BtDefaultMotionState BtDefaultMotionState :: (ForeignPtr (BtDefaultMotionState)) -> BtDefaultMotionState withBtDefaultMotionState :: BtDefaultMotionState -> (Ptr BtDefaultMotionState -> IO b) -> IO b mkBtDefaultMotionState :: Ptr a -> IO BtDefaultMotionState newtype BtDefaultSerializer BtDefaultSerializer :: (ForeignPtr (BtDefaultSerializer)) -> BtDefaultSerializer withBtDefaultSerializer :: BtDefaultSerializer -> (Ptr BtDefaultSerializer -> IO b) -> IO b mkBtDefaultSerializer :: Ptr a -> IO BtDefaultSerializer newtype BtDefaultVehicleRaycaster BtDefaultVehicleRaycaster :: (ForeignPtr (BtDefaultVehicleRaycaster)) -> BtDefaultVehicleRaycaster withBtDefaultVehicleRaycaster :: BtDefaultVehicleRaycaster -> (Ptr BtDefaultVehicleRaycaster -> IO b) -> IO b mkBtDefaultVehicleRaycaster :: Ptr a -> IO BtDefaultVehicleRaycaster newtype BtDiscreteCollisionDetectorInterface BtDiscreteCollisionDetectorInterface :: (ForeignPtr (BtDiscreteCollisionDetectorInterface)) -> BtDiscreteCollisionDetectorInterface withBtDiscreteCollisionDetectorInterface :: BtDiscreteCollisionDetectorInterface -> (Ptr BtDiscreteCollisionDetectorInterface -> IO b) -> IO b mkBtDiscreteCollisionDetectorInterface :: Ptr a -> IO BtDiscreteCollisionDetectorInterface newtype BtDiscreteDynamicsWorld BtDiscreteDynamicsWorld :: (ForeignPtr (BtDiscreteDynamicsWorld)) -> BtDiscreteDynamicsWorld withBtDiscreteDynamicsWorld :: BtDiscreteDynamicsWorld -> (Ptr BtDiscreteDynamicsWorld -> IO b) -> IO b mkBtDiscreteDynamicsWorld :: Ptr a -> IO BtDiscreteDynamicsWorld newtype BtDispatcher BtDispatcher :: (ForeignPtr (BtDispatcher)) -> BtDispatcher withBtDispatcher :: BtDispatcher -> (Ptr BtDispatcher -> IO b) -> IO b mkBtDispatcher :: Ptr a -> IO BtDispatcher newtype BtDispatcherInfo BtDispatcherInfo :: (ForeignPtr (BtDispatcherInfo)) -> BtDispatcherInfo withBtDispatcherInfo :: BtDispatcherInfo -> (Ptr BtDispatcherInfo -> IO b) -> IO b mkBtDispatcherInfo :: Ptr a -> IO BtDispatcherInfo newtype BtDynamicsWorld BtDynamicsWorld :: (ForeignPtr (BtDynamicsWorld)) -> BtDynamicsWorld withBtDynamicsWorld :: BtDynamicsWorld -> (Ptr BtDynamicsWorld -> IO b) -> IO b mkBtDynamicsWorld :: Ptr a -> IO BtDynamicsWorld newtype BtEmptyShape BtEmptyShape :: (ForeignPtr (BtEmptyShape)) -> BtEmptyShape withBtEmptyShape :: BtEmptyShape -> (Ptr BtEmptyShape -> IO b) -> IO b mkBtEmptyShape :: Ptr a -> IO BtEmptyShape newtype BtGImpactBvh BtGImpactBvh :: (ForeignPtr (BtGImpactBvh)) -> BtGImpactBvh withBtGImpactBvh :: BtGImpactBvh -> (Ptr BtGImpactBvh -> IO b) -> IO b mkBtGImpactBvh :: Ptr a -> IO BtGImpactBvh newtype BtGImpactCollisionAlgorithm BtGImpactCollisionAlgorithm :: (ForeignPtr (BtGImpactCollisionAlgorithm)) -> BtGImpactCollisionAlgorithm withBtGImpactCollisionAlgorithm :: BtGImpactCollisionAlgorithm -> (Ptr BtGImpactCollisionAlgorithm -> IO b) -> IO b mkBtGImpactCollisionAlgorithm :: Ptr a -> IO BtGImpactCollisionAlgorithm newtype BtGImpactCompoundShape BtGImpactCompoundShape :: (ForeignPtr (BtGImpactCompoundShape)) -> BtGImpactCompoundShape withBtGImpactCompoundShape :: BtGImpactCompoundShape -> (Ptr BtGImpactCompoundShape -> IO b) -> IO b mkBtGImpactCompoundShape :: Ptr a -> IO BtGImpactCompoundShape newtype BtGImpactMeshShape BtGImpactMeshShape :: (ForeignPtr (BtGImpactMeshShape)) -> BtGImpactMeshShape withBtGImpactMeshShape :: BtGImpactMeshShape -> (Ptr BtGImpactMeshShape -> IO b) -> IO b mkBtGImpactMeshShape :: Ptr a -> IO BtGImpactMeshShape newtype BtGImpactMeshShapeData BtGImpactMeshShapeData :: (ForeignPtr (BtGImpactMeshShapeData)) -> BtGImpactMeshShapeData withBtGImpactMeshShapeData :: BtGImpactMeshShapeData -> (Ptr BtGImpactMeshShapeData -> IO b) -> IO b mkBtGImpactMeshShapeData :: Ptr a -> IO BtGImpactMeshShapeData newtype BtGImpactMeshShapePart BtGImpactMeshShapePart :: (ForeignPtr (BtGImpactMeshShapePart)) -> BtGImpactMeshShapePart withBtGImpactMeshShapePart :: BtGImpactMeshShapePart -> (Ptr BtGImpactMeshShapePart -> IO b) -> IO b mkBtGImpactMeshShapePart :: Ptr a -> IO BtGImpactMeshShapePart newtype BtGImpactQuantizedBvh BtGImpactQuantizedBvh :: (ForeignPtr (BtGImpactQuantizedBvh)) -> BtGImpactQuantizedBvh withBtGImpactQuantizedBvh :: BtGImpactQuantizedBvh -> (Ptr BtGImpactQuantizedBvh -> IO b) -> IO b mkBtGImpactQuantizedBvh :: Ptr a -> IO BtGImpactQuantizedBvh newtype BtGImpactShapeInterface BtGImpactShapeInterface :: (ForeignPtr (BtGImpactShapeInterface)) -> BtGImpactShapeInterface withBtGImpactShapeInterface :: BtGImpactShapeInterface -> (Ptr BtGImpactShapeInterface -> IO b) -> IO b mkBtGImpactShapeInterface :: Ptr a -> IO BtGImpactShapeInterface newtype BtGLDebugDrawer BtGLDebugDrawer :: (ForeignPtr (BtGLDebugDrawer)) -> BtGLDebugDrawer withBtGLDebugDrawer :: BtGLDebugDrawer -> (Ptr BtGLDebugDrawer -> IO b) -> IO b mkBtGLDebugDrawer :: Ptr a -> IO BtGLDebugDrawer newtype BtGeneric6DofConstraint BtGeneric6DofConstraint :: (ForeignPtr (BtGeneric6DofConstraint)) -> BtGeneric6DofConstraint withBtGeneric6DofConstraint :: BtGeneric6DofConstraint -> (Ptr BtGeneric6DofConstraint -> IO b) -> IO b mkBtGeneric6DofConstraint :: Ptr a -> IO BtGeneric6DofConstraint newtype BtGeneric6DofConstraintData BtGeneric6DofConstraintData :: (ForeignPtr (BtGeneric6DofConstraintData)) -> BtGeneric6DofConstraintData withBtGeneric6DofConstraintData :: BtGeneric6DofConstraintData -> (Ptr BtGeneric6DofConstraintData -> IO b) -> IO b mkBtGeneric6DofConstraintData :: Ptr a -> IO BtGeneric6DofConstraintData newtype BtGeneric6DofSpringConstraint BtGeneric6DofSpringConstraint :: (ForeignPtr (BtGeneric6DofSpringConstraint)) -> BtGeneric6DofSpringConstraint withBtGeneric6DofSpringConstraint :: BtGeneric6DofSpringConstraint -> (Ptr BtGeneric6DofSpringConstraint -> IO b) -> IO b mkBtGeneric6DofSpringConstraint :: Ptr a -> IO BtGeneric6DofSpringConstraint newtype BtGeneric6DofSpringConstraintData BtGeneric6DofSpringConstraintData :: (ForeignPtr (BtGeneric6DofSpringConstraintData)) -> BtGeneric6DofSpringConstraintData withBtGeneric6DofSpringConstraintData :: BtGeneric6DofSpringConstraintData -> (Ptr BtGeneric6DofSpringConstraintData -> IO b) -> IO b mkBtGeneric6DofSpringConstraintData :: Ptr a -> IO BtGeneric6DofSpringConstraintData newtype BtGeometryUtil BtGeometryUtil :: (ForeignPtr (BtGeometryUtil)) -> BtGeometryUtil withBtGeometryUtil :: BtGeometryUtil -> (Ptr BtGeometryUtil -> IO b) -> IO b mkBtGeometryUtil :: Ptr a -> IO BtGeometryUtil newtype BtGhostObject BtGhostObject :: (ForeignPtr (BtGhostObject)) -> BtGhostObject withBtGhostObject :: BtGhostObject -> (Ptr BtGhostObject -> IO b) -> IO b mkBtGhostObject :: Ptr a -> IO BtGhostObject newtype BtGhostPairCallback BtGhostPairCallback :: (ForeignPtr (BtGhostPairCallback)) -> BtGhostPairCallback withBtGhostPairCallback :: BtGhostPairCallback -> (Ptr BtGhostPairCallback -> IO b) -> IO b mkBtGhostPairCallback :: Ptr a -> IO BtGhostPairCallback newtype BtGjkEpaSolver2 BtGjkEpaSolver2 :: (ForeignPtr (BtGjkEpaSolver2)) -> BtGjkEpaSolver2 withBtGjkEpaSolver2 :: BtGjkEpaSolver2 -> (Ptr BtGjkEpaSolver2 -> IO b) -> IO b mkBtGjkEpaSolver2 :: Ptr a -> IO BtGjkEpaSolver2 newtype BtGjkPairDetector BtGjkPairDetector :: (ForeignPtr (BtGjkPairDetector)) -> BtGjkPairDetector withBtGjkPairDetector :: BtGjkPairDetector -> (Ptr BtGjkPairDetector -> IO b) -> IO b mkBtGjkPairDetector :: Ptr a -> IO BtGjkPairDetector newtype BtHashInt BtHashInt :: (ForeignPtr (BtHashInt)) -> BtHashInt withBtHashInt :: BtHashInt -> (Ptr BtHashInt -> IO b) -> IO b mkBtHashInt :: Ptr a -> IO BtHashInt newtype BtHashMap_btHashInt_btTriangleInfo_ BtHashMap_btHashInt_btTriangleInfo_ :: (ForeignPtr (BtHashMap_btHashInt_btTriangleInfo_)) -> BtHashMap_btHashInt_btTriangleInfo_ withBtHashMap_btHashInt_btTriangleInfo_ :: BtHashMap_btHashInt_btTriangleInfo_ -> (Ptr BtHashMap_btHashInt_btTriangleInfo_ -> IO b) -> IO b mkBtHashMap_btHashInt_btTriangleInfo_ :: Ptr a -> IO BtHashMap_btHashInt_btTriangleInfo_ newtype BtHashMap_btHashInt_int_ BtHashMap_btHashInt_int_ :: (ForeignPtr (BtHashMap_btHashInt_int_)) -> BtHashMap_btHashInt_int_ withBtHashMap_btHashInt_int_ :: BtHashMap_btHashInt_int_ -> (Ptr BtHashMap_btHashInt_int_ -> IO b) -> IO b mkBtHashMap_btHashInt_int_ :: Ptr a -> IO BtHashMap_btHashInt_int_ newtype BtHashMap_btHashPtr_btPointerUid_ BtHashMap_btHashPtr_btPointerUid_ :: (ForeignPtr (BtHashMap_btHashPtr_btPointerUid_)) -> BtHashMap_btHashPtr_btPointerUid_ withBtHashMap_btHashPtr_btPointerUid_ :: BtHashMap_btHashPtr_btPointerUid_ -> (Ptr BtHashMap_btHashPtr_btPointerUid_ -> IO b) -> IO b mkBtHashMap_btHashPtr_btPointerUid_ :: Ptr a -> IO BtHashMap_btHashPtr_btPointerUid_ newtype BtHashMap_btHashPtr_charconst_ptr_ BtHashMap_btHashPtr_charconst_ptr_ :: (ForeignPtr (BtHashMap_btHashPtr_charconst_ptr_)) -> BtHashMap_btHashPtr_charconst_ptr_ withBtHashMap_btHashPtr_charconst_ptr_ :: BtHashMap_btHashPtr_charconst_ptr_ -> (Ptr BtHashMap_btHashPtr_charconst_ptr_ -> IO b) -> IO b mkBtHashMap_btHashPtr_charconst_ptr_ :: Ptr a -> IO BtHashMap_btHashPtr_charconst_ptr_ newtype BtHashMap_btHashPtr_void_ptr_ BtHashMap_btHashPtr_void_ptr_ :: (ForeignPtr (BtHashMap_btHashPtr_void_ptr_)) -> BtHashMap_btHashPtr_void_ptr_ withBtHashMap_btHashPtr_void_ptr_ :: BtHashMap_btHashPtr_void_ptr_ -> (Ptr BtHashMap_btHashPtr_void_ptr_ -> IO b) -> IO b mkBtHashMap_btHashPtr_void_ptr_ :: Ptr a -> IO BtHashMap_btHashPtr_void_ptr_ newtype BtHashMap_btHashString_int_ BtHashMap_btHashString_int_ :: (ForeignPtr (BtHashMap_btHashString_int_)) -> BtHashMap_btHashString_int_ withBtHashMap_btHashString_int_ :: BtHashMap_btHashString_int_ -> (Ptr BtHashMap_btHashString_int_ -> IO b) -> IO b mkBtHashMap_btHashString_int_ :: Ptr a -> IO BtHashMap_btHashString_int_ newtype BtHashPtr BtHashPtr :: (ForeignPtr (BtHashPtr)) -> BtHashPtr withBtHashPtr :: BtHashPtr -> (Ptr BtHashPtr -> IO b) -> IO b mkBtHashPtr :: Ptr a -> IO BtHashPtr newtype BtHashString BtHashString :: (ForeignPtr (BtHashString)) -> BtHashString withBtHashString :: BtHashString -> (Ptr BtHashString -> IO b) -> IO b mkBtHashString :: Ptr a -> IO BtHashString newtype BtHashedOverlappingPairCache BtHashedOverlappingPairCache :: (ForeignPtr (BtHashedOverlappingPairCache)) -> BtHashedOverlappingPairCache withBtHashedOverlappingPairCache :: BtHashedOverlappingPairCache -> (Ptr BtHashedOverlappingPairCache -> IO b) -> IO b mkBtHashedOverlappingPairCache :: Ptr a -> IO BtHashedOverlappingPairCache newtype BtHinge2Constraint BtHinge2Constraint :: (ForeignPtr (BtHinge2Constraint)) -> BtHinge2Constraint withBtHinge2Constraint :: BtHinge2Constraint -> (Ptr BtHinge2Constraint -> IO b) -> IO b mkBtHinge2Constraint :: Ptr a -> IO BtHinge2Constraint newtype BtHingeConstraint BtHingeConstraint :: (ForeignPtr (BtHingeConstraint)) -> BtHingeConstraint withBtHingeConstraint :: BtHingeConstraint -> (Ptr BtHingeConstraint -> IO b) -> IO b mkBtHingeConstraint :: Ptr a -> IO BtHingeConstraint newtype BtHingeConstraintDoubleData BtHingeConstraintDoubleData :: (ForeignPtr (BtHingeConstraintDoubleData)) -> BtHingeConstraintDoubleData withBtHingeConstraintDoubleData :: BtHingeConstraintDoubleData -> (Ptr BtHingeConstraintDoubleData -> IO b) -> IO b mkBtHingeConstraintDoubleData :: Ptr a -> IO BtHingeConstraintDoubleData newtype BtHingeConstraintFloatData BtHingeConstraintFloatData :: (ForeignPtr (BtHingeConstraintFloatData)) -> BtHingeConstraintFloatData withBtHingeConstraintFloatData :: BtHingeConstraintFloatData -> (Ptr BtHingeConstraintFloatData -> IO b) -> IO b mkBtHingeConstraintFloatData :: Ptr a -> IO BtHingeConstraintFloatData newtype BtIDebugDraw BtIDebugDraw :: (ForeignPtr (BtIDebugDraw)) -> BtIDebugDraw withBtIDebugDraw :: BtIDebugDraw -> (Ptr BtIDebugDraw -> IO b) -> IO b mkBtIDebugDraw :: Ptr a -> IO BtIDebugDraw newtype BtIndexedMesh BtIndexedMesh :: (ForeignPtr (BtIndexedMesh)) -> BtIndexedMesh withBtIndexedMesh :: BtIndexedMesh -> (Ptr BtIndexedMesh -> IO b) -> IO b mkBtIndexedMesh :: Ptr a -> IO BtIndexedMesh newtype BtIntIndexData BtIntIndexData :: (ForeignPtr (BtIntIndexData)) -> BtIntIndexData withBtIntIndexData :: BtIntIndexData -> (Ptr BtIntIndexData -> IO b) -> IO b mkBtIntIndexData :: Ptr a -> IO BtIntIndexData newtype BtInternalTriangleIndexCallback BtInternalTriangleIndexCallback :: (ForeignPtr (BtInternalTriangleIndexCallback)) -> BtInternalTriangleIndexCallback withBtInternalTriangleIndexCallback :: BtInternalTriangleIndexCallback -> (Ptr BtInternalTriangleIndexCallback -> IO b) -> IO b mkBtInternalTriangleIndexCallback :: Ptr a -> IO BtInternalTriangleIndexCallback newtype BtJacobianEntry BtJacobianEntry :: (ForeignPtr (BtJacobianEntry)) -> BtJacobianEntry withBtJacobianEntry :: BtJacobianEntry -> (Ptr BtJacobianEntry -> IO b) -> IO b mkBtJacobianEntry :: Ptr a -> IO BtJacobianEntry newtype BtManifoldPoint BtManifoldPoint :: (ForeignPtr (BtManifoldPoint)) -> BtManifoldPoint withBtManifoldPoint :: BtManifoldPoint -> (Ptr BtManifoldPoint -> IO b) -> IO b mkBtManifoldPoint :: Ptr a -> IO BtManifoldPoint newtype BtManifoldResult BtManifoldResult :: (ForeignPtr (BtManifoldResult)) -> BtManifoldResult withBtManifoldResult :: BtManifoldResult -> (Ptr BtManifoldResult -> IO b) -> IO b mkBtManifoldResult :: Ptr a -> IO BtManifoldResult newtype BtMatrix3x3DoubleData BtMatrix3x3DoubleData :: (ForeignPtr (BtMatrix3x3DoubleData)) -> BtMatrix3x3DoubleData withBtMatrix3x3DoubleData :: BtMatrix3x3DoubleData -> (Ptr BtMatrix3x3DoubleData -> IO b) -> IO b mkBtMatrix3x3DoubleData :: Ptr a -> IO BtMatrix3x3DoubleData newtype BtMatrix3x3FloatData BtMatrix3x3FloatData :: (ForeignPtr (BtMatrix3x3FloatData)) -> BtMatrix3x3FloatData withBtMatrix3x3FloatData :: BtMatrix3x3FloatData -> (Ptr BtMatrix3x3FloatData -> IO b) -> IO b mkBtMatrix3x3FloatData :: Ptr a -> IO BtMatrix3x3FloatData newtype BtMeshPartData BtMeshPartData :: (ForeignPtr (BtMeshPartData)) -> BtMeshPartData withBtMeshPartData :: BtMeshPartData -> (Ptr BtMeshPartData -> IO b) -> IO b mkBtMeshPartData :: Ptr a -> IO BtMeshPartData newtype BtMotionState BtMotionState :: (ForeignPtr (BtMotionState)) -> BtMotionState withBtMotionState :: BtMotionState -> (Ptr BtMotionState -> IO b) -> IO b mkBtMotionState :: Ptr a -> IO BtMotionState newtype BtMultiSapBroadphase BtMultiSapBroadphase :: (ForeignPtr (BtMultiSapBroadphase)) -> BtMultiSapBroadphase withBtMultiSapBroadphase :: BtMultiSapBroadphase -> (Ptr BtMultiSapBroadphase -> IO b) -> IO b mkBtMultiSapBroadphase :: Ptr a -> IO BtMultiSapBroadphase newtype BtMultiSapBroadphase_btMultiSapProxy BtMultiSapBroadphase_btMultiSapProxy :: (ForeignPtr (BtMultiSapBroadphase_btMultiSapProxy)) -> BtMultiSapBroadphase_btMultiSapProxy withBtMultiSapBroadphase_btMultiSapProxy :: BtMultiSapBroadphase_btMultiSapProxy -> (Ptr BtMultiSapBroadphase_btMultiSapProxy -> IO b) -> IO b mkBtMultiSapBroadphase_btMultiSapProxy :: Ptr a -> IO BtMultiSapBroadphase_btMultiSapProxy newtype BtMultiSphereShape BtMultiSphereShape :: (ForeignPtr (BtMultiSphereShape)) -> BtMultiSphereShape withBtMultiSphereShape :: BtMultiSphereShape -> (Ptr BtMultiSphereShape -> IO b) -> IO b mkBtMultiSphereShape :: Ptr a -> IO BtMultiSphereShape newtype BtMultiSphereShapeData BtMultiSphereShapeData :: (ForeignPtr (BtMultiSphereShapeData)) -> BtMultiSphereShapeData withBtMultiSphereShapeData :: BtMultiSphereShapeData -> (Ptr BtMultiSphereShapeData -> IO b) -> IO b mkBtMultiSphereShapeData :: Ptr a -> IO BtMultiSphereShapeData newtype BtNodeOverlapCallback BtNodeOverlapCallback :: (ForeignPtr (BtNodeOverlapCallback)) -> BtNodeOverlapCallback withBtNodeOverlapCallback :: BtNodeOverlapCallback -> (Ptr BtNodeOverlapCallback -> IO b) -> IO b mkBtNodeOverlapCallback :: Ptr a -> IO BtNodeOverlapCallback newtype BtNullPairCache BtNullPairCache :: (ForeignPtr (BtNullPairCache)) -> BtNullPairCache withBtNullPairCache :: BtNullPairCache -> (Ptr BtNullPairCache -> IO b) -> IO b mkBtNullPairCache :: Ptr a -> IO BtNullPairCache newtype BtOptimizedBvh BtOptimizedBvh :: (ForeignPtr (BtOptimizedBvh)) -> BtOptimizedBvh withBtOptimizedBvh :: BtOptimizedBvh -> (Ptr BtOptimizedBvh -> IO b) -> IO b mkBtOptimizedBvh :: Ptr a -> IO BtOptimizedBvh newtype BtOptimizedBvhNode BtOptimizedBvhNode :: (ForeignPtr (BtOptimizedBvhNode)) -> BtOptimizedBvhNode withBtOptimizedBvhNode :: BtOptimizedBvhNode -> (Ptr BtOptimizedBvhNode -> IO b) -> IO b mkBtOptimizedBvhNode :: Ptr a -> IO BtOptimizedBvhNode newtype BtOptimizedBvhNodeDoubleData BtOptimizedBvhNodeDoubleData :: (ForeignPtr (BtOptimizedBvhNodeDoubleData)) -> BtOptimizedBvhNodeDoubleData withBtOptimizedBvhNodeDoubleData :: BtOptimizedBvhNodeDoubleData -> (Ptr BtOptimizedBvhNodeDoubleData -> IO b) -> IO b mkBtOptimizedBvhNodeDoubleData :: Ptr a -> IO BtOptimizedBvhNodeDoubleData newtype BtOptimizedBvhNodeFloatData BtOptimizedBvhNodeFloatData :: (ForeignPtr (BtOptimizedBvhNodeFloatData)) -> BtOptimizedBvhNodeFloatData withBtOptimizedBvhNodeFloatData :: BtOptimizedBvhNodeFloatData -> (Ptr BtOptimizedBvhNodeFloatData -> IO b) -> IO b mkBtOptimizedBvhNodeFloatData :: Ptr a -> IO BtOptimizedBvhNodeFloatData newtype BtOverlapCallback BtOverlapCallback :: (ForeignPtr (BtOverlapCallback)) -> BtOverlapCallback withBtOverlapCallback :: BtOverlapCallback -> (Ptr BtOverlapCallback -> IO b) -> IO b mkBtOverlapCallback :: Ptr a -> IO BtOverlapCallback newtype BtOverlapFilterCallback BtOverlapFilterCallback :: (ForeignPtr (BtOverlapFilterCallback)) -> BtOverlapFilterCallback withBtOverlapFilterCallback :: BtOverlapFilterCallback -> (Ptr BtOverlapFilterCallback -> IO b) -> IO b mkBtOverlapFilterCallback :: Ptr a -> IO BtOverlapFilterCallback newtype BtOverlappingPairCache BtOverlappingPairCache :: (ForeignPtr (BtOverlappingPairCache)) -> BtOverlappingPairCache withBtOverlappingPairCache :: BtOverlappingPairCache -> (Ptr BtOverlappingPairCache -> IO b) -> IO b mkBtOverlappingPairCache :: Ptr a -> IO BtOverlappingPairCache newtype BtOverlappingPairCallback BtOverlappingPairCallback :: (ForeignPtr (BtOverlappingPairCallback)) -> BtOverlappingPairCallback withBtOverlappingPairCallback :: BtOverlappingPairCallback -> (Ptr BtOverlappingPairCallback -> IO b) -> IO b mkBtOverlappingPairCallback :: Ptr a -> IO BtOverlappingPairCallback newtype BtPairCachingGhostObject BtPairCachingGhostObject :: (ForeignPtr (BtPairCachingGhostObject)) -> BtPairCachingGhostObject withBtPairCachingGhostObject :: BtPairCachingGhostObject -> (Ptr BtPairCachingGhostObject -> IO b) -> IO b mkBtPairCachingGhostObject :: Ptr a -> IO BtPairCachingGhostObject newtype BtPairSet BtPairSet :: (ForeignPtr (BtPairSet)) -> BtPairSet withBtPairSet :: BtPairSet -> (Ptr BtPairSet -> IO b) -> IO b mkBtPairSet :: Ptr a -> IO BtPairSet newtype BtPersistentManifold BtPersistentManifold :: (ForeignPtr (BtPersistentManifold)) -> BtPersistentManifold withBtPersistentManifold :: BtPersistentManifold -> (Ptr BtPersistentManifold -> IO b) -> IO b mkBtPersistentManifold :: Ptr a -> IO BtPersistentManifold newtype BtPoint2PointConstraint BtPoint2PointConstraint :: (ForeignPtr (BtPoint2PointConstraint)) -> BtPoint2PointConstraint withBtPoint2PointConstraint :: BtPoint2PointConstraint -> (Ptr BtPoint2PointConstraint -> IO b) -> IO b mkBtPoint2PointConstraint :: Ptr a -> IO BtPoint2PointConstraint newtype BtPoint2PointConstraintDoubleData BtPoint2PointConstraintDoubleData :: (ForeignPtr (BtPoint2PointConstraintDoubleData)) -> BtPoint2PointConstraintDoubleData withBtPoint2PointConstraintDoubleData :: BtPoint2PointConstraintDoubleData -> (Ptr BtPoint2PointConstraintDoubleData -> IO b) -> IO b mkBtPoint2PointConstraintDoubleData :: Ptr a -> IO BtPoint2PointConstraintDoubleData newtype BtPoint2PointConstraintFloatData BtPoint2PointConstraintFloatData :: (ForeignPtr (BtPoint2PointConstraintFloatData)) -> BtPoint2PointConstraintFloatData withBtPoint2PointConstraintFloatData :: BtPoint2PointConstraintFloatData -> (Ptr BtPoint2PointConstraintFloatData -> IO b) -> IO b mkBtPoint2PointConstraintFloatData :: Ptr a -> IO BtPoint2PointConstraintFloatData newtype BtPointerUid BtPointerUid :: (ForeignPtr (BtPointerUid)) -> BtPointerUid withBtPointerUid :: BtPointerUid -> (Ptr BtPointerUid -> IO b) -> IO b mkBtPointerUid :: Ptr a -> IO BtPointerUid newtype BtPolyhedralConvexAabbCachingShape BtPolyhedralConvexAabbCachingShape :: (ForeignPtr (BtPolyhedralConvexAabbCachingShape)) -> BtPolyhedralConvexAabbCachingShape withBtPolyhedralConvexAabbCachingShape :: BtPolyhedralConvexAabbCachingShape -> (Ptr BtPolyhedralConvexAabbCachingShape -> IO b) -> IO b mkBtPolyhedralConvexAabbCachingShape :: Ptr a -> IO BtPolyhedralConvexAabbCachingShape newtype BtPolyhedralConvexShape BtPolyhedralConvexShape :: (ForeignPtr (BtPolyhedralConvexShape)) -> BtPolyhedralConvexShape withBtPolyhedralConvexShape :: BtPolyhedralConvexShape -> (Ptr BtPolyhedralConvexShape -> IO b) -> IO b mkBtPolyhedralConvexShape :: Ptr a -> IO BtPolyhedralConvexShape newtype BtPositionAndRadius BtPositionAndRadius :: (ForeignPtr (BtPositionAndRadius)) -> BtPositionAndRadius withBtPositionAndRadius :: BtPositionAndRadius -> (Ptr BtPositionAndRadius -> IO b) -> IO b mkBtPositionAndRadius :: Ptr a -> IO BtPositionAndRadius newtype BtPrimitiveManagerBase BtPrimitiveManagerBase :: (ForeignPtr (BtPrimitiveManagerBase)) -> BtPrimitiveManagerBase withBtPrimitiveManagerBase :: BtPrimitiveManagerBase -> (Ptr BtPrimitiveManagerBase -> IO b) -> IO b mkBtPrimitiveManagerBase :: Ptr a -> IO BtPrimitiveManagerBase newtype BtPrimitiveTriangle BtPrimitiveTriangle :: (ForeignPtr (BtPrimitiveTriangle)) -> BtPrimitiveTriangle withBtPrimitiveTriangle :: BtPrimitiveTriangle -> (Ptr BtPrimitiveTriangle -> IO b) -> IO b mkBtPrimitiveTriangle :: Ptr a -> IO BtPrimitiveTriangle newtype BtQuadWord BtQuadWord :: (ForeignPtr (BtQuadWord)) -> BtQuadWord withBtQuadWord :: BtQuadWord -> (Ptr BtQuadWord -> IO b) -> IO b mkBtQuadWord :: Ptr a -> IO BtQuadWord newtype BtQuantizedBvh BtQuantizedBvh :: (ForeignPtr (BtQuantizedBvh)) -> BtQuantizedBvh withBtQuantizedBvh :: BtQuantizedBvh -> (Ptr BtQuantizedBvh -> IO b) -> IO b mkBtQuantizedBvh :: Ptr a -> IO BtQuantizedBvh newtype BtQuantizedBvhDoubleData BtQuantizedBvhDoubleData :: (ForeignPtr (BtQuantizedBvhDoubleData)) -> BtQuantizedBvhDoubleData withBtQuantizedBvhDoubleData :: BtQuantizedBvhDoubleData -> (Ptr BtQuantizedBvhDoubleData -> IO b) -> IO b mkBtQuantizedBvhDoubleData :: Ptr a -> IO BtQuantizedBvhDoubleData newtype BtQuantizedBvhFloatData BtQuantizedBvhFloatData :: (ForeignPtr (BtQuantizedBvhFloatData)) -> BtQuantizedBvhFloatData withBtQuantizedBvhFloatData :: BtQuantizedBvhFloatData -> (Ptr BtQuantizedBvhFloatData -> IO b) -> IO b mkBtQuantizedBvhFloatData :: Ptr a -> IO BtQuantizedBvhFloatData newtype BtQuantizedBvhNode BtQuantizedBvhNode :: (ForeignPtr (BtQuantizedBvhNode)) -> BtQuantizedBvhNode withBtQuantizedBvhNode :: BtQuantizedBvhNode -> (Ptr BtQuantizedBvhNode -> IO b) -> IO b mkBtQuantizedBvhNode :: Ptr a -> IO BtQuantizedBvhNode newtype BtQuantizedBvhNodeData BtQuantizedBvhNodeData :: (ForeignPtr (BtQuantizedBvhNodeData)) -> BtQuantizedBvhNodeData withBtQuantizedBvhNodeData :: BtQuantizedBvhNodeData -> (Ptr BtQuantizedBvhNodeData -> IO b) -> IO b mkBtQuantizedBvhNodeData :: Ptr a -> IO BtQuantizedBvhNodeData newtype BtQuantizedBvhTree BtQuantizedBvhTree :: (ForeignPtr (BtQuantizedBvhTree)) -> BtQuantizedBvhTree withBtQuantizedBvhTree :: BtQuantizedBvhTree -> (Ptr BtQuantizedBvhTree -> IO b) -> IO b mkBtQuantizedBvhTree :: Ptr a -> IO BtQuantizedBvhTree newtype BtRaycastVehicle BtRaycastVehicle :: (ForeignPtr (BtRaycastVehicle)) -> BtRaycastVehicle withBtRaycastVehicle :: BtRaycastVehicle -> (Ptr BtRaycastVehicle -> IO b) -> IO b mkBtRaycastVehicle :: Ptr a -> IO BtRaycastVehicle newtype BtRigidBody BtRigidBody :: (ForeignPtr (BtRigidBody)) -> BtRigidBody withBtRigidBody :: BtRigidBody -> (Ptr BtRigidBody -> IO b) -> IO b mkBtRigidBody :: Ptr a -> IO BtRigidBody newtype BtRigidBody_btRigidBodyConstructionInfo BtRigidBody_btRigidBodyConstructionInfo :: (ForeignPtr (BtRigidBody_btRigidBodyConstructionInfo)) -> BtRigidBody_btRigidBodyConstructionInfo withBtRigidBody_btRigidBodyConstructionInfo :: BtRigidBody_btRigidBodyConstructionInfo -> (Ptr BtRigidBody_btRigidBodyConstructionInfo -> IO b) -> IO b mkBtRigidBody_btRigidBodyConstructionInfo :: Ptr a -> IO BtRigidBody_btRigidBodyConstructionInfo newtype BtRigidBodyDoubleData BtRigidBodyDoubleData :: (ForeignPtr (BtRigidBodyDoubleData)) -> BtRigidBodyDoubleData withBtRigidBodyDoubleData :: BtRigidBodyDoubleData -> (Ptr BtRigidBodyDoubleData -> IO b) -> IO b mkBtRigidBodyDoubleData :: Ptr a -> IO BtRigidBodyDoubleData newtype BtRigidBodyFloatData BtRigidBodyFloatData :: (ForeignPtr (BtRigidBodyFloatData)) -> BtRigidBodyFloatData withBtRigidBodyFloatData :: BtRigidBodyFloatData -> (Ptr BtRigidBodyFloatData -> IO b) -> IO b mkBtRigidBodyFloatData :: Ptr a -> IO BtRigidBodyFloatData newtype BtRotationalLimitMotor BtRotationalLimitMotor :: (ForeignPtr (BtRotationalLimitMotor)) -> BtRotationalLimitMotor withBtRotationalLimitMotor :: BtRotationalLimitMotor -> (Ptr BtRotationalLimitMotor -> IO b) -> IO b mkBtRotationalLimitMotor :: Ptr a -> IO BtRotationalLimitMotor newtype BtScaledBvhTriangleMeshShape BtScaledBvhTriangleMeshShape :: (ForeignPtr (BtScaledBvhTriangleMeshShape)) -> BtScaledBvhTriangleMeshShape withBtScaledBvhTriangleMeshShape :: BtScaledBvhTriangleMeshShape -> (Ptr BtScaledBvhTriangleMeshShape -> IO b) -> IO b mkBtScaledBvhTriangleMeshShape :: Ptr a -> IO BtScaledBvhTriangleMeshShape newtype BtScaledTriangleMeshShapeData BtScaledTriangleMeshShapeData :: (ForeignPtr (BtScaledTriangleMeshShapeData)) -> BtScaledTriangleMeshShapeData withBtScaledTriangleMeshShapeData :: BtScaledTriangleMeshShapeData -> (Ptr BtScaledTriangleMeshShapeData -> IO b) -> IO b mkBtScaledTriangleMeshShapeData :: Ptr a -> IO BtScaledTriangleMeshShapeData newtype BtSequentialImpulseConstraintSolver BtSequentialImpulseConstraintSolver :: (ForeignPtr (BtSequentialImpulseConstraintSolver)) -> BtSequentialImpulseConstraintSolver withBtSequentialImpulseConstraintSolver :: BtSequentialImpulseConstraintSolver -> (Ptr BtSequentialImpulseConstraintSolver -> IO b) -> IO b mkBtSequentialImpulseConstraintSolver :: Ptr a -> IO BtSequentialImpulseConstraintSolver newtype BtSerializer BtSerializer :: (ForeignPtr (BtSerializer)) -> BtSerializer withBtSerializer :: BtSerializer -> (Ptr BtSerializer -> IO b) -> IO b mkBtSerializer :: Ptr a -> IO BtSerializer newtype BtShortIntIndexData BtShortIntIndexData :: (ForeignPtr (BtShortIntIndexData)) -> BtShortIntIndexData withBtShortIntIndexData :: BtShortIntIndexData -> (Ptr BtShortIntIndexData -> IO b) -> IO b mkBtShortIntIndexData :: Ptr a -> IO BtShortIntIndexData newtype BtShortIntIndexTripletData BtShortIntIndexTripletData :: (ForeignPtr (BtShortIntIndexTripletData)) -> BtShortIntIndexTripletData withBtShortIntIndexTripletData :: BtShortIntIndexTripletData -> (Ptr BtShortIntIndexTripletData -> IO b) -> IO b mkBtShortIntIndexTripletData :: Ptr a -> IO BtShortIntIndexTripletData newtype BtSimpleBroadphase BtSimpleBroadphase :: (ForeignPtr (BtSimpleBroadphase)) -> BtSimpleBroadphase withBtSimpleBroadphase :: BtSimpleBroadphase -> (Ptr BtSimpleBroadphase -> IO b) -> IO b mkBtSimpleBroadphase :: Ptr a -> IO BtSimpleBroadphase newtype BtSimpleBroadphaseProxy BtSimpleBroadphaseProxy :: (ForeignPtr (BtSimpleBroadphaseProxy)) -> BtSimpleBroadphaseProxy withBtSimpleBroadphaseProxy :: BtSimpleBroadphaseProxy -> (Ptr BtSimpleBroadphaseProxy -> IO b) -> IO b mkBtSimpleBroadphaseProxy :: Ptr a -> IO BtSimpleBroadphaseProxy newtype BtSimpleDynamicsWorld BtSimpleDynamicsWorld :: (ForeignPtr (BtSimpleDynamicsWorld)) -> BtSimpleDynamicsWorld withBtSimpleDynamicsWorld :: BtSimpleDynamicsWorld -> (Ptr BtSimpleDynamicsWorld -> IO b) -> IO b mkBtSimpleDynamicsWorld :: Ptr a -> IO BtSimpleDynamicsWorld newtype BtSliderConstraint BtSliderConstraint :: (ForeignPtr (BtSliderConstraint)) -> BtSliderConstraint withBtSliderConstraint :: BtSliderConstraint -> (Ptr BtSliderConstraint -> IO b) -> IO b mkBtSliderConstraint :: Ptr a -> IO BtSliderConstraint newtype BtSliderConstraintData BtSliderConstraintData :: (ForeignPtr (BtSliderConstraintData)) -> BtSliderConstraintData withBtSliderConstraintData :: BtSliderConstraintData -> (Ptr BtSliderConstraintData -> IO b) -> IO b mkBtSliderConstraintData :: Ptr a -> IO BtSliderConstraintData newtype BtSoftBody BtSoftBody :: (ForeignPtr (BtSoftBody)) -> BtSoftBody withBtSoftBody :: BtSoftBody -> (Ptr BtSoftBody -> IO b) -> IO b mkBtSoftBody :: Ptr a -> IO BtSoftBody newtype BtSoftBodyHelpers BtSoftBodyHelpers :: (ForeignPtr (BtSoftBodyHelpers)) -> BtSoftBodyHelpers withBtSoftBodyHelpers :: BtSoftBodyHelpers -> (Ptr BtSoftBodyHelpers -> IO b) -> IO b mkBtSoftBodyHelpers :: Ptr a -> IO BtSoftBodyHelpers newtype BtSoftBodyRigidBodyCollisionConfiguration BtSoftBodyRigidBodyCollisionConfiguration :: (ForeignPtr (BtSoftBodyRigidBodyCollisionConfiguration)) -> BtSoftBodyRigidBodyCollisionConfiguration withBtSoftBodyRigidBodyCollisionConfiguration :: BtSoftBodyRigidBodyCollisionConfiguration -> (Ptr BtSoftBodyRigidBodyCollisionConfiguration -> IO b) -> IO b mkBtSoftBodyRigidBodyCollisionConfiguration :: Ptr a -> IO BtSoftBodyRigidBodyCollisionConfiguration newtype BtSoftBodyWorldInfo BtSoftBodyWorldInfo :: (ForeignPtr (BtSoftBodyWorldInfo)) -> BtSoftBodyWorldInfo withBtSoftBodyWorldInfo :: BtSoftBodyWorldInfo -> (Ptr BtSoftBodyWorldInfo -> IO b) -> IO b mkBtSoftBodyWorldInfo :: Ptr a -> IO BtSoftBodyWorldInfo newtype BtSoftRigidDynamicsWorld BtSoftRigidDynamicsWorld :: (ForeignPtr (BtSoftRigidDynamicsWorld)) -> BtSoftRigidDynamicsWorld withBtSoftRigidDynamicsWorld :: BtSoftRigidDynamicsWorld -> (Ptr BtSoftRigidDynamicsWorld -> IO b) -> IO b mkBtSoftRigidDynamicsWorld :: Ptr a -> IO BtSoftRigidDynamicsWorld newtype BtSolverBodyObsolete BtSolverBodyObsolete :: (ForeignPtr (BtSolverBodyObsolete)) -> BtSolverBodyObsolete withBtSolverBodyObsolete :: BtSolverBodyObsolete -> (Ptr BtSolverBodyObsolete -> IO b) -> IO b mkBtSolverBodyObsolete :: Ptr a -> IO BtSolverBodyObsolete newtype BtSolverConstraint BtSolverConstraint :: (ForeignPtr (BtSolverConstraint)) -> BtSolverConstraint withBtSolverConstraint :: BtSolverConstraint -> (Ptr BtSolverConstraint -> IO b) -> IO b mkBtSolverConstraint :: Ptr a -> IO BtSolverConstraint newtype BtSortedOverlappingPairCache BtSortedOverlappingPairCache :: (ForeignPtr (BtSortedOverlappingPairCache)) -> BtSortedOverlappingPairCache withBtSortedOverlappingPairCache :: BtSortedOverlappingPairCache -> (Ptr BtSortedOverlappingPairCache -> IO b) -> IO b mkBtSortedOverlappingPairCache :: Ptr a -> IO BtSortedOverlappingPairCache newtype BtSparseSdf_3_ BtSparseSdf_3_ :: (ForeignPtr (BtSparseSdf_3_)) -> BtSparseSdf_3_ withBtSparseSdf_3_ :: BtSparseSdf_3_ -> (Ptr BtSparseSdf_3_ -> IO b) -> IO b mkBtSparseSdf_3_ :: Ptr a -> IO BtSparseSdf_3_ newtype BtSphereShape BtSphereShape :: (ForeignPtr (BtSphereShape)) -> BtSphereShape withBtSphereShape :: BtSphereShape -> (Ptr BtSphereShape -> IO b) -> IO b mkBtSphereShape :: Ptr a -> IO BtSphereShape newtype BtSphereSphereCollisionAlgorithm BtSphereSphereCollisionAlgorithm :: (ForeignPtr (BtSphereSphereCollisionAlgorithm)) -> BtSphereSphereCollisionAlgorithm withBtSphereSphereCollisionAlgorithm :: BtSphereSphereCollisionAlgorithm -> (Ptr BtSphereSphereCollisionAlgorithm -> IO b) -> IO b mkBtSphereSphereCollisionAlgorithm :: Ptr a -> IO BtSphereSphereCollisionAlgorithm newtype BtStackAlloc BtStackAlloc :: (ForeignPtr (BtStackAlloc)) -> BtStackAlloc withBtStackAlloc :: BtStackAlloc -> (Ptr BtStackAlloc -> IO b) -> IO b mkBtStackAlloc :: Ptr a -> IO BtStackAlloc newtype BtStaticPlaneShape BtStaticPlaneShape :: (ForeignPtr (BtStaticPlaneShape)) -> BtStaticPlaneShape withBtStaticPlaneShape :: BtStaticPlaneShape -> (Ptr BtStaticPlaneShape -> IO b) -> IO b mkBtStaticPlaneShape :: Ptr a -> IO BtStaticPlaneShape newtype BtStaticPlaneShapeData BtStaticPlaneShapeData :: (ForeignPtr (BtStaticPlaneShapeData)) -> BtStaticPlaneShapeData withBtStaticPlaneShapeData :: BtStaticPlaneShapeData -> (Ptr BtStaticPlaneShapeData -> IO b) -> IO b mkBtStaticPlaneShapeData :: Ptr a -> IO BtStaticPlaneShapeData newtype BtStorageResult BtStorageResult :: (ForeignPtr (BtStorageResult)) -> BtStorageResult withBtStorageResult :: BtStorageResult -> (Ptr BtStorageResult -> IO b) -> IO b mkBtStorageResult :: Ptr a -> IO BtStorageResult newtype BtStridingMeshInterface BtStridingMeshInterface :: (ForeignPtr (BtStridingMeshInterface)) -> BtStridingMeshInterface withBtStridingMeshInterface :: BtStridingMeshInterface -> (Ptr BtStridingMeshInterface -> IO b) -> IO b mkBtStridingMeshInterface :: Ptr a -> IO BtStridingMeshInterface newtype BtStridingMeshInterfaceData BtStridingMeshInterfaceData :: (ForeignPtr (BtStridingMeshInterfaceData)) -> BtStridingMeshInterfaceData withBtStridingMeshInterfaceData :: BtStridingMeshInterfaceData -> (Ptr BtStridingMeshInterfaceData -> IO b) -> IO b mkBtStridingMeshInterfaceData :: Ptr a -> IO BtStridingMeshInterfaceData newtype BtSubSimplexClosestResult BtSubSimplexClosestResult :: (ForeignPtr (BtSubSimplexClosestResult)) -> BtSubSimplexClosestResult withBtSubSimplexClosestResult :: BtSubSimplexClosestResult -> (Ptr BtSubSimplexClosestResult -> IO b) -> IO b mkBtSubSimplexClosestResult :: Ptr a -> IO BtSubSimplexClosestResult newtype BtTetrahedronShapeEx BtTetrahedronShapeEx :: (ForeignPtr (BtTetrahedronShapeEx)) -> BtTetrahedronShapeEx withBtTetrahedronShapeEx :: BtTetrahedronShapeEx -> (Ptr BtTetrahedronShapeEx -> IO b) -> IO b mkBtTetrahedronShapeEx :: Ptr a -> IO BtTetrahedronShapeEx newtype BtTransformDoubleData BtTransformDoubleData :: (ForeignPtr (BtTransformDoubleData)) -> BtTransformDoubleData withBtTransformDoubleData :: BtTransformDoubleData -> (Ptr BtTransformDoubleData -> IO b) -> IO b mkBtTransformDoubleData :: Ptr a -> IO BtTransformDoubleData newtype BtTransformFloatData BtTransformFloatData :: (ForeignPtr (BtTransformFloatData)) -> BtTransformFloatData withBtTransformFloatData :: BtTransformFloatData -> (Ptr BtTransformFloatData -> IO b) -> IO b mkBtTransformFloatData :: Ptr a -> IO BtTransformFloatData newtype BtTransformUtil BtTransformUtil :: (ForeignPtr (BtTransformUtil)) -> BtTransformUtil withBtTransformUtil :: BtTransformUtil -> (Ptr BtTransformUtil -> IO b) -> IO b mkBtTransformUtil :: Ptr a -> IO BtTransformUtil newtype BtTranslationalLimitMotor BtTranslationalLimitMotor :: (ForeignPtr (BtTranslationalLimitMotor)) -> BtTranslationalLimitMotor withBtTranslationalLimitMotor :: BtTranslationalLimitMotor -> (Ptr BtTranslationalLimitMotor -> IO b) -> IO b mkBtTranslationalLimitMotor :: Ptr a -> IO BtTranslationalLimitMotor newtype BtTriangleCallback BtTriangleCallback :: (ForeignPtr (BtTriangleCallback)) -> BtTriangleCallback withBtTriangleCallback :: BtTriangleCallback -> (Ptr BtTriangleCallback -> IO b) -> IO b mkBtTriangleCallback :: Ptr a -> IO BtTriangleCallback newtype BtTriangleIndexVertexArray BtTriangleIndexVertexArray :: (ForeignPtr (BtTriangleIndexVertexArray)) -> BtTriangleIndexVertexArray withBtTriangleIndexVertexArray :: BtTriangleIndexVertexArray -> (Ptr BtTriangleIndexVertexArray -> IO b) -> IO b mkBtTriangleIndexVertexArray :: Ptr a -> IO BtTriangleIndexVertexArray newtype BtTriangleInfo BtTriangleInfo :: (ForeignPtr (BtTriangleInfo)) -> BtTriangleInfo withBtTriangleInfo :: BtTriangleInfo -> (Ptr BtTriangleInfo -> IO b) -> IO b mkBtTriangleInfo :: Ptr a -> IO BtTriangleInfo newtype BtTriangleInfoData BtTriangleInfoData :: (ForeignPtr (BtTriangleInfoData)) -> BtTriangleInfoData withBtTriangleInfoData :: BtTriangleInfoData -> (Ptr BtTriangleInfoData -> IO b) -> IO b mkBtTriangleInfoData :: Ptr a -> IO BtTriangleInfoData newtype BtTriangleInfoMap BtTriangleInfoMap :: (ForeignPtr (BtTriangleInfoMap)) -> BtTriangleInfoMap withBtTriangleInfoMap :: BtTriangleInfoMap -> (Ptr BtTriangleInfoMap -> IO b) -> IO b mkBtTriangleInfoMap :: Ptr a -> IO BtTriangleInfoMap newtype BtTriangleInfoMapData BtTriangleInfoMapData :: (ForeignPtr (BtTriangleInfoMapData)) -> BtTriangleInfoMapData withBtTriangleInfoMapData :: BtTriangleInfoMapData -> (Ptr BtTriangleInfoMapData -> IO b) -> IO b mkBtTriangleInfoMapData :: Ptr a -> IO BtTriangleInfoMapData newtype BtTriangleMesh BtTriangleMesh :: (ForeignPtr (BtTriangleMesh)) -> BtTriangleMesh withBtTriangleMesh :: BtTriangleMesh -> (Ptr BtTriangleMesh -> IO b) -> IO b mkBtTriangleMesh :: Ptr a -> IO BtTriangleMesh newtype BtTriangleMeshShape BtTriangleMeshShape :: (ForeignPtr (BtTriangleMeshShape)) -> BtTriangleMeshShape withBtTriangleMeshShape :: BtTriangleMeshShape -> (Ptr BtTriangleMeshShape -> IO b) -> IO b mkBtTriangleMeshShape :: Ptr a -> IO BtTriangleMeshShape newtype BtTriangleMeshShapeData BtTriangleMeshShapeData :: (ForeignPtr (BtTriangleMeshShapeData)) -> BtTriangleMeshShapeData withBtTriangleMeshShapeData :: BtTriangleMeshShapeData -> (Ptr BtTriangleMeshShapeData -> IO b) -> IO b mkBtTriangleMeshShapeData :: Ptr a -> IO BtTriangleMeshShapeData newtype BtTriangleShape BtTriangleShape :: (ForeignPtr (BtTriangleShape)) -> BtTriangleShape withBtTriangleShape :: BtTriangleShape -> (Ptr BtTriangleShape -> IO b) -> IO b mkBtTriangleShape :: Ptr a -> IO BtTriangleShape newtype BtTriangleShapeEx BtTriangleShapeEx :: (ForeignPtr (BtTriangleShapeEx)) -> BtTriangleShapeEx withBtTriangleShapeEx :: BtTriangleShapeEx -> (Ptr BtTriangleShapeEx -> IO b) -> IO b mkBtTriangleShapeEx :: Ptr a -> IO BtTriangleShapeEx newtype BtTypedConstraint BtTypedConstraint :: (ForeignPtr (BtTypedConstraint)) -> BtTypedConstraint withBtTypedConstraint :: BtTypedConstraint -> (Ptr BtTypedConstraint -> IO b) -> IO b mkBtTypedConstraint :: Ptr a -> IO BtTypedConstraint newtype BtTypedConstraintData BtTypedConstraintData :: (ForeignPtr (BtTypedConstraintData)) -> BtTypedConstraintData withBtTypedConstraintData :: BtTypedConstraintData -> (Ptr BtTypedConstraintData -> IO b) -> IO b mkBtTypedConstraintData :: Ptr a -> IO BtTypedConstraintData newtype BtTypedObject BtTypedObject :: (ForeignPtr (BtTypedObject)) -> BtTypedObject withBtTypedObject :: BtTypedObject -> (Ptr BtTypedObject -> IO b) -> IO b mkBtTypedObject :: Ptr a -> IO BtTypedObject newtype BtUniformScalingShape BtUniformScalingShape :: (ForeignPtr (BtUniformScalingShape)) -> BtUniformScalingShape withBtUniformScalingShape :: BtUniformScalingShape -> (Ptr BtUniformScalingShape -> IO b) -> IO b mkBtUniformScalingShape :: Ptr a -> IO BtUniformScalingShape newtype BtUniversalConstraint BtUniversalConstraint :: (ForeignPtr (BtUniversalConstraint)) -> BtUniversalConstraint withBtUniversalConstraint :: BtUniversalConstraint -> (Ptr BtUniversalConstraint -> IO b) -> IO b mkBtUniversalConstraint :: Ptr a -> IO BtUniversalConstraint newtype BtUsageBitfield BtUsageBitfield :: (ForeignPtr (BtUsageBitfield)) -> BtUsageBitfield withBtUsageBitfield :: BtUsageBitfield -> (Ptr BtUsageBitfield -> IO b) -> IO b mkBtUsageBitfield :: Ptr a -> IO BtUsageBitfield newtype BtVector3DoubleData BtVector3DoubleData :: (ForeignPtr (BtVector3DoubleData)) -> BtVector3DoubleData withBtVector3DoubleData :: BtVector3DoubleData -> (Ptr BtVector3DoubleData -> IO b) -> IO b mkBtVector3DoubleData :: Ptr a -> IO BtVector3DoubleData newtype BtVector3FloatData BtVector3FloatData :: (ForeignPtr (BtVector3FloatData)) -> BtVector3FloatData withBtVector3FloatData :: BtVector3FloatData -> (Ptr BtVector3FloatData -> IO b) -> IO b mkBtVector3FloatData :: Ptr a -> IO BtVector3FloatData newtype BtVehicleRaycaster BtVehicleRaycaster :: (ForeignPtr (BtVehicleRaycaster)) -> BtVehicleRaycaster withBtVehicleRaycaster :: BtVehicleRaycaster -> (Ptr BtVehicleRaycaster -> IO b) -> IO b mkBtVehicleRaycaster :: Ptr a -> IO BtVehicleRaycaster newtype BtVehicleRaycaster_btVehicleRaycasterResult BtVehicleRaycaster_btVehicleRaycasterResult :: (ForeignPtr (BtVehicleRaycaster_btVehicleRaycasterResult)) -> BtVehicleRaycaster_btVehicleRaycasterResult withBtVehicleRaycaster_btVehicleRaycasterResult :: BtVehicleRaycaster_btVehicleRaycasterResult -> (Ptr BtVehicleRaycaster_btVehicleRaycasterResult -> IO b) -> IO b mkBtVehicleRaycaster_btVehicleRaycasterResult :: Ptr a -> IO BtVehicleRaycaster_btVehicleRaycasterResult newtype BtRaycastVehicle_btVehicleTuning BtRaycastVehicle_btVehicleTuning :: (ForeignPtr (BtRaycastVehicle_btVehicleTuning)) -> BtRaycastVehicle_btVehicleTuning withBtRaycastVehicle_btVehicleTuning :: BtRaycastVehicle_btVehicleTuning -> (Ptr BtRaycastVehicle_btVehicleTuning -> IO b) -> IO b mkBtRaycastVehicle_btVehicleTuning :: Ptr a -> IO BtRaycastVehicle_btVehicleTuning newtype BtVoronoiSimplexSolver BtVoronoiSimplexSolver :: (ForeignPtr (BtVoronoiSimplexSolver)) -> BtVoronoiSimplexSolver withBtVoronoiSimplexSolver :: BtVoronoiSimplexSolver -> (Ptr BtVoronoiSimplexSolver -> IO b) -> IO b mkBtVoronoiSimplexSolver :: Ptr a -> IO BtVoronoiSimplexSolver newtype BtWheelInfo BtWheelInfo :: (ForeignPtr (BtWheelInfo)) -> BtWheelInfo withBtWheelInfo :: BtWheelInfo -> (Ptr BtWheelInfo -> IO b) -> IO b mkBtWheelInfo :: Ptr a -> IO BtWheelInfo newtype BtWheelInfoConstructionInfo BtWheelInfoConstructionInfo :: (ForeignPtr (BtWheelInfoConstructionInfo)) -> BtWheelInfoConstructionInfo withBtWheelInfoConstructionInfo :: BtWheelInfoConstructionInfo -> (Ptr BtWheelInfoConstructionInfo -> IO b) -> IO b mkBtWheelInfoConstructionInfo :: Ptr a -> IO BtWheelInfoConstructionInfo newtype BtSoftBody_eAeroModel BtSoftBody_eAeroModel :: (ForeignPtr (BtSoftBody_eAeroModel)) -> BtSoftBody_eAeroModel withBtSoftBody_eAeroModel :: BtSoftBody_eAeroModel -> (Ptr BtSoftBody_eAeroModel -> IO b) -> IO b mkBtSoftBody_eAeroModel :: Ptr a -> IO BtSoftBody_eAeroModel newtype BtSoftBody_eFeature BtSoftBody_eFeature :: (ForeignPtr (BtSoftBody_eFeature)) -> BtSoftBody_eFeature withBtSoftBody_eFeature :: BtSoftBody_eFeature -> (Ptr BtSoftBody_eFeature -> IO b) -> IO b mkBtSoftBody_eFeature :: Ptr a -> IO BtSoftBody_eFeature newtype BtSoftBody_ePSolver BtSoftBody_ePSolver :: (ForeignPtr (BtSoftBody_ePSolver)) -> BtSoftBody_ePSolver withBtSoftBody_ePSolver :: BtSoftBody_ePSolver -> (Ptr BtSoftBody_ePSolver -> IO b) -> IO b mkBtSoftBody_ePSolver :: Ptr a -> IO BtSoftBody_ePSolver newtype BtSoftBody_eSolverPresets BtSoftBody_eSolverPresets :: (ForeignPtr (BtSoftBody_eSolverPresets)) -> BtSoftBody_eSolverPresets withBtSoftBody_eSolverPresets :: BtSoftBody_eSolverPresets -> (Ptr BtSoftBody_eSolverPresets -> IO b) -> IO b mkBtSoftBody_eSolverPresets :: Ptr a -> IO BtSoftBody_eSolverPresets newtype BtSoftBody_Joint_eType BtSoftBody_Joint_eType :: (ForeignPtr (BtSoftBody_Joint_eType)) -> BtSoftBody_Joint_eType withBtSoftBody_Joint_eType :: BtSoftBody_Joint_eType -> (Ptr BtSoftBody_Joint_eType -> IO b) -> IO b mkBtSoftBody_Joint_eType :: Ptr a -> IO BtSoftBody_Joint_eType newtype BtSoftBody_eVSolver BtSoftBody_eVSolver :: (ForeignPtr (BtSoftBody_eVSolver)) -> BtSoftBody_eVSolver withBtSoftBody_eVSolver :: BtSoftBody_eVSolver -> (Ptr BtSoftBody_eVSolver -> IO b) -> IO b mkBtSoftBody_eVSolver :: Ptr a -> IO BtSoftBody_eVSolver newtype BtSoftBody_fCollision BtSoftBody_fCollision :: (ForeignPtr (BtSoftBody_fCollision)) -> BtSoftBody_fCollision withBtSoftBody_fCollision :: BtSoftBody_fCollision -> (Ptr BtSoftBody_fCollision -> IO b) -> IO b mkBtSoftBody_fCollision :: Ptr a -> IO BtSoftBody_fCollision newtype FDrawFlags FDrawFlags :: (ForeignPtr (FDrawFlags)) -> FDrawFlags withFDrawFlags :: FDrawFlags -> (Ptr FDrawFlags -> IO b) -> IO b mkFDrawFlags :: Ptr a -> IO FDrawFlags newtype BtSoftBody_fMaterial BtSoftBody_fMaterial :: (ForeignPtr (BtSoftBody_fMaterial)) -> BtSoftBody_fMaterial withBtSoftBody_fMaterial :: BtSoftBody_fMaterial -> (Ptr BtSoftBody_fMaterial -> IO b) -> IO b mkBtSoftBody_fMaterial :: Ptr a -> IO BtSoftBody_fMaterial newtype BtSoftBody_sCti BtSoftBody_sCti :: (ForeignPtr (BtSoftBody_sCti)) -> BtSoftBody_sCti withBtSoftBody_sCti :: BtSoftBody_sCti -> (Ptr BtSoftBody_sCti -> IO b) -> IO b mkBtSoftBody_sCti :: Ptr a -> IO BtSoftBody_sCti newtype BtSoftBody_sMedium BtSoftBody_sMedium :: (ForeignPtr (BtSoftBody_sMedium)) -> BtSoftBody_sMedium withBtSoftBody_sMedium :: BtSoftBody_sMedium -> (Ptr BtSoftBody_sMedium -> IO b) -> IO b mkBtSoftBody_sMedium :: Ptr a -> IO BtSoftBody_sMedium newtype BtSoftBody_sRayCast BtSoftBody_sRayCast :: (ForeignPtr (BtSoftBody_sRayCast)) -> BtSoftBody_sRayCast withBtSoftBody_sRayCast :: BtSoftBody_sRayCast -> (Ptr BtSoftBody_sRayCast -> IO b) -> IO b mkBtSoftBody_sRayCast :: Ptr a -> IO BtSoftBody_sRayCast newtype BtGjkEpaSolver2_sResults BtGjkEpaSolver2_sResults :: (ForeignPtr (BtGjkEpaSolver2_sResults)) -> BtGjkEpaSolver2_sResults withBtGjkEpaSolver2_sResults :: BtGjkEpaSolver2_sResults -> (Ptr BtGjkEpaSolver2_sResults -> IO b) -> IO b mkBtGjkEpaSolver2_sResults :: Ptr a -> IO BtGjkEpaSolver2_sResults newtype BtDbvt_sStkCLN BtDbvt_sStkCLN :: (ForeignPtr (BtDbvt_sStkCLN)) -> BtDbvt_sStkCLN withBtDbvt_sStkCLN :: BtDbvt_sStkCLN -> (Ptr BtDbvt_sStkCLN -> IO b) -> IO b mkBtDbvt_sStkCLN :: Ptr a -> IO BtDbvt_sStkCLN newtype BtDbvt_sStkNN BtDbvt_sStkNN :: (ForeignPtr (BtDbvt_sStkNN)) -> BtDbvt_sStkNN withBtDbvt_sStkNN :: BtDbvt_sStkNN -> (Ptr BtDbvt_sStkNN -> IO b) -> IO b mkBtDbvt_sStkNN :: Ptr a -> IO BtDbvt_sStkNN newtype BtDbvt_sStkNP BtDbvt_sStkNP :: (ForeignPtr (BtDbvt_sStkNP)) -> BtDbvt_sStkNP withBtDbvt_sStkNP :: BtDbvt_sStkNP -> (Ptr BtDbvt_sStkNP -> IO b) -> IO b mkBtDbvt_sStkNP :: Ptr a -> IO BtDbvt_sStkNP newtype BtDbvt_sStkNPS BtDbvt_sStkNPS :: (ForeignPtr (BtDbvt_sStkNPS)) -> BtDbvt_sStkNPS withBtDbvt_sStkNPS :: BtDbvt_sStkNPS -> (Ptr BtDbvt_sStkNPS -> IO b) -> IO b mkBtDbvt_sStkNPS :: Ptr a -> IO BtDbvt_sStkNPS class BtClass p withBt :: BtClass p => p -> (Ptr a -> IO b) -> IO b btToPtr :: BtClass p => p -> Ptr () class BtClass p => BtSoftBody_AnchorClass p class BtClass p => BT_BOX_BOX_TRANSFORM_CACHEClass p class BtClass p => BT_QUANTIZED_BVH_NODEClass p class BtClass p => BtSoftBody_BodyClass p class BtClass p => CProfileIteratorClass p class BtClass p => CProfileManagerClass p class BtClass p => CProfileNodeClass p class BtClass p => CProfileSampleClass p class BtClass p => BtDiscreteCollisionDetectorInterface_ClosestPointInputClass p class BtClass p => BtSoftBody_ClusterClass p class BtClass p => BtSoftBody_ConfigClass p class BtClass p => BtCollisionWorld_ContactResultCallbackClass p class BtClass p => BtCollisionWorld_ConvexResultCallbackClass p class BtClass p => BtSoftBody_ElementClass p class BtSoftBody_ElementClass p => BtSoftBody_FeatureClass p class BtClass p => GIM_BVH_DATAClass p class BtClass p => GIM_BVH_TREE_NODEClass p class BtClass p => GIM_PAIRClass p class BtClass p => GIM_TRIANGLE_CONTACTClass p class BtClass p => BtDbvt_ICloneClass p class BtClass p => BtDbvt_ICollideClass p class BtClass p => BtSoftBody_AJoint_IControlClass p class BtClass p => BtDbvt_IWriterClass p class BtClass p => BtSoftBody_ImplicitFnClass p class BtClass p => BtSoftBody_ImpulseClass p class BtClass p => BtSoftBody_JointClass p class BtSoftBody_JointClass p => BtSoftBody_LJointClass p class BtSoftBody_FeatureClass p => BtSoftBody_LinkClass p class BtClass p => BtCollisionWorld_LocalConvexResultClass p class BtClass p => BtCollisionWorld_LocalRayResultClass p class BtClass p => BtCollisionWorld_LocalShapeInfoClass p class BtSoftBody_ElementClass p => BtSoftBody_MaterialClass p class BtSoftBody_FeatureClass p => BtSoftBody_NodeClass p class BtSoftBody_ElementClass p => BtSoftBody_NoteClass p class BtClass p => BtSoftBody_PoseClass p class BtClass p => BtSoftBody_RContactClass p class BtDbvt_ICollideClass p => BtSoftBody_RayFromToCasterClass p class BtClass p => BtCollisionWorld_RayResultCallbackClass p class BtClass p => BtWheelInfo_RaycastInfoClass p class BtClass p => BtDiscreteCollisionDetectorInterface_ResultClass p class BtClass p => BtSoftBody_SContactClass p class BtClass p => BtSoftBody_SolverStateClass p class BtClass p => BtSoftBody_Joint_SpecsClass p class BtSoftBody_Joint_SpecsClass p => BtSoftBody_LJoint_SpecsClass p class BtSoftBody_Joint_SpecsClass p => BtSoftBody_AJoint_SpecsClass p class BtSoftBody_FeatureClass p => BtSoftBody_TetraClass p class BtClass p => BtAABBClass p class BtClass p => BtActionInterfaceClass p class BtClass p => BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class p class BtClass p => BtAlignedAllocator_GIM_BVH_DATA_16u_Class p class BtClass p => BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class p class BtClass p => BtAlignedAllocator_GIM_PAIR_16u_Class p class BtClass p => BtAlignedAllocator_bool_16u_Class p class BtClass p => BtAlignedAllocator_btActionInterface_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btBroadphaseInterface_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btBroadphasePair_16u_Class p class BtClass p => BtAlignedAllocator_btBvhSubtreeInfo_16u_Class p class BtClass p => BtAlignedAllocator_btChunk_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btCollisionObject_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btCollisionShape_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btCompoundShapeChild_16u_Class p class BtClass p => BtAlignedAllocator_btDbvt_sStkNN_16u_Class p class BtClass p => BtAlignedAllocator_btDbvt_sStkNP_16u_Class p class BtClass p => BtAlignedAllocator_btDbvt_sStkNPS_16u_Class p class BtClass p => BtAlignedAllocator_btDbvtNodeconst_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btHashInt_16u_Class p class BtClass p => BtAlignedAllocator_btHashPtr_16u_Class p class BtClass p => BtAlignedAllocator_btHashString_16u_Class p class BtClass p => BtAlignedAllocator_btIndexedMesh_16u_Class p class BtClass p => BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btOptimizedBvhNode_16u_Class p class BtClass p => BtAlignedAllocator_btPersistentManifold_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btPointerUid_16u_Class p class BtClass p => BtAlignedAllocator_btQuantizedBvhNode_16u_Class p class BtClass p => BtAlignedAllocator_btRigidBody_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Anchor_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Face_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Joint_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Link_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Material_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Node_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Node_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Note_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_RContact_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_SContact_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_Tetra_16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_ePSolver___16u_Class p class BtClass p => BtAlignedAllocator_btSoftBody_eVSolver___16u_Class p class BtClass p => BtAlignedAllocator_btSolverConstraint_16u_Class p class BtClass p => BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btTransform_16u_Class p class BtClass p => BtAlignedAllocator_btTriangleInfo_16u_Class p class BtClass p => BtAlignedAllocator_btTypedConstraint_ptr_16u_Class p class BtClass p => BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class p class BtClass p => BtAlignedAllocator_btVector3_16u_Class p class BtClass p => BtAlignedAllocator_btWheelInfo_16u_Class p class BtClass p => BtAlignedAllocator_charconst_ptr_16u_Class p class BtClass p => BtAlignedAllocator_char_ptr_16u_Class p class BtClass p => BtAlignedAllocator_float_16u_Class p class BtClass p => BtAlignedAllocator_int_16u_Class p class BtClass p => BtAlignedAllocator_short_ptr_16u_Class p class BtClass p => BtAlignedAllocator_short_16u_Class p class BtClass p => BtAlignedAllocator_unsignedint_16u_Class p class BtClass p => BtAlignedAllocator_unsignedshort_16u_Class p class BtClass p => BtAlignedAllocator_void_ptr_16u_Class p class BtClass p => BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class p class BtClass p => BtAlignedObjectArray_GIM_BVH_DATA_Class p class BtClass p => BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class p class BtClass p => BtAlignedObjectArray_GIM_PAIR_Class p class BtClass p => BtAlignedObjectArray_bool_Class p class BtClass p => BtAlignedObjectArray_btActionInterface_ptr_Class p class BtClass p => BtAlignedObjectArray_btBroadphaseInterface_ptr_Class p class BtClass p => BtAlignedObjectArray_btBroadphasePair_Class p class BtClass p => BtAlignedObjectArray_btBvhSubtreeInfo_Class p class BtClass p => BtAlignedObjectArray_btChunk_ptr_Class p class BtClass p => BtAlignedObjectArray_btCollisionObject_ptr_Class p class BtClass p => BtAlignedObjectArray_btCollisionShape_ptr_Class p class BtClass p => BtAlignedObjectArray_btCompoundShapeChild_Class p class BtClass p => BtAlignedObjectArray_btDbvt_sStkNN_Class p class BtClass p => BtAlignedObjectArray_btDbvt_sStkNP_Class p class BtClass p => BtAlignedObjectArray_btDbvt_sStkNPS_Class p class BtClass p => BtAlignedObjectArray_btDbvtNodeconst_ptr_Class p class BtClass p => BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class p class BtClass p => BtAlignedObjectArray_btHashInt_Class p class BtClass p => BtAlignedObjectArray_btHashPtr_Class p class BtClass p => BtAlignedObjectArray_btHashString_Class p class BtClass p => BtAlignedObjectArray_btIndexedMesh_Class p class BtClass p => BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class p class BtClass p => BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class p class BtClass p => BtAlignedObjectArray_btOptimizedBvhNode_Class p class BtClass p => BtAlignedObjectArray_btPersistentManifold_ptr_Class p class BtClass p => BtAlignedObjectArray_btPointerUid_Class p class BtClass p => BtAlignedObjectArray_btQuantizedBvhNode_Class p class BtClass p => BtAlignedObjectArray_btRigidBody_ptr_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_ptr_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Anchor_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Face_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Joint_ptr_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Link_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Material_ptr_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Node_ptr_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Node_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Note_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_RContact_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_SContact_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_Tetra_Class p class BtClass p => BtAlignedObjectArray_btSoftBody_ePSolver___Class p class BtClass p => BtAlignedObjectArray_btSoftBody_eVSolver___Class p class BtClass p => BtAlignedObjectArray_btSolverConstraint_Class p class BtClass p => BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class p class BtClass p => BtAlignedObjectArray_btTransform_Class p class BtClass p => BtAlignedObjectArray_btTriangleInfo_Class p class BtClass p => BtAlignedObjectArray_btTypedConstraint_ptr_Class p class BtClass p => BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class p class BtClass p => BtAlignedObjectArray_btVector3_Class p class BtClass p => BtAlignedObjectArray_btWheelInfo_Class p class BtClass p => BtAlignedObjectArray_charconst_ptr_Class p class BtClass p => BtAlignedObjectArray_char_ptr_Class p class BtClass p => BtAlignedObjectArray_float_Class p class BtClass p => BtAlignedObjectArray_int_Class p class BtClass p => BtAlignedObjectArray_short_ptr_Class p class BtClass p => BtAlignedObjectArray_short_Class p class BtClass p => BtAlignedObjectArray_unsignedint_Class p class BtClass p => BtAlignedObjectArray_unsignedshort_Class p class BtClass p => BtAlignedObjectArray_void_ptr_Class p class BtClass p => BtAngularLimitClass p class BtClass p => BtBlockClass p class BtClass p => BtMultiSapBroadphase_btBridgeProxyClass p class BtClass p => BtBroadphaseAabbCallbackClass p class BtClass p => BtBroadphaseInterfaceClass p class BtClass p => BtBroadphasePairClass p class BtClass p => BtBroadphasePairSortPredicateClass p class BtClass p => BtBroadphaseProxyClass p class BtBroadphaseAabbCallbackClass p => BtBroadphaseRayCallbackClass p class BtClass p => BtBvhSubtreeInfoClass p class BtClass p => BtBvhSubtreeInfoDataClass p class BtClass p => BtBvhTreeClass p class BtClass p => BtCapsuleShapeDataClass p class BtClass p => BtCharIndexTripletDataClass p class BtClass p => BtChunkClass p class BtClass p => BtClockClass p class BtClass p => BtCollisionAlgorithmClass p class BtClass p => BtCollisionAlgorithmConstructionInfoClass p class BtClass p => BtCollisionAlgorithmCreateFuncClass p class BtClass p => BtCollisionConfigurationClass p class BtClass p => BtCollisionObjectClass p class BtClass p => BtCollisionObjectDoubleDataClass p class BtClass p => BtCollisionObjectFloatDataClass p class BtClass p => BtCollisionShapeClass p class BtClass p => BtCollisionShapeDataClass p class BtClass p => BtCollisionWorldClass p class BtCollisionShapeClass p => BtCompoundShapeClass p class BtClass p => BtCompoundShapeChildClass p class BtClass p => BtCompoundShapeChildDataClass p class BtClass p => BtCompoundShapeDataClass p class BtCollisionShapeClass p => BtConcaveShapeClass p class BtClass p => BtConeTwistConstraintDataClass p class BtClass p => BtTypedConstraint_btConstraintInfo1Class p class BtClass p => BtTypedConstraint_btConstraintInfo2Class p class BtClass p => BtConstraintRowClass p class BtClass p => BtConstraintSettingClass p class BtClass p => BtConstraintSolverClass p class BtClass p => BtContactSolverInfoDataClass p class BtClass p => BtConvexHullShapeDataClass p class BtClass p => BtConvexInternalShapeDataClass p class BtClass p => BtConvexSeparatingDistanceUtilClass p class BtCollisionShapeClass p => BtConvexShapeClass p class BtClass p => BtCylinderShapeDataClass p class BtClass p => BtDbvtClass p class BtClass p => BtDbvtAabbMmClass p class BtBroadphaseInterfaceClass p => BtDbvtBroadphaseClass p class BtClass p => BtDbvtNodeClass p class BtBroadphaseProxyClass p => BtDbvtProxyClass p class BtCollisionConfigurationClass p => BtDefaultCollisionConfigurationClass p class BtClass p => BtDefaultCollisionConstructionInfoClass p class BtClass p => BtDiscreteCollisionDetectorInterfaceClass p class BtClass p => BtDispatcherClass p class BtClass p => BtDispatcherInfoClass p class BtCollisionWorldClass p => BtDynamicsWorldClass p class BtConcaveShapeClass p => BtEmptyShapeClass p class BtClass p => BtGImpactBvhClass p class BtClass p => BtGImpactMeshShapeDataClass p class BtClass p => BtGImpactQuantizedBvhClass p class BtConcaveShapeClass p => BtGImpactShapeInterfaceClass p class BtClass p => BtGeneric6DofConstraintDataClass p class BtClass p => BtGeneric6DofSpringConstraintDataClass p class BtClass p => BtGeometryUtilClass p class BtCollisionObjectClass p => BtGhostObjectClass p class BtClass p => BtGjkEpaSolver2Class p class BtDiscreteCollisionDetectorInterfaceClass p => BtGjkPairDetectorClass p class BtClass p => BtHashIntClass p class BtClass p => BtHashMap_btHashInt_btTriangleInfo_Class p class BtClass p => BtHashMap_btHashInt_int_Class p class BtClass p => BtHashMap_btHashPtr_btPointerUid_Class p class BtClass p => BtHashMap_btHashPtr_charconst_ptr_Class p class BtClass p => BtHashMap_btHashPtr_void_ptr_Class p class BtClass p => BtHashMap_btHashString_int_Class p class BtClass p => BtHashPtrClass p class BtClass p => BtHashStringClass p class BtClass p => BtHingeConstraintDoubleDataClass p class BtClass p => BtHingeConstraintFloatDataClass p class BtClass p => BtIDebugDrawClass p class BtClass p => BtIndexedMeshClass p class BtClass p => BtIntIndexDataClass p class BtClass p => BtInternalTriangleIndexCallbackClass p class BtClass p => BtJacobianEntryClass p class BtClass p => BtManifoldPointClass p class BtDiscreteCollisionDetectorInterface_ResultClass p => BtManifoldResultClass p class BtClass p => BtMatrix3x3DoubleDataClass p class BtClass p => BtMatrix3x3FloatDataClass p class BtClass p => BtMeshPartDataClass p class BtClass p => BtMotionStateClass p class BtBroadphaseInterfaceClass p => BtMultiSapBroadphaseClass p class BtBroadphaseProxyClass p => BtMultiSapBroadphase_btMultiSapProxyClass p class BtClass p => BtMultiSphereShapeDataClass p class BtClass p => BtNodeOverlapCallbackClass p class BtClass p => BtOptimizedBvhNodeClass p class BtClass p => BtOptimizedBvhNodeDoubleDataClass p class BtClass p => BtOptimizedBvhNodeFloatDataClass p class BtClass p => BtOverlapCallbackClass p class BtClass p => BtOverlapFilterCallbackClass p class BtClass p => BtOverlappingPairCallbackClass p class BtGhostObjectClass p => BtPairCachingGhostObjectClass p class BtAlignedObjectArray_GIM_PAIR_Class p => BtPairSetClass p class BtClass p => BtPoint2PointConstraintDoubleDataClass p class BtClass p => BtPoint2PointConstraintFloatDataClass p class BtClass p => BtPointerUidClass p class BtClass p => BtPositionAndRadiusClass p class BtClass p => BtPrimitiveManagerBaseClass p class BtClass p => BtPrimitiveTriangleClass p class BtClass p => BtQuadWordClass p class BtClass p => BtQuantizedBvhClass p class BtClass p => BtQuantizedBvhDoubleDataClass p class BtClass p => BtQuantizedBvhFloatDataClass p class BtClass p => BtQuantizedBvhNodeClass p class BtClass p => BtQuantizedBvhNodeDataClass p class BtClass p => BtQuantizedBvhTreeClass p class BtActionInterfaceClass p => BtRaycastVehicleClass p class BtCollisionObjectClass p => BtRigidBodyClass p class BtClass p => BtRigidBody_btRigidBodyConstructionInfoClass p class BtClass p => BtRigidBodyDoubleDataClass p class BtClass p => BtRigidBodyFloatDataClass p class BtClass p => BtRotationalLimitMotorClass p class BtConcaveShapeClass p => BtScaledBvhTriangleMeshShapeClass p class BtClass p => BtScaledTriangleMeshShapeDataClass p class BtConstraintSolverClass p => BtSequentialImpulseConstraintSolverClass p class BtClass p => BtSerializerClass p class BtClass p => BtShortIntIndexDataClass p class BtClass p => BtShortIntIndexTripletDataClass p class BtBroadphaseInterfaceClass p => BtSimpleBroadphaseClass p class BtBroadphaseProxyClass p => BtSimpleBroadphaseProxyClass p class BtDynamicsWorldClass p => BtSimpleDynamicsWorldClass p class BtClass p => BtSliderConstraintDataClass p class BtCollisionObjectClass p => BtSoftBodyClass p class BtClass p => BtSoftBodyHelpersClass p class BtDefaultCollisionConfigurationClass p => BtSoftBodyRigidBodyCollisionConfigurationClass p class BtClass p => BtSoftBodyWorldInfoClass p class BtClass p => BtSolverBodyObsoleteClass p class BtClass p => BtSolverConstraintClass p class BtClass p => BtSparseSdf_3_Class p class BtClass p => BtStackAllocClass p class BtConcaveShapeClass p => BtStaticPlaneShapeClass p class BtClass p => BtStaticPlaneShapeDataClass p class BtDiscreteCollisionDetectorInterface_ResultClass p => BtStorageResultClass p class BtClass p => BtStridingMeshInterfaceClass p class BtClass p => BtStridingMeshInterfaceDataClass p class BtClass p => BtSubSimplexClosestResultClass p class BtClass p => BtTransformDoubleDataClass p class BtClass p => BtTransformFloatDataClass p class BtClass p => BtTransformUtilClass p class BtClass p => BtTranslationalLimitMotorClass p class BtClass p => BtTriangleCallbackClass p class BtStridingMeshInterfaceClass p => BtTriangleIndexVertexArrayClass p class BtClass p => BtTriangleInfoClass p class BtClass p => BtTriangleInfoDataClass p class BtHashMap_btHashInt_btTriangleInfo_Class p => BtTriangleInfoMapClass p class BtClass p => BtTriangleInfoMapDataClass p class BtTriangleIndexVertexArrayClass p => BtTriangleMeshClass p class BtConcaveShapeClass p => BtTriangleMeshShapeClass p class BtClass p => BtTriangleMeshShapeDataClass p class BtClass p => BtTypedConstraintDataClass p class BtClass p => BtTypedObjectClass p class BtConvexShapeClass p => BtUniformScalingShapeClass p class BtClass p => BtUsageBitfieldClass p class BtClass p => BtVector3DoubleDataClass p class BtClass p => BtVector3FloatDataClass p class BtClass p => BtVehicleRaycasterClass p class BtClass p => BtVehicleRaycaster_btVehicleRaycasterResultClass p class BtClass p => BtRaycastVehicle_btVehicleTuningClass p class BtClass p => BtVoronoiSimplexSolverClass p class BtClass p => BtWheelInfoClass p class BtClass p => BtWheelInfoConstructionInfoClass p class BtClass p => BtSoftBody_eAeroModelClass p class BtClass p => BtSoftBody_eFeatureClass p class BtClass p => BtSoftBody_ePSolverClass p class BtClass p => BtSoftBody_eSolverPresetsClass p class BtClass p => BtSoftBody_Joint_eTypeClass p class BtClass p => BtSoftBody_eVSolverClass p class BtClass p => BtSoftBody_fCollisionClass p class BtClass p => FDrawFlagsClass p class BtClass p => BtSoftBody_fMaterialClass p class BtClass p => BtSoftBody_sCtiClass p class BtClass p => BtSoftBody_sMediumClass p class BtClass p => BtSoftBody_sRayCastClass p class BtClass p => BtGjkEpaSolver2_sResultsClass p class BtClass p => BtDbvt_sStkCLNClass p class BtClass p => BtDbvt_sStkNNClass p class BtClass p => BtDbvt_sStkNPClass p class BtClass p => BtDbvt_sStkNPSClass p class BtSoftBody_JointClass p => BtSoftBody_AJointClass p class BtCollisionWorld_RayResultCallbackClass p => BtCollisionWorld_AllHitsRayResultCallbackClass p class BtSoftBody_JointClass p => BtSoftBody_CJointClass p class BtCollisionWorld_ConvexResultCallbackClass p => BtCollisionWorld_ClosestConvexResultCallbackClass p class BtCollisionWorld_RayResultCallbackClass p => BtCollisionWorld_ClosestRayResultCallbackClass p class BtPrimitiveManagerBaseClass p => BtGImpactCompoundShape_CompoundPrimitiveManagerClass p class BtCollisionAlgorithmCreateFuncClass p => BtGImpactCollisionAlgorithm_CreateFuncClass p class BtCollisionAlgorithmCreateFuncClass p => BtSphereSphereCollisionAlgorithm_CreateFuncClass p class BtCollisionAlgorithmCreateFuncClass p => BtConvexConvexAlgorithm_CreateFuncClass p class BtSoftBody_FeatureClass p => BtSoftBody_FaceClass p class BtAlignedObjectArray_GIM_BVH_DATA_Class p => GIM_BVH_DATA_ARRAYClass p class BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class p => GIM_BVH_TREE_NODE_ARRAYClass p class BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class p => GIM_QUANTIZED_BVH_NODE_ARRAYClass p class BtPrimitiveManagerBaseClass p => BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass p class BtCollisionAlgorithmClass p => BtActivatingCollisionAlgorithmClass p class BtBroadphaseInterfaceClass p => BtAxisSweep3Internal_unsignedint_Class p class BtBroadphaseInterfaceClass p => BtAxisSweep3Internal_unsignedshort_Class p class BtTriangleMeshShapeClass p => BtBvhTriangleMeshShapeClass p class BtDispatcherClass p => BtCollisionDispatcherClass p class BtContactSolverInfoDataClass p => BtContactSolverInfoClass p class BtActivatingCollisionAlgorithmClass p => BtConvexConvexAlgorithmClass p class BtConvexShapeClass p => BtConvexInternalShapeClass p class BtConvexInternalShapeClass p => BtCylinderShapeClass p class BtCylinderShapeClass p => BtCylinderShapeXClass p class BtCylinderShapeClass p => BtCylinderShapeZClass p class BtMotionStateClass p => BtDefaultMotionStateClass p class BtSerializerClass p => BtDefaultSerializerClass p class BtVehicleRaycasterClass p => BtDefaultVehicleRaycasterClass p class BtDynamicsWorldClass p => BtDiscreteDynamicsWorldClass p class BtActivatingCollisionAlgorithmClass p => BtGImpactCollisionAlgorithmClass p class BtGImpactShapeInterfaceClass p => BtGImpactCompoundShapeClass p class BtGImpactShapeInterfaceClass p => BtGImpactMeshShapeClass p class BtGImpactShapeInterfaceClass p => BtGImpactMeshShapePartClass p class BtIDebugDrawClass p => BtGLDebugDrawerClass p class BtOverlappingPairCallbackClass p => BtGhostPairCallbackClass p class BtQuantizedBvhClass p => BtOptimizedBvhClass p class BtOverlappingPairCallbackClass p => BtOverlappingPairCacheClass p class BtTypedObjectClass p => BtPersistentManifoldClass p class BtConvexInternalShapeClass p => BtPolyhedralConvexShapeClass p class BtDiscreteDynamicsWorldClass p => BtSoftRigidDynamicsWorldClass p class BtOverlappingPairCacheClass p => BtSortedOverlappingPairCacheClass p class BtConvexInternalShapeClass p => BtSphereShapeClass p class BtActivatingCollisionAlgorithmClass p => BtSphereSphereCollisionAlgorithmClass p class BtPolyhedralConvexShapeClass p => BtTriangleShapeClass p class BtTriangleShapeClass p => BtTriangleShapeExClass p class BtTypedObjectClass p => BtTypedConstraintClass p class BtAxisSweep3Internal_unsignedint_Class p => Bt32BitAxisSweep3Class p class BtAxisSweep3Internal_unsignedshort_Class p => BtAxisSweep3Class p class BtPolyhedralConvexShapeClass p => BtBoxShapeClass p class BtConvexInternalShapeClass p => BtCapsuleShapeClass p class BtCapsuleShapeClass p => BtCapsuleShapeXClass p class BtCapsuleShapeClass p => BtCapsuleShapeZClass p class BtConvexInternalShapeClass p => BtConeShapeClass p class BtConeShapeClass p => BtConeShapeXClass p class BtConeShapeClass p => BtConeShapeZClass p class BtTypedConstraintClass p => BtConeTwistConstraintClass p class BtTypedConstraintClass p => BtContactConstraintClass p class BtConvexInternalShapeClass p => BtConvexInternalAabbCachingShapeClass p class BtTypedConstraintClass p => BtGeneric6DofConstraintClass p class BtGeneric6DofConstraintClass p => BtGeneric6DofSpringConstraintClass p class BtOverlappingPairCacheClass p => BtHashedOverlappingPairCacheClass p class BtGeneric6DofSpringConstraintClass p => BtHinge2ConstraintClass p class BtTypedConstraintClass p => BtHingeConstraintClass p class BtConvexInternalAabbCachingShapeClass p => BtMultiSphereShapeClass p class BtOverlappingPairCacheClass p => BtNullPairCacheClass p class BtTypedConstraintClass p => BtPoint2PointConstraintClass p class BtPolyhedralConvexShapeClass p => BtPolyhedralConvexAabbCachingShapeClass p class BtTypedConstraintClass p => BtSliderConstraintClass p class BtGeneric6DofConstraintClass p => BtUniversalConstraintClass p class BtPolyhedralConvexAabbCachingShapeClass p => BtBU_Simplex1to4Class p class BtPolyhedralConvexAabbCachingShapeClass p => BtConvexHullShapeClass p class BtPolyhedralConvexAabbCachingShapeClass p => BtConvexTriangleMeshShapeClass p class BtBU_Simplex1to4Class p => BtTetrahedronShapeExClass p e_btDbvt_SIMPLE_STACKSIZE :: Int e_btDbvt_DOUBLE_STACKSIZE :: Int e_btDbvtBroadphase_DYNAMIC_SET :: Int e_btDbvtBroadphase_FIXED_SET :: Int e_btDbvtBroadphase_STAGECOUNT :: Int e_BroadphaseNativeTypes_BOX_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_TRIANGLE_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_TETRAHEDRAL_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CONVEX_TRIANGLEMESH_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CONVEX_HULL_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CONVEX_POINT_CLOUD_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CUSTOM_POLYHEDRAL_SHAPE_TYPE :: Int e_BroadphaseNativeTypes_IMPLICIT_CONVEX_SHAPES_START_HERE :: Int e_BroadphaseNativeTypes_SPHERE_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_MULTI_SPHERE_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CAPSULE_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CONE_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CONVEX_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CYLINDER_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_UNIFORM_SCALING_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_MINKOWSKI_SUM_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_MINKOWSKI_DIFFERENCE_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_BOX_2D_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CONVEX_2D_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CUSTOM_CONVEX_SHAPE_TYPE :: Int e_BroadphaseNativeTypes_CONCAVE_SHAPES_START_HERE :: Int e_BroadphaseNativeTypes_TRIANGLE_MESH_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_SCALED_TRIANGLE_MESH_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_FAST_CONCAVE_MESH_PROXYTYPE :: Int e_BroadphaseNativeTypes_TERRAIN_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_GIMPACT_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_MULTIMATERIAL_TRIANGLE_MESH_PROXYTYPE :: Int e_BroadphaseNativeTypes_EMPTY_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_STATIC_PLANE_PROXYTYPE :: Int e_BroadphaseNativeTypes_CUSTOM_CONCAVE_SHAPE_TYPE :: Int e_BroadphaseNativeTypes_CONCAVE_SHAPES_END_HERE :: Int e_BroadphaseNativeTypes_COMPOUND_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_SOFTBODY_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_HFFLUID_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_HFFLUID_BUOYANT_CONVEX_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_INVALID_SHAPE_PROXYTYPE :: Int e_BroadphaseNativeTypes_MAX_BROADPHASE_COLLISION_TYPES :: Int e_btBroadphaseProxy_CollisionFilterGroups_DefaultFilter :: Int e_btBroadphaseProxy_CollisionFilterGroups_StaticFilter :: Int e_btBroadphaseProxy_CollisionFilterGroups_KinematicFilter :: Int e_btBroadphaseProxy_CollisionFilterGroups_DebrisFilter :: Int e_btBroadphaseProxy_CollisionFilterGroups_SensorTrigger :: Int e_btBroadphaseProxy_CollisionFilterGroups_CharacterFilter :: Int e_btBroadphaseProxy_CollisionFilterGroups_AllFilter :: Int e_btCollisionObject_CollisionFlags_CF_STATIC_OBJECT :: Int e_btCollisionObject_CollisionFlags_CF_KINEMATIC_OBJECT :: Int e_btCollisionObject_CollisionFlags_CF_NO_CONTACT_RESPONSE :: Int e_btCollisionObject_CollisionFlags_CF_CUSTOM_MATERIAL_CALLBACK :: Int e_btCollisionObject_CollisionFlags_CF_CHARACTER_OBJECT :: Int e_btCollisionObject_CollisionFlags_CF_DISABLE_VISUALIZE_OBJECT :: Int e_btCollisionObject_CollisionFlags_CF_DISABLE_SPU_COLLISION_PROCESSING :: Int e_btCollisionObject_CollisionObjectTypes_CO_COLLISION_OBJECT :: Int e_btCollisionObject_CollisionObjectTypes_CO_RIGID_BODY :: Int e_btCollisionObject_CollisionObjectTypes_CO_GHOST_OBJECT :: Int e_btCollisionObject_CollisionObjectTypes_CO_SOFT_BODY :: Int e_btCollisionObject_CollisionObjectTypes_CO_HF_FLUID :: Int e_btCollisionObject_CollisionObjectTypes_CO_USER_TYPE :: Int e_btIDebugDraw_DebugDrawModes_DBG_NoDebug :: Int e_btIDebugDraw_DebugDrawModes_DBG_DrawWireframe :: Int e_btIDebugDraw_DebugDrawModes_DBG_DrawAabb :: Int e_btIDebugDraw_DebugDrawModes_DBG_DrawFeaturesText :: Int e_btIDebugDraw_DebugDrawModes_DBG_DrawContactPoints :: Int e_btIDebugDraw_DebugDrawModes_DBG_NoDeactivation :: Int e_btIDebugDraw_DebugDrawModes_DBG_NoHelpText :: Int e_btIDebugDraw_DebugDrawModes_DBG_DrawText :: Int e_btIDebugDraw_DebugDrawModes_DBG_ProfileTimings :: Int e_btIDebugDraw_DebugDrawModes_DBG_EnableSatComparison :: Int e_btIDebugDraw_DebugDrawModes_DBG_DisableBulletLCP :: Int e_btIDebugDraw_DebugDrawModes_DBG_EnableCCD :: Int e_btIDebugDraw_DebugDrawModes_DBG_DrawConstraints :: Int e_btIDebugDraw_DebugDrawModes_DBG_DrawConstraintLimits :: Int e_btIDebugDraw_DebugDrawModes_DBG_FastWireframe :: Int e_btIDebugDraw_DebugDrawModes_DBG_MAX_DEBUG_DRAW_MODE :: Int e_btDispatcherInfo_DispatchFunc_DISPATCH_DISCRETE :: Int e_btDispatcherInfo_DispatchFunc_DISPATCH_CONTINUOUS :: Int e_btCollisionDispatcher_DispatcherFlags_CD_STATIC_STATIC_REPORTED :: Int e_btCollisionDispatcher_DispatcherFlags_CD_USE_RELATIVE_CONTACT_BREAKING_THRESHOLD :: Int e_btCollisionDispatcher_DispatcherFlags_CD_DISABLE_CONTACTPOOL_DYNAMIC_ALLOCATION :: Int e_PHY_ScalarType_PHY_FLOAT :: Int e_PHY_ScalarType_PHY_DOUBLE :: Int e_PHY_ScalarType_PHY_INTEGER :: Int e_PHY_ScalarType_PHY_SHORT :: Int e_PHY_ScalarType_PHY_FIXEDPOINT88 :: Int e_PHY_ScalarType_PHY_UCHAR :: Int e_fDrawFlags___Nodes :: Int e_fDrawFlags___Links :: Int e_fDrawFlags___Faces :: Int e_fDrawFlags___Tetras :: Int e_fDrawFlags___Normals :: Int e_fDrawFlags___Contacts :: Int e_fDrawFlags___Anchors :: Int e_fDrawFlags___Notes :: Int e_fDrawFlags___Clusters :: Int e_fDrawFlags___NodeTree :: Int e_fDrawFlags___FaceTree :: Int e_fDrawFlags___ClusterTree :: Int e_fDrawFlags___Joints :: Int e_fDrawFlags___Std :: Int e_fDrawFlags___StdTetra :: Int e_btSoftBody_eAeroModel___V_Point :: Int e_btSoftBody_eAeroModel___V_TwoSided :: Int e_btSoftBody_eAeroModel___V_TwoSidedLiftDrag :: Int e_btSoftBody_eAeroModel___V_OneSided :: Int e_btSoftBody_eAeroModel___F_TwoSided :: Int e_btSoftBody_eAeroModel___F_TwoSidedLiftDrag :: Int e_btSoftBody_eAeroModel___F_OneSided :: Int e_btSoftBody_eAeroModel___END :: Int e_btSoftBody_eVSolver___Linear :: Int e_btSoftBody_eVSolver___END :: Int e_btSoftBody_ePSolver___Linear :: Int e_btSoftBody_ePSolver___Anchors :: Int e_btSoftBody_ePSolver___RContacts :: Int e_btSoftBody_ePSolver___SContacts :: Int e_btSoftBody_ePSolver___END :: Int e_btSoftBody_eSolverPresets___Positions :: Int e_btSoftBody_eSolverPresets___Velocities :: Int e_btSoftBody_eSolverPresets___Default :: Int e_btSoftBody_eSolverPresets___END :: Int e_btSoftBody_eFeature___None :: Int e_btSoftBody_eFeature___Node :: Int e_btSoftBody_eFeature___Link :: Int e_btSoftBody_eFeature___Face :: Int e_btSoftBody_eFeature___Tetra :: Int e_btSoftBody_eFeature___END :: Int e_btSoftBody_fCollision___RVSmask :: Int e_btSoftBody_fCollision___SDF_RS :: Int e_btSoftBody_fCollision___CL_RS :: Int e_btSoftBody_fCollision___SVSmask :: Int e_btSoftBody_fCollision___VF_SS :: Int e_btSoftBody_fCollision___CL_SS :: Int e_btSoftBody_fCollision___CL_SELF :: Int e_btSoftBody_fCollision___Default :: Int e_btSoftBody_fCollision___END :: Int e_btSoftBody_fMaterial___DebugDraw :: Int e_btSoftBody_fMaterial___Default :: Int e_btSoftBody_fMaterial___END :: Int e_btSoftBody_Joint_eType___Linear :: Int e_btSoftBody_Joint_eType___Angular :: Int e_btSoftBody_Joint_eType___Contact :: Int e_bt6DofFlags_BT_6DOF_FLAGS_CFM_NORM :: Int e_bt6DofFlags_BT_6DOF_FLAGS_CFM_STOP :: Int e_bt6DofFlags_BT_6DOF_FLAGS_ERP_STOP :: Int e_btConeTwistFlags_BT_CONETWIST_FLAGS_LIN_CFM :: Int e_btConeTwistFlags_BT_CONETWIST_FLAGS_LIN_ERP :: Int e_btConeTwistFlags_BT_CONETWIST_FLAGS_ANG_CFM :: Int e_btConstraintParams_BT_CONSTRAINT_ERP :: Int e_btConstraintParams_BT_CONSTRAINT_STOP_ERP :: Int e_btConstraintParams_BT_CONSTRAINT_CFM :: Int e_btConstraintParams_BT_CONSTRAINT_STOP_CFM :: Int e_btContactManifoldTypes_MIN_CONTACT_MANIFOLD_TYPE :: Int e_btContactManifoldTypes_BT_PERSISTENT_MANIFOLD_TYPE :: Int e_btDynamicsWorldType_BT_SIMPLE_DYNAMICS_WORLD :: Int e_btDynamicsWorldType_BT_DISCRETE_DYNAMICS_WORLD :: Int e_btDynamicsWorldType_BT_CONTINUOUS_DYNAMICS_WORLD :: Int e_btDynamicsWorldType_BT_SOFT_RIGID_DYNAMICS_WORLD :: Int e_btHingeFlags_BT_HINGE_FLAGS_CFM_STOP :: Int e_btHingeFlags_BT_HINGE_FLAGS_ERP_STOP :: Int e_btHingeFlags_BT_HINGE_FLAGS_CFM_NORM :: Int e_btPoint2PointFlags_BT_P2P_FLAGS_ERP :: Int e_btPoint2PointFlags_BT_P2P_FLAGS_CFM :: Int e_btRigidBodyFlags_BT_DISABLE_WORLD_GRAVITY :: Int e_btSerializationFlags_BT_SERIALIZE_NO_BVH :: Int e_btSerializationFlags_BT_SERIALIZE_NO_TRIANGLEINFOMAP :: Int e_btSerializationFlags_BT_SERIALIZE_NO_DUPLICATE_ASSERT :: Int e_btSliderFlags_BT_SLIDER_FLAGS_CFM_DIRLIN :: Int e_btSliderFlags_BT_SLIDER_FLAGS_ERP_DIRLIN :: Int e_btSliderFlags_BT_SLIDER_FLAGS_CFM_DIRANG :: Int e_btSliderFlags_BT_SLIDER_FLAGS_ERP_DIRANG :: Int e_btSliderFlags_BT_SLIDER_FLAGS_CFM_ORTLIN :: Int e_btSliderFlags_BT_SLIDER_FLAGS_ERP_ORTLIN :: Int e_btSliderFlags_BT_SLIDER_FLAGS_CFM_ORTANG :: Int e_btSliderFlags_BT_SLIDER_FLAGS_ERP_ORTANG :: Int e_btSliderFlags_BT_SLIDER_FLAGS_CFM_LIMLIN :: Int e_btSliderFlags_BT_SLIDER_FLAGS_ERP_LIMLIN :: Int e_btSliderFlags_BT_SLIDER_FLAGS_CFM_LIMANG :: Int e_btSliderFlags_BT_SLIDER_FLAGS_ERP_LIMANG :: Int e_btSolverConstraint_btSolverConstraintType_BT_SOLVER_CONTACT_1D :: Int e_btSolverConstraint_btSolverConstraintType_BT_SOLVER_FRICTION_1D :: Int e_btSolverMode_SOLVER_RANDMIZE_ORDER :: Int e_btSolverMode_SOLVER_FRICTION_SEPARATE :: Int e_btSolverMode_SOLVER_USE_WARMSTARTING :: Int e_btSolverMode_SOLVER_USE_FRICTION_WARMSTARTING :: Int e_btSolverMode_SOLVER_USE_2_FRICTION_DIRECTIONS :: Int e_btSolverMode_SOLVER_ENABLE_FRICTION_DIRECTION_CACHING :: Int e_btSolverMode_SOLVER_DISABLE_VELOCITY_DEPENDENT_FRICTION_DIRECTION :: Int e_btSolverMode_SOLVER_CACHE_FRIENDLY :: Int e_btSolverMode_SOLVER_SIMD :: Int e_btSolverMode_SOLVER_CUDA :: Int e_btQuantizedBvh_btTraversalMode_TRAVERSAL_STACKLESS :: Int e_btQuantizedBvh_btTraversalMode_TRAVERSAL_STACKLESS_CACHE_FRIENDLY :: Int e_btQuantizedBvh_btTraversalMode_TRAVERSAL_RECURSIVE :: Int e_btTypedConstraintType_POINT2POINT_CONSTRAINT_TYPE :: Int e_btTypedConstraintType_HINGE_CONSTRAINT_TYPE :: Int e_btTypedConstraintType_CONETWIST_CONSTRAINT_TYPE :: Int e_btTypedConstraintType_D6_CONSTRAINT_TYPE :: Int e_btTypedConstraintType_SLIDER_CONSTRAINT_TYPE :: Int e_btTypedConstraintType_CONTACT_CONSTRAINT_TYPE :: Int e_btTypedConstraintType_D6_SPRING_CONSTRAINT_TYPE :: Int e_btTypedConstraintType_MAX_CONSTRAINT_TYPE :: Int e_eBT_PLANE_INTERSECTION_TYPE_BT_CONST_BACK_PLANE :: Int e_eBT_PLANE_INTERSECTION_TYPE_BT_CONST_COLLIDE_PLANE :: Int e_eBT_PLANE_INTERSECTION_TYPE_BT_CONST_FRONT_PLANE :: Int e_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_COMPOUND_SHAPE :: Int e_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_TRIMESH_SHAPE_PART :: Int e_eGIMPACT_SHAPE_TYPE_CONST_GIMPACT_TRIMESH_SHAPE :: Int e_btGjkEpaSolver2_sResults_eStatus_Separated :: Int e_btGjkEpaSolver2_sResults_eStatus_Penetrating :: Int e_btGjkEpaSolver2_sResults_eStatus_GJK_Failed :: Int e_btGjkEpaSolver2_sResults_eStatus_EPA_Failed :: Int instance Eq BtSoftBody_AJoint instance Ord BtSoftBody_AJoint instance Show BtSoftBody_AJoint instance Eq BtCollisionWorld_AllHitsRayResultCallback instance Ord BtCollisionWorld_AllHitsRayResultCallback instance Show BtCollisionWorld_AllHitsRayResultCallback instance Eq BtSoftBody_Anchor instance Ord BtSoftBody_Anchor instance Show BtSoftBody_Anchor instance Eq BT_BOX_BOX_TRANSFORM_CACHE instance Ord BT_BOX_BOX_TRANSFORM_CACHE instance Show BT_BOX_BOX_TRANSFORM_CACHE instance Eq BT_QUANTIZED_BVH_NODE instance Ord BT_QUANTIZED_BVH_NODE instance Show BT_QUANTIZED_BVH_NODE instance Eq BtSoftBody_Body instance Ord BtSoftBody_Body instance Show BtSoftBody_Body instance Eq BtSoftBody_CJoint instance Ord BtSoftBody_CJoint instance Show BtSoftBody_CJoint instance Eq CProfileIterator instance Ord CProfileIterator instance Show CProfileIterator instance Eq CProfileManager instance Ord CProfileManager instance Show CProfileManager instance Eq CProfileNode instance Ord CProfileNode instance Show CProfileNode instance Eq CProfileSample instance Ord CProfileSample instance Show CProfileSample instance Eq BtCollisionWorld_ClosestConvexResultCallback instance Ord BtCollisionWorld_ClosestConvexResultCallback instance Show BtCollisionWorld_ClosestConvexResultCallback instance Eq BtDiscreteCollisionDetectorInterface_ClosestPointInput instance Ord BtDiscreteCollisionDetectorInterface_ClosestPointInput instance Show BtDiscreteCollisionDetectorInterface_ClosestPointInput instance Eq BtCollisionWorld_ClosestRayResultCallback instance Ord BtCollisionWorld_ClosestRayResultCallback instance Show BtCollisionWorld_ClosestRayResultCallback instance Eq BtSoftBody_Cluster instance Ord BtSoftBody_Cluster instance Show BtSoftBody_Cluster instance Eq BtGImpactCompoundShape_CompoundPrimitiveManager instance Ord BtGImpactCompoundShape_CompoundPrimitiveManager instance Show BtGImpactCompoundShape_CompoundPrimitiveManager instance Eq BtSoftBody_Config instance Ord BtSoftBody_Config instance Show BtSoftBody_Config instance Eq BtCollisionWorld_ContactResultCallback instance Ord BtCollisionWorld_ContactResultCallback instance Show BtCollisionWorld_ContactResultCallback instance Eq BtCollisionWorld_ConvexResultCallback instance Ord BtCollisionWorld_ConvexResultCallback instance Show BtCollisionWorld_ConvexResultCallback instance Eq BtGImpactCollisionAlgorithm_CreateFunc instance Ord BtGImpactCollisionAlgorithm_CreateFunc instance Show BtGImpactCollisionAlgorithm_CreateFunc instance Eq BtSphereSphereCollisionAlgorithm_CreateFunc instance Ord BtSphereSphereCollisionAlgorithm_CreateFunc instance Show BtSphereSphereCollisionAlgorithm_CreateFunc instance Eq BtConvexConvexAlgorithm_CreateFunc instance Ord BtConvexConvexAlgorithm_CreateFunc instance Show BtConvexConvexAlgorithm_CreateFunc instance Eq BtSoftBody_Element instance Ord BtSoftBody_Element instance Show BtSoftBody_Element instance Eq BtSoftBody_Face instance Ord BtSoftBody_Face instance Show BtSoftBody_Face instance Eq BtSoftBody_Feature instance Ord BtSoftBody_Feature instance Show BtSoftBody_Feature instance Eq GIM_BVH_DATA instance Ord GIM_BVH_DATA instance Show GIM_BVH_DATA instance Eq GIM_BVH_DATA_ARRAY instance Ord GIM_BVH_DATA_ARRAY instance Show GIM_BVH_DATA_ARRAY instance Eq GIM_BVH_TREE_NODE instance Ord GIM_BVH_TREE_NODE instance Show GIM_BVH_TREE_NODE instance Eq GIM_BVH_TREE_NODE_ARRAY instance Ord GIM_BVH_TREE_NODE_ARRAY instance Show GIM_BVH_TREE_NODE_ARRAY instance Eq GIM_PAIR instance Ord GIM_PAIR instance Show GIM_PAIR instance Eq GIM_QUANTIZED_BVH_NODE_ARRAY instance Ord GIM_QUANTIZED_BVH_NODE_ARRAY instance Show GIM_QUANTIZED_BVH_NODE_ARRAY instance Eq GIM_TRIANGLE_CONTACT instance Ord GIM_TRIANGLE_CONTACT instance Show GIM_TRIANGLE_CONTACT instance Eq BtDbvt_IClone instance Ord BtDbvt_IClone instance Show BtDbvt_IClone instance Eq BtDbvt_ICollide instance Ord BtDbvt_ICollide instance Show BtDbvt_ICollide instance Eq BtSoftBody_AJoint_IControl instance Ord BtSoftBody_AJoint_IControl instance Show BtSoftBody_AJoint_IControl instance Eq BtDbvt_IWriter instance Ord BtDbvt_IWriter instance Show BtDbvt_IWriter instance Eq BtSoftBody_ImplicitFn instance Ord BtSoftBody_ImplicitFn instance Show BtSoftBody_ImplicitFn instance Eq BtSoftBody_Impulse instance Ord BtSoftBody_Impulse instance Show BtSoftBody_Impulse instance Eq BtSoftBody_Joint instance Ord BtSoftBody_Joint instance Show BtSoftBody_Joint instance Eq BtSoftBody_LJoint instance Ord BtSoftBody_LJoint instance Show BtSoftBody_LJoint instance Eq BtSoftBody_Link instance Ord BtSoftBody_Link instance Show BtSoftBody_Link instance Eq BtCollisionWorld_LocalConvexResult instance Ord BtCollisionWorld_LocalConvexResult instance Show BtCollisionWorld_LocalConvexResult instance Eq BtCollisionWorld_LocalRayResult instance Ord BtCollisionWorld_LocalRayResult instance Show BtCollisionWorld_LocalRayResult instance Eq BtCollisionWorld_LocalShapeInfo instance Ord BtCollisionWorld_LocalShapeInfo instance Show BtCollisionWorld_LocalShapeInfo instance Eq BtSoftBody_Material instance Ord BtSoftBody_Material instance Show BtSoftBody_Material instance Eq BtSoftBody_Node instance Ord BtSoftBody_Node instance Show BtSoftBody_Node instance Eq BtSoftBody_Note instance Ord BtSoftBody_Note instance Show BtSoftBody_Note instance Eq BtSoftBody_Pose instance Ord BtSoftBody_Pose instance Show BtSoftBody_Pose instance Eq BtSoftBody_RContact instance Ord BtSoftBody_RContact instance Show BtSoftBody_RContact instance Eq BtSoftBody_RayFromToCaster instance Ord BtSoftBody_RayFromToCaster instance Show BtSoftBody_RayFromToCaster instance Eq BtCollisionWorld_RayResultCallback instance Ord BtCollisionWorld_RayResultCallback instance Show BtCollisionWorld_RayResultCallback instance Eq BtWheelInfo_RaycastInfo instance Ord BtWheelInfo_RaycastInfo instance Show BtWheelInfo_RaycastInfo instance Eq BtDiscreteCollisionDetectorInterface_Result instance Ord BtDiscreteCollisionDetectorInterface_Result instance Show BtDiscreteCollisionDetectorInterface_Result instance Eq BtSoftBody_SContact instance Ord BtSoftBody_SContact instance Show BtSoftBody_SContact instance Eq BtSoftBody_SolverState instance Ord BtSoftBody_SolverState instance Show BtSoftBody_SolverState instance Eq BtSoftBody_Joint_Specs instance Ord BtSoftBody_Joint_Specs instance Show BtSoftBody_Joint_Specs instance Eq BtSoftBody_LJoint_Specs instance Ord BtSoftBody_LJoint_Specs instance Show BtSoftBody_LJoint_Specs instance Eq BtSoftBody_AJoint_Specs instance Ord BtSoftBody_AJoint_Specs instance Show BtSoftBody_AJoint_Specs instance Eq BtSoftBody_Tetra instance Ord BtSoftBody_Tetra instance Show BtSoftBody_Tetra instance Eq BtGImpactMeshShapePart_TrimeshPrimitiveManager instance Ord BtGImpactMeshShapePart_TrimeshPrimitiveManager instance Show BtGImpactMeshShapePart_TrimeshPrimitiveManager instance Eq Bt32BitAxisSweep3 instance Ord Bt32BitAxisSweep3 instance Show Bt32BitAxisSweep3 instance Eq BtAABB instance Ord BtAABB instance Show BtAABB instance Eq BtActionInterface instance Ord BtActionInterface instance Show BtActionInterface instance Eq BtActivatingCollisionAlgorithm instance Ord BtActivatingCollisionAlgorithm instance Show BtActivatingCollisionAlgorithm instance Eq BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ instance Ord BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ instance Show BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ instance Eq BtAlignedAllocator_GIM_BVH_DATA_16u_ instance Ord BtAlignedAllocator_GIM_BVH_DATA_16u_ instance Show BtAlignedAllocator_GIM_BVH_DATA_16u_ instance Eq BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ instance Ord BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ instance Show BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ instance Eq BtAlignedAllocator_GIM_PAIR_16u_ instance Ord BtAlignedAllocator_GIM_PAIR_16u_ instance Show BtAlignedAllocator_GIM_PAIR_16u_ instance Eq BtAlignedAllocator_bool_16u_ instance Ord BtAlignedAllocator_bool_16u_ instance Show BtAlignedAllocator_bool_16u_ instance Eq BtAlignedAllocator_btActionInterface_ptr_16u_ instance Ord BtAlignedAllocator_btActionInterface_ptr_16u_ instance Show BtAlignedAllocator_btActionInterface_ptr_16u_ instance Eq BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ instance Ord BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ instance Show BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ instance Eq BtAlignedAllocator_btBroadphasePair_16u_ instance Ord BtAlignedAllocator_btBroadphasePair_16u_ instance Show BtAlignedAllocator_btBroadphasePair_16u_ instance Eq BtAlignedAllocator_btBvhSubtreeInfo_16u_ instance Ord BtAlignedAllocator_btBvhSubtreeInfo_16u_ instance Show BtAlignedAllocator_btBvhSubtreeInfo_16u_ instance Eq BtAlignedAllocator_btChunk_ptr_16u_ instance Ord BtAlignedAllocator_btChunk_ptr_16u_ instance Show BtAlignedAllocator_btChunk_ptr_16u_ instance Eq BtAlignedAllocator_btCollisionObject_ptr_16u_ instance Ord BtAlignedAllocator_btCollisionObject_ptr_16u_ instance Show BtAlignedAllocator_btCollisionObject_ptr_16u_ instance Eq BtAlignedAllocator_btCollisionShape_ptr_16u_ instance Ord BtAlignedAllocator_btCollisionShape_ptr_16u_ instance Show BtAlignedAllocator_btCollisionShape_ptr_16u_ instance Eq BtAlignedAllocator_btCompoundShapeChild_16u_ instance Ord BtAlignedAllocator_btCompoundShapeChild_16u_ instance Show BtAlignedAllocator_btCompoundShapeChild_16u_ instance Eq BtAlignedAllocator_btDbvt_sStkNN_16u_ instance Ord BtAlignedAllocator_btDbvt_sStkNN_16u_ instance Show BtAlignedAllocator_btDbvt_sStkNN_16u_ instance Eq BtAlignedAllocator_btDbvt_sStkNP_16u_ instance Ord BtAlignedAllocator_btDbvt_sStkNP_16u_ instance Show BtAlignedAllocator_btDbvt_sStkNP_16u_ instance Eq BtAlignedAllocator_btDbvt_sStkNPS_16u_ instance Ord BtAlignedAllocator_btDbvt_sStkNPS_16u_ instance Show BtAlignedAllocator_btDbvt_sStkNPS_16u_ instance Eq BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ instance Ord BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ instance Show BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ instance Eq BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ instance Ord BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ instance Show BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ instance Eq BtAlignedAllocator_btHashInt_16u_ instance Ord BtAlignedAllocator_btHashInt_16u_ instance Show BtAlignedAllocator_btHashInt_16u_ instance Eq BtAlignedAllocator_btHashPtr_16u_ instance Ord BtAlignedAllocator_btHashPtr_16u_ instance Show BtAlignedAllocator_btHashPtr_16u_ instance Eq BtAlignedAllocator_btHashString_16u_ instance Ord BtAlignedAllocator_btHashString_16u_ instance Show BtAlignedAllocator_btHashString_16u_ instance Eq BtAlignedAllocator_btIndexedMesh_16u_ instance Ord BtAlignedAllocator_btIndexedMesh_16u_ instance Show BtAlignedAllocator_btIndexedMesh_16u_ instance Eq BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ instance Ord BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ instance Show BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ instance Eq BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ instance Ord BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ instance Show BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ instance Eq BtAlignedAllocator_btOptimizedBvhNode_16u_ instance Ord BtAlignedAllocator_btOptimizedBvhNode_16u_ instance Show BtAlignedAllocator_btOptimizedBvhNode_16u_ instance Eq BtAlignedAllocator_btPersistentManifold_ptr_16u_ instance Ord BtAlignedAllocator_btPersistentManifold_ptr_16u_ instance Show BtAlignedAllocator_btPersistentManifold_ptr_16u_ instance Eq BtAlignedAllocator_btPointerUid_16u_ instance Ord BtAlignedAllocator_btPointerUid_16u_ instance Show BtAlignedAllocator_btPointerUid_16u_ instance Eq BtAlignedAllocator_btQuantizedBvhNode_16u_ instance Ord BtAlignedAllocator_btQuantizedBvhNode_16u_ instance Show BtAlignedAllocator_btQuantizedBvhNode_16u_ instance Eq BtAlignedAllocator_btRigidBody_ptr_16u_ instance Ord BtAlignedAllocator_btRigidBody_ptr_16u_ instance Show BtAlignedAllocator_btRigidBody_ptr_16u_ instance Eq BtAlignedAllocator_btSoftBody_ptr_16u_ instance Ord BtAlignedAllocator_btSoftBody_ptr_16u_ instance Show BtAlignedAllocator_btSoftBody_ptr_16u_ instance Eq BtAlignedAllocator_btSoftBody_Anchor_16u_ instance Ord BtAlignedAllocator_btSoftBody_Anchor_16u_ instance Show BtAlignedAllocator_btSoftBody_Anchor_16u_ instance Eq BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ instance Ord BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ instance Show BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ instance Eq BtAlignedAllocator_btSoftBody_Face_16u_ instance Ord BtAlignedAllocator_btSoftBody_Face_16u_ instance Show BtAlignedAllocator_btSoftBody_Face_16u_ instance Eq BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ instance Ord BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ instance Show BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ instance Eq BtAlignedAllocator_btSoftBody_Link_16u_ instance Ord BtAlignedAllocator_btSoftBody_Link_16u_ instance Show BtAlignedAllocator_btSoftBody_Link_16u_ instance Eq BtAlignedAllocator_btSoftBody_Material_ptr_16u_ instance Ord BtAlignedAllocator_btSoftBody_Material_ptr_16u_ instance Show BtAlignedAllocator_btSoftBody_Material_ptr_16u_ instance Eq BtAlignedAllocator_btSoftBody_Node_ptr_16u_ instance Ord BtAlignedAllocator_btSoftBody_Node_ptr_16u_ instance Show BtAlignedAllocator_btSoftBody_Node_ptr_16u_ instance Eq BtAlignedAllocator_btSoftBody_Node_16u_ instance Ord BtAlignedAllocator_btSoftBody_Node_16u_ instance Show BtAlignedAllocator_btSoftBody_Node_16u_ instance Eq BtAlignedAllocator_btSoftBody_Note_16u_ instance Ord BtAlignedAllocator_btSoftBody_Note_16u_ instance Show BtAlignedAllocator_btSoftBody_Note_16u_ instance Eq BtAlignedAllocator_btSoftBody_RContact_16u_ instance Ord BtAlignedAllocator_btSoftBody_RContact_16u_ instance Show BtAlignedAllocator_btSoftBody_RContact_16u_ instance Eq BtAlignedAllocator_btSoftBody_SContact_16u_ instance Ord BtAlignedAllocator_btSoftBody_SContact_16u_ instance Show BtAlignedAllocator_btSoftBody_SContact_16u_ instance Eq BtAlignedAllocator_btSoftBody_Tetra_16u_ instance Ord BtAlignedAllocator_btSoftBody_Tetra_16u_ instance Show BtAlignedAllocator_btSoftBody_Tetra_16u_ instance Eq BtAlignedAllocator_btSoftBody_ePSolver___16u_ instance Ord BtAlignedAllocator_btSoftBody_ePSolver___16u_ instance Show BtAlignedAllocator_btSoftBody_ePSolver___16u_ instance Eq BtAlignedAllocator_btSoftBody_eVSolver___16u_ instance Ord BtAlignedAllocator_btSoftBody_eVSolver___16u_ instance Show BtAlignedAllocator_btSoftBody_eVSolver___16u_ instance Eq BtAlignedAllocator_btSolverConstraint_16u_ instance Ord BtAlignedAllocator_btSolverConstraint_16u_ instance Show BtAlignedAllocator_btSolverConstraint_16u_ instance Eq BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ instance Ord BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ instance Show BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ instance Eq BtAlignedAllocator_btTransform_16u_ instance Ord BtAlignedAllocator_btTransform_16u_ instance Show BtAlignedAllocator_btTransform_16u_ instance Eq BtAlignedAllocator_btTriangleInfo_16u_ instance Ord BtAlignedAllocator_btTriangleInfo_16u_ instance Show BtAlignedAllocator_btTriangleInfo_16u_ instance Eq BtAlignedAllocator_btTypedConstraint_ptr_16u_ instance Ord BtAlignedAllocator_btTypedConstraint_ptr_16u_ instance Show BtAlignedAllocator_btTypedConstraint_ptr_16u_ instance Eq BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ instance Ord BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ instance Show BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ instance Eq BtAlignedAllocator_btVector3_16u_ instance Ord BtAlignedAllocator_btVector3_16u_ instance Show BtAlignedAllocator_btVector3_16u_ instance Eq BtAlignedAllocator_btWheelInfo_16u_ instance Ord BtAlignedAllocator_btWheelInfo_16u_ instance Show BtAlignedAllocator_btWheelInfo_16u_ instance Eq BtAlignedAllocator_charconst_ptr_16u_ instance Ord BtAlignedAllocator_charconst_ptr_16u_ instance Show BtAlignedAllocator_charconst_ptr_16u_ instance Eq BtAlignedAllocator_char_ptr_16u_ instance Ord BtAlignedAllocator_char_ptr_16u_ instance Show BtAlignedAllocator_char_ptr_16u_ instance Eq BtAlignedAllocator_float_16u_ instance Ord BtAlignedAllocator_float_16u_ instance Show BtAlignedAllocator_float_16u_ instance Eq BtAlignedAllocator_int_16u_ instance Ord BtAlignedAllocator_int_16u_ instance Show BtAlignedAllocator_int_16u_ instance Eq BtAlignedAllocator_short_ptr_16u_ instance Ord BtAlignedAllocator_short_ptr_16u_ instance Show BtAlignedAllocator_short_ptr_16u_ instance Eq BtAlignedAllocator_short_16u_ instance Ord BtAlignedAllocator_short_16u_ instance Show BtAlignedAllocator_short_16u_ instance Eq BtAlignedAllocator_unsignedint_16u_ instance Ord BtAlignedAllocator_unsignedint_16u_ instance Show BtAlignedAllocator_unsignedint_16u_ instance Eq BtAlignedAllocator_unsignedshort_16u_ instance Ord BtAlignedAllocator_unsignedshort_16u_ instance Show BtAlignedAllocator_unsignedshort_16u_ instance Eq BtAlignedAllocator_void_ptr_16u_ instance Ord BtAlignedAllocator_void_ptr_16u_ instance Show BtAlignedAllocator_void_ptr_16u_ instance Eq BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ instance Ord BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ instance Show BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ instance Eq BtAlignedObjectArray_GIM_BVH_DATA_ instance Ord BtAlignedObjectArray_GIM_BVH_DATA_ instance Show BtAlignedObjectArray_GIM_BVH_DATA_ instance Eq BtAlignedObjectArray_GIM_BVH_TREE_NODE_ instance Ord BtAlignedObjectArray_GIM_BVH_TREE_NODE_ instance Show BtAlignedObjectArray_GIM_BVH_TREE_NODE_ instance Eq BtAlignedObjectArray_GIM_PAIR_ instance Ord BtAlignedObjectArray_GIM_PAIR_ instance Show BtAlignedObjectArray_GIM_PAIR_ instance Eq BtAlignedObjectArray_bool_ instance Ord BtAlignedObjectArray_bool_ instance Show BtAlignedObjectArray_bool_ instance Eq BtAlignedObjectArray_btActionInterface_ptr_ instance Ord BtAlignedObjectArray_btActionInterface_ptr_ instance Show BtAlignedObjectArray_btActionInterface_ptr_ instance Eq BtAlignedObjectArray_btBroadphaseInterface_ptr_ instance Ord BtAlignedObjectArray_btBroadphaseInterface_ptr_ instance Show BtAlignedObjectArray_btBroadphaseInterface_ptr_ instance Eq BtAlignedObjectArray_btBroadphasePair_ instance Ord BtAlignedObjectArray_btBroadphasePair_ instance Show BtAlignedObjectArray_btBroadphasePair_ instance Eq BtAlignedObjectArray_btBvhSubtreeInfo_ instance Ord BtAlignedObjectArray_btBvhSubtreeInfo_ instance Show BtAlignedObjectArray_btBvhSubtreeInfo_ instance Eq BtAlignedObjectArray_btChunk_ptr_ instance Ord BtAlignedObjectArray_btChunk_ptr_ instance Show BtAlignedObjectArray_btChunk_ptr_ instance Eq BtAlignedObjectArray_btCollisionObject_ptr_ instance Ord BtAlignedObjectArray_btCollisionObject_ptr_ instance Show BtAlignedObjectArray_btCollisionObject_ptr_ instance Eq BtAlignedObjectArray_btCollisionShape_ptr_ instance Ord BtAlignedObjectArray_btCollisionShape_ptr_ instance Show BtAlignedObjectArray_btCollisionShape_ptr_ instance Eq BtAlignedObjectArray_btCompoundShapeChild_ instance Ord BtAlignedObjectArray_btCompoundShapeChild_ instance Show BtAlignedObjectArray_btCompoundShapeChild_ instance Eq BtAlignedObjectArray_btDbvt_sStkNN_ instance Ord BtAlignedObjectArray_btDbvt_sStkNN_ instance Show BtAlignedObjectArray_btDbvt_sStkNN_ instance Eq BtAlignedObjectArray_btDbvt_sStkNP_ instance Ord BtAlignedObjectArray_btDbvt_sStkNP_ instance Show BtAlignedObjectArray_btDbvt_sStkNP_ instance Eq BtAlignedObjectArray_btDbvt_sStkNPS_ instance Ord BtAlignedObjectArray_btDbvt_sStkNPS_ instance Show BtAlignedObjectArray_btDbvt_sStkNPS_ instance Eq BtAlignedObjectArray_btDbvtNodeconst_ptr_ instance Ord BtAlignedObjectArray_btDbvtNodeconst_ptr_ instance Show BtAlignedObjectArray_btDbvtNodeconst_ptr_ instance Eq BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ instance Ord BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ instance Show BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ instance Eq BtAlignedObjectArray_btHashInt_ instance Ord BtAlignedObjectArray_btHashInt_ instance Show BtAlignedObjectArray_btHashInt_ instance Eq BtAlignedObjectArray_btHashPtr_ instance Ord BtAlignedObjectArray_btHashPtr_ instance Show BtAlignedObjectArray_btHashPtr_ instance Eq BtAlignedObjectArray_btHashString_ instance Ord BtAlignedObjectArray_btHashString_ instance Show BtAlignedObjectArray_btHashString_ instance Eq BtAlignedObjectArray_btIndexedMesh_ instance Ord BtAlignedObjectArray_btIndexedMesh_ instance Show BtAlignedObjectArray_btIndexedMesh_ instance Eq BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ instance Ord BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ instance Show BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ instance Eq BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ instance Ord BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ instance Show BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ instance Eq BtAlignedObjectArray_btOptimizedBvhNode_ instance Ord BtAlignedObjectArray_btOptimizedBvhNode_ instance Show BtAlignedObjectArray_btOptimizedBvhNode_ instance Eq BtAlignedObjectArray_btPersistentManifold_ptr_ instance Ord BtAlignedObjectArray_btPersistentManifold_ptr_ instance Show BtAlignedObjectArray_btPersistentManifold_ptr_ instance Eq BtAlignedObjectArray_btPointerUid_ instance Ord BtAlignedObjectArray_btPointerUid_ instance Show BtAlignedObjectArray_btPointerUid_ instance Eq BtAlignedObjectArray_btQuantizedBvhNode_ instance Ord BtAlignedObjectArray_btQuantizedBvhNode_ instance Show BtAlignedObjectArray_btQuantizedBvhNode_ instance Eq BtAlignedObjectArray_btRigidBody_ptr_ instance Ord BtAlignedObjectArray_btRigidBody_ptr_ instance Show BtAlignedObjectArray_btRigidBody_ptr_ instance Eq BtAlignedObjectArray_btSoftBody_ptr_ instance Ord BtAlignedObjectArray_btSoftBody_ptr_ instance Show BtAlignedObjectArray_btSoftBody_ptr_ instance Eq BtAlignedObjectArray_btSoftBody_Anchor_ instance Ord BtAlignedObjectArray_btSoftBody_Anchor_ instance Show BtAlignedObjectArray_btSoftBody_Anchor_ instance Eq BtAlignedObjectArray_btSoftBody_Cluster_ptr_ instance Ord BtAlignedObjectArray_btSoftBody_Cluster_ptr_ instance Show BtAlignedObjectArray_btSoftBody_Cluster_ptr_ instance Eq BtAlignedObjectArray_btSoftBody_Face_ instance Ord BtAlignedObjectArray_btSoftBody_Face_ instance Show BtAlignedObjectArray_btSoftBody_Face_ instance Eq BtAlignedObjectArray_btSoftBody_Joint_ptr_ instance Ord BtAlignedObjectArray_btSoftBody_Joint_ptr_ instance Show BtAlignedObjectArray_btSoftBody_Joint_ptr_ instance Eq BtAlignedObjectArray_btSoftBody_Link_ instance Ord BtAlignedObjectArray_btSoftBody_Link_ instance Show BtAlignedObjectArray_btSoftBody_Link_ instance Eq BtAlignedObjectArray_btSoftBody_Material_ptr_ instance Ord BtAlignedObjectArray_btSoftBody_Material_ptr_ instance Show BtAlignedObjectArray_btSoftBody_Material_ptr_ instance Eq BtAlignedObjectArray_btSoftBody_Node_ptr_ instance Ord BtAlignedObjectArray_btSoftBody_Node_ptr_ instance Show BtAlignedObjectArray_btSoftBody_Node_ptr_ instance Eq BtAlignedObjectArray_btSoftBody_Node_ instance Ord BtAlignedObjectArray_btSoftBody_Node_ instance Show BtAlignedObjectArray_btSoftBody_Node_ instance Eq BtAlignedObjectArray_btSoftBody_Note_ instance Ord BtAlignedObjectArray_btSoftBody_Note_ instance Show BtAlignedObjectArray_btSoftBody_Note_ instance Eq BtAlignedObjectArray_btSoftBody_RContact_ instance Ord BtAlignedObjectArray_btSoftBody_RContact_ instance Show BtAlignedObjectArray_btSoftBody_RContact_ instance Eq BtAlignedObjectArray_btSoftBody_SContact_ instance Ord BtAlignedObjectArray_btSoftBody_SContact_ instance Show BtAlignedObjectArray_btSoftBody_SContact_ instance Eq BtAlignedObjectArray_btSoftBody_Tetra_ instance Ord BtAlignedObjectArray_btSoftBody_Tetra_ instance Show BtAlignedObjectArray_btSoftBody_Tetra_ instance Eq BtAlignedObjectArray_btSoftBody_ePSolver___ instance Ord BtAlignedObjectArray_btSoftBody_ePSolver___ instance Show BtAlignedObjectArray_btSoftBody_ePSolver___ instance Eq BtAlignedObjectArray_btSoftBody_eVSolver___ instance Ord BtAlignedObjectArray_btSoftBody_eVSolver___ instance Show BtAlignedObjectArray_btSoftBody_eVSolver___ instance Eq BtAlignedObjectArray_btSolverConstraint_ instance Ord BtAlignedObjectArray_btSolverConstraint_ instance Show BtAlignedObjectArray_btSolverConstraint_ instance Eq BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ instance Ord BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ instance Show BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ instance Eq BtAlignedObjectArray_btTransform_ instance Ord BtAlignedObjectArray_btTransform_ instance Show BtAlignedObjectArray_btTransform_ instance Eq BtAlignedObjectArray_btTriangleInfo_ instance Ord BtAlignedObjectArray_btTriangleInfo_ instance Show BtAlignedObjectArray_btTriangleInfo_ instance Eq BtAlignedObjectArray_btTypedConstraint_ptr_ instance Ord BtAlignedObjectArray_btTypedConstraint_ptr_ instance Show BtAlignedObjectArray_btTypedConstraint_ptr_ instance Eq BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ instance Ord BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ instance Show BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ instance Eq BtAlignedObjectArray_btVector3_ instance Ord BtAlignedObjectArray_btVector3_ instance Show BtAlignedObjectArray_btVector3_ instance Eq BtAlignedObjectArray_btWheelInfo_ instance Ord BtAlignedObjectArray_btWheelInfo_ instance Show BtAlignedObjectArray_btWheelInfo_ instance Eq BtAlignedObjectArray_charconst_ptr_ instance Ord BtAlignedObjectArray_charconst_ptr_ instance Show BtAlignedObjectArray_charconst_ptr_ instance Eq BtAlignedObjectArray_char_ptr_ instance Ord BtAlignedObjectArray_char_ptr_ instance Show BtAlignedObjectArray_char_ptr_ instance Eq BtAlignedObjectArray_float_ instance Ord BtAlignedObjectArray_float_ instance Show BtAlignedObjectArray_float_ instance Eq BtAlignedObjectArray_int_ instance Ord BtAlignedObjectArray_int_ instance Show BtAlignedObjectArray_int_ instance Eq BtAlignedObjectArray_short_ptr_ instance Ord BtAlignedObjectArray_short_ptr_ instance Show BtAlignedObjectArray_short_ptr_ instance Eq BtAlignedObjectArray_short_ instance Ord BtAlignedObjectArray_short_ instance Show BtAlignedObjectArray_short_ instance Eq BtAlignedObjectArray_unsignedint_ instance Ord BtAlignedObjectArray_unsignedint_ instance Show BtAlignedObjectArray_unsignedint_ instance Eq BtAlignedObjectArray_unsignedshort_ instance Ord BtAlignedObjectArray_unsignedshort_ instance Show BtAlignedObjectArray_unsignedshort_ instance Eq BtAlignedObjectArray_void_ptr_ instance Ord BtAlignedObjectArray_void_ptr_ instance Show BtAlignedObjectArray_void_ptr_ instance Eq BtAngularLimit instance Ord BtAngularLimit instance Show BtAngularLimit instance Eq BtAxisSweep3 instance Ord BtAxisSweep3 instance Show BtAxisSweep3 instance Eq BtAxisSweep3Internal_unsignedint_ instance Ord BtAxisSweep3Internal_unsignedint_ instance Show BtAxisSweep3Internal_unsignedint_ instance Eq BtAxisSweep3Internal_unsignedshort_ instance Ord BtAxisSweep3Internal_unsignedshort_ instance Show BtAxisSweep3Internal_unsignedshort_ instance Eq BtBU_Simplex1to4 instance Ord BtBU_Simplex1to4 instance Show BtBU_Simplex1to4 instance Eq BtBlock instance Ord BtBlock instance Show BtBlock instance Eq BtBoxShape instance Ord BtBoxShape instance Show BtBoxShape instance Eq BtMultiSapBroadphase_btBridgeProxy instance Ord BtMultiSapBroadphase_btBridgeProxy instance Show BtMultiSapBroadphase_btBridgeProxy instance Eq BtBroadphaseAabbCallback instance Ord BtBroadphaseAabbCallback instance Show BtBroadphaseAabbCallback instance Eq BtBroadphaseInterface instance Ord BtBroadphaseInterface instance Show BtBroadphaseInterface instance Eq BtBroadphasePair instance Ord BtBroadphasePair instance Show BtBroadphasePair instance Eq BtBroadphasePairSortPredicate instance Ord BtBroadphasePairSortPredicate instance Show BtBroadphasePairSortPredicate instance Eq BtBroadphaseProxy instance Ord BtBroadphaseProxy instance Show BtBroadphaseProxy instance Eq BtBroadphaseRayCallback instance Ord BtBroadphaseRayCallback instance Show BtBroadphaseRayCallback instance Eq BtBvhSubtreeInfo instance Ord BtBvhSubtreeInfo instance Show BtBvhSubtreeInfo instance Eq BtBvhSubtreeInfoData instance Ord BtBvhSubtreeInfoData instance Show BtBvhSubtreeInfoData instance Eq BtBvhTree instance Ord BtBvhTree instance Show BtBvhTree instance Eq BtBvhTriangleMeshShape instance Ord BtBvhTriangleMeshShape instance Show BtBvhTriangleMeshShape instance Eq BtCapsuleShape instance Ord BtCapsuleShape instance Show BtCapsuleShape instance Eq BtCapsuleShapeData instance Ord BtCapsuleShapeData instance Show BtCapsuleShapeData instance Eq BtCapsuleShapeX instance Ord BtCapsuleShapeX instance Show BtCapsuleShapeX instance Eq BtCapsuleShapeZ instance Ord BtCapsuleShapeZ instance Show BtCapsuleShapeZ instance Eq BtCharIndexTripletData instance Ord BtCharIndexTripletData instance Show BtCharIndexTripletData instance Eq BtChunk instance Ord BtChunk instance Show BtChunk instance Eq BtClock instance Ord BtClock instance Show BtClock instance Eq BtCollisionAlgorithm instance Ord BtCollisionAlgorithm instance Show BtCollisionAlgorithm instance Eq BtCollisionAlgorithmConstructionInfo instance Ord BtCollisionAlgorithmConstructionInfo instance Show BtCollisionAlgorithmConstructionInfo instance Eq BtCollisionAlgorithmCreateFunc instance Ord BtCollisionAlgorithmCreateFunc instance Show BtCollisionAlgorithmCreateFunc instance Eq BtCollisionConfiguration instance Ord BtCollisionConfiguration instance Show BtCollisionConfiguration instance Eq BtCollisionDispatcher instance Ord BtCollisionDispatcher instance Show BtCollisionDispatcher instance Eq BtCollisionObject instance Ord BtCollisionObject instance Show BtCollisionObject instance Eq BtCollisionObjectDoubleData instance Ord BtCollisionObjectDoubleData instance Show BtCollisionObjectDoubleData instance Eq BtCollisionObjectFloatData instance Ord BtCollisionObjectFloatData instance Show BtCollisionObjectFloatData instance Eq BtCollisionShape instance Ord BtCollisionShape instance Show BtCollisionShape instance Eq BtCollisionShapeData instance Ord BtCollisionShapeData instance Show BtCollisionShapeData instance Eq BtCollisionWorld instance Ord BtCollisionWorld instance Show BtCollisionWorld instance Eq BtCompoundShape instance Ord BtCompoundShape instance Show BtCompoundShape instance Eq BtCompoundShapeChild instance Ord BtCompoundShapeChild instance Show BtCompoundShapeChild instance Eq BtCompoundShapeChildData instance Ord BtCompoundShapeChildData instance Show BtCompoundShapeChildData instance Eq BtCompoundShapeData instance Ord BtCompoundShapeData instance Show BtCompoundShapeData instance Eq BtConcaveShape instance Ord BtConcaveShape instance Show BtConcaveShape instance Eq BtConeShape instance Ord BtConeShape instance Show BtConeShape instance Eq BtConeShapeX instance Ord BtConeShapeX instance Show BtConeShapeX instance Eq BtConeShapeZ instance Ord BtConeShapeZ instance Show BtConeShapeZ instance Eq BtConeTwistConstraint instance Ord BtConeTwistConstraint instance Show BtConeTwistConstraint instance Eq BtConeTwistConstraintData instance Ord BtConeTwistConstraintData instance Show BtConeTwistConstraintData instance Eq BtTypedConstraint_btConstraintInfo1 instance Ord BtTypedConstraint_btConstraintInfo1 instance Show BtTypedConstraint_btConstraintInfo1 instance Eq BtTypedConstraint_btConstraintInfo2 instance Ord BtTypedConstraint_btConstraintInfo2 instance Show BtTypedConstraint_btConstraintInfo2 instance Eq BtConstraintRow instance Ord BtConstraintRow instance Show BtConstraintRow instance Eq BtConstraintSetting instance Ord BtConstraintSetting instance Show BtConstraintSetting instance Eq BtConstraintSolver instance Ord BtConstraintSolver instance Show BtConstraintSolver instance Eq BtContactConstraint instance Ord BtContactConstraint instance Show BtContactConstraint instance Eq BtContactSolverInfo instance Ord BtContactSolverInfo instance Show BtContactSolverInfo instance Eq BtContactSolverInfoData instance Ord BtContactSolverInfoData instance Show BtContactSolverInfoData instance Eq BtConvexConvexAlgorithm instance Ord BtConvexConvexAlgorithm instance Show BtConvexConvexAlgorithm instance Eq BtConvexHullShape instance Ord BtConvexHullShape instance Show BtConvexHullShape instance Eq BtConvexHullShapeData instance Ord BtConvexHullShapeData instance Show BtConvexHullShapeData instance Eq BtConvexInternalAabbCachingShape instance Ord BtConvexInternalAabbCachingShape instance Show BtConvexInternalAabbCachingShape instance Eq BtConvexInternalShape instance Ord BtConvexInternalShape instance Show BtConvexInternalShape instance Eq BtConvexInternalShapeData instance Ord BtConvexInternalShapeData instance Show BtConvexInternalShapeData instance Eq BtConvexSeparatingDistanceUtil instance Ord BtConvexSeparatingDistanceUtil instance Show BtConvexSeparatingDistanceUtil instance Eq BtConvexShape instance Ord BtConvexShape instance Show BtConvexShape instance Eq BtConvexTriangleMeshShape instance Ord BtConvexTriangleMeshShape instance Show BtConvexTriangleMeshShape instance Eq BtCylinderShape instance Ord BtCylinderShape instance Show BtCylinderShape instance Eq BtCylinderShapeData instance Ord BtCylinderShapeData instance Show BtCylinderShapeData instance Eq BtCylinderShapeX instance Ord BtCylinderShapeX instance Show BtCylinderShapeX instance Eq BtCylinderShapeZ instance Ord BtCylinderShapeZ instance Show BtCylinderShapeZ instance Eq BtDbvt instance Ord BtDbvt instance Show BtDbvt instance Eq BtDbvtAabbMm instance Ord BtDbvtAabbMm instance Show BtDbvtAabbMm instance Eq BtDbvtBroadphase instance Ord BtDbvtBroadphase instance Show BtDbvtBroadphase instance Eq BtDbvtNode instance Ord BtDbvtNode instance Show BtDbvtNode instance Eq BtDbvtProxy instance Ord BtDbvtProxy instance Show BtDbvtProxy instance Eq BtDefaultCollisionConfiguration instance Ord BtDefaultCollisionConfiguration instance Show BtDefaultCollisionConfiguration instance Eq BtDefaultCollisionConstructionInfo instance Ord BtDefaultCollisionConstructionInfo instance Show BtDefaultCollisionConstructionInfo instance Eq BtDefaultMotionState instance Ord BtDefaultMotionState instance Show BtDefaultMotionState instance Eq BtDefaultSerializer instance Ord BtDefaultSerializer instance Show BtDefaultSerializer instance Eq BtDefaultVehicleRaycaster instance Ord BtDefaultVehicleRaycaster instance Show BtDefaultVehicleRaycaster instance Eq BtDiscreteCollisionDetectorInterface instance Ord BtDiscreteCollisionDetectorInterface instance Show BtDiscreteCollisionDetectorInterface instance Eq BtDiscreteDynamicsWorld instance Ord BtDiscreteDynamicsWorld instance Show BtDiscreteDynamicsWorld instance Eq BtDispatcher instance Ord BtDispatcher instance Show BtDispatcher instance Eq BtDispatcherInfo instance Ord BtDispatcherInfo instance Show BtDispatcherInfo instance Eq BtDynamicsWorld instance Ord BtDynamicsWorld instance Show BtDynamicsWorld instance Eq BtEmptyShape instance Ord BtEmptyShape instance Show BtEmptyShape instance Eq BtGImpactBvh instance Ord BtGImpactBvh instance Show BtGImpactBvh instance Eq BtGImpactCollisionAlgorithm instance Ord BtGImpactCollisionAlgorithm instance Show BtGImpactCollisionAlgorithm instance Eq BtGImpactCompoundShape instance Ord BtGImpactCompoundShape instance Show BtGImpactCompoundShape instance Eq BtGImpactMeshShape instance Ord BtGImpactMeshShape instance Show BtGImpactMeshShape instance Eq BtGImpactMeshShapeData instance Ord BtGImpactMeshShapeData instance Show BtGImpactMeshShapeData instance Eq BtGImpactMeshShapePart instance Ord BtGImpactMeshShapePart instance Show BtGImpactMeshShapePart instance Eq BtGImpactQuantizedBvh instance Ord BtGImpactQuantizedBvh instance Show BtGImpactQuantizedBvh instance Eq BtGImpactShapeInterface instance Ord BtGImpactShapeInterface instance Show BtGImpactShapeInterface instance Eq BtGLDebugDrawer instance Ord BtGLDebugDrawer instance Show BtGLDebugDrawer instance Eq BtGeneric6DofConstraint instance Ord BtGeneric6DofConstraint instance Show BtGeneric6DofConstraint instance Eq BtGeneric6DofConstraintData instance Ord BtGeneric6DofConstraintData instance Show BtGeneric6DofConstraintData instance Eq BtGeneric6DofSpringConstraint instance Ord BtGeneric6DofSpringConstraint instance Show BtGeneric6DofSpringConstraint instance Eq BtGeneric6DofSpringConstraintData instance Ord BtGeneric6DofSpringConstraintData instance Show BtGeneric6DofSpringConstraintData instance Eq BtGeometryUtil instance Ord BtGeometryUtil instance Show BtGeometryUtil instance Eq BtGhostObject instance Ord BtGhostObject instance Show BtGhostObject instance Eq BtGhostPairCallback instance Ord BtGhostPairCallback instance Show BtGhostPairCallback instance Eq BtGjkEpaSolver2 instance Ord BtGjkEpaSolver2 instance Show BtGjkEpaSolver2 instance Eq BtGjkPairDetector instance Ord BtGjkPairDetector instance Show BtGjkPairDetector instance Eq BtHashInt instance Ord BtHashInt instance Show BtHashInt instance Eq BtHashMap_btHashInt_btTriangleInfo_ instance Ord BtHashMap_btHashInt_btTriangleInfo_ instance Show BtHashMap_btHashInt_btTriangleInfo_ instance Eq BtHashMap_btHashInt_int_ instance Ord BtHashMap_btHashInt_int_ instance Show BtHashMap_btHashInt_int_ instance Eq BtHashMap_btHashPtr_btPointerUid_ instance Ord BtHashMap_btHashPtr_btPointerUid_ instance Show BtHashMap_btHashPtr_btPointerUid_ instance Eq BtHashMap_btHashPtr_charconst_ptr_ instance Ord BtHashMap_btHashPtr_charconst_ptr_ instance Show BtHashMap_btHashPtr_charconst_ptr_ instance Eq BtHashMap_btHashPtr_void_ptr_ instance Ord BtHashMap_btHashPtr_void_ptr_ instance Show BtHashMap_btHashPtr_void_ptr_ instance Eq BtHashMap_btHashString_int_ instance Ord BtHashMap_btHashString_int_ instance Show BtHashMap_btHashString_int_ instance Eq BtHashPtr instance Ord BtHashPtr instance Show BtHashPtr instance Eq BtHashString instance Ord BtHashString instance Show BtHashString instance Eq BtHashedOverlappingPairCache instance Ord BtHashedOverlappingPairCache instance Show BtHashedOverlappingPairCache instance Eq BtHinge2Constraint instance Ord BtHinge2Constraint instance Show BtHinge2Constraint instance Eq BtHingeConstraint instance Ord BtHingeConstraint instance Show BtHingeConstraint instance Eq BtHingeConstraintDoubleData instance Ord BtHingeConstraintDoubleData instance Show BtHingeConstraintDoubleData instance Eq BtHingeConstraintFloatData instance Ord BtHingeConstraintFloatData instance Show BtHingeConstraintFloatData instance Eq BtIDebugDraw instance Ord BtIDebugDraw instance Show BtIDebugDraw instance Eq BtIndexedMesh instance Ord BtIndexedMesh instance Show BtIndexedMesh instance Eq BtIntIndexData instance Ord BtIntIndexData instance Show BtIntIndexData instance Eq BtInternalTriangleIndexCallback instance Ord BtInternalTriangleIndexCallback instance Show BtInternalTriangleIndexCallback instance Eq BtJacobianEntry instance Ord BtJacobianEntry instance Show BtJacobianEntry instance Eq BtManifoldPoint instance Ord BtManifoldPoint instance Show BtManifoldPoint instance Eq BtManifoldResult instance Ord BtManifoldResult instance Show BtManifoldResult instance Eq BtMatrix3x3DoubleData instance Ord BtMatrix3x3DoubleData instance Show BtMatrix3x3DoubleData instance Eq BtMatrix3x3FloatData instance Ord BtMatrix3x3FloatData instance Show BtMatrix3x3FloatData instance Eq BtMeshPartData instance Ord BtMeshPartData instance Show BtMeshPartData instance Eq BtMotionState instance Ord BtMotionState instance Show BtMotionState instance Eq BtMultiSapBroadphase instance Ord BtMultiSapBroadphase instance Show BtMultiSapBroadphase instance Eq BtMultiSapBroadphase_btMultiSapProxy instance Ord BtMultiSapBroadphase_btMultiSapProxy instance Show BtMultiSapBroadphase_btMultiSapProxy instance Eq BtMultiSphereShape instance Ord BtMultiSphereShape instance Show BtMultiSphereShape instance Eq BtMultiSphereShapeData instance Ord BtMultiSphereShapeData instance Show BtMultiSphereShapeData instance Eq BtNodeOverlapCallback instance Ord BtNodeOverlapCallback instance Show BtNodeOverlapCallback instance Eq BtNullPairCache instance Ord BtNullPairCache instance Show BtNullPairCache instance Eq BtOptimizedBvh instance Ord BtOptimizedBvh instance Show BtOptimizedBvh instance Eq BtOptimizedBvhNode instance Ord BtOptimizedBvhNode instance Show BtOptimizedBvhNode instance Eq BtOptimizedBvhNodeDoubleData instance Ord BtOptimizedBvhNodeDoubleData instance Show BtOptimizedBvhNodeDoubleData instance Eq BtOptimizedBvhNodeFloatData instance Ord BtOptimizedBvhNodeFloatData instance Show BtOptimizedBvhNodeFloatData instance Eq BtOverlapCallback instance Ord BtOverlapCallback instance Show BtOverlapCallback instance Eq BtOverlapFilterCallback instance Ord BtOverlapFilterCallback instance Show BtOverlapFilterCallback instance Eq BtOverlappingPairCache instance Ord BtOverlappingPairCache instance Show BtOverlappingPairCache instance Eq BtOverlappingPairCallback instance Ord BtOverlappingPairCallback instance Show BtOverlappingPairCallback instance Eq BtPairCachingGhostObject instance Ord BtPairCachingGhostObject instance Show BtPairCachingGhostObject instance Eq BtPairSet instance Ord BtPairSet instance Show BtPairSet instance Eq BtPersistentManifold instance Ord BtPersistentManifold instance Show BtPersistentManifold instance Eq BtPoint2PointConstraint instance Ord BtPoint2PointConstraint instance Show BtPoint2PointConstraint instance Eq BtPoint2PointConstraintDoubleData instance Ord BtPoint2PointConstraintDoubleData instance Show BtPoint2PointConstraintDoubleData instance Eq BtPoint2PointConstraintFloatData instance Ord BtPoint2PointConstraintFloatData instance Show BtPoint2PointConstraintFloatData instance Eq BtPointerUid instance Ord BtPointerUid instance Show BtPointerUid instance Eq BtPolyhedralConvexAabbCachingShape instance Ord BtPolyhedralConvexAabbCachingShape instance Show BtPolyhedralConvexAabbCachingShape instance Eq BtPolyhedralConvexShape instance Ord BtPolyhedralConvexShape instance Show BtPolyhedralConvexShape instance Eq BtPositionAndRadius instance Ord BtPositionAndRadius instance Show BtPositionAndRadius instance Eq BtPrimitiveManagerBase instance Ord BtPrimitiveManagerBase instance Show BtPrimitiveManagerBase instance Eq BtPrimitiveTriangle instance Ord BtPrimitiveTriangle instance Show BtPrimitiveTriangle instance Eq BtQuadWord instance Ord BtQuadWord instance Show BtQuadWord instance Eq BtQuantizedBvh instance Ord BtQuantizedBvh instance Show BtQuantizedBvh instance Eq BtQuantizedBvhDoubleData instance Ord BtQuantizedBvhDoubleData instance Show BtQuantizedBvhDoubleData instance Eq BtQuantizedBvhFloatData instance Ord BtQuantizedBvhFloatData instance Show BtQuantizedBvhFloatData instance Eq BtQuantizedBvhNode instance Ord BtQuantizedBvhNode instance Show BtQuantizedBvhNode instance Eq BtQuantizedBvhNodeData instance Ord BtQuantizedBvhNodeData instance Show BtQuantizedBvhNodeData instance Eq BtQuantizedBvhTree instance Ord BtQuantizedBvhTree instance Show BtQuantizedBvhTree instance Eq BtRaycastVehicle instance Ord BtRaycastVehicle instance Show BtRaycastVehicle instance Eq BtRigidBody instance Ord BtRigidBody instance Show BtRigidBody instance Eq BtRigidBody_btRigidBodyConstructionInfo instance Ord BtRigidBody_btRigidBodyConstructionInfo instance Show BtRigidBody_btRigidBodyConstructionInfo instance Eq BtRigidBodyDoubleData instance Ord BtRigidBodyDoubleData instance Show BtRigidBodyDoubleData instance Eq BtRigidBodyFloatData instance Ord BtRigidBodyFloatData instance Show BtRigidBodyFloatData instance Eq BtRotationalLimitMotor instance Ord BtRotationalLimitMotor instance Show BtRotationalLimitMotor instance Eq BtScaledBvhTriangleMeshShape instance Ord BtScaledBvhTriangleMeshShape instance Show BtScaledBvhTriangleMeshShape instance Eq BtScaledTriangleMeshShapeData instance Ord BtScaledTriangleMeshShapeData instance Show BtScaledTriangleMeshShapeData instance Eq BtSequentialImpulseConstraintSolver instance Ord BtSequentialImpulseConstraintSolver instance Show BtSequentialImpulseConstraintSolver instance Eq BtSerializer instance Ord BtSerializer instance Show BtSerializer instance Eq BtShortIntIndexData instance Ord BtShortIntIndexData instance Show BtShortIntIndexData instance Eq BtShortIntIndexTripletData instance Ord BtShortIntIndexTripletData instance Show BtShortIntIndexTripletData instance Eq BtSimpleBroadphase instance Ord BtSimpleBroadphase instance Show BtSimpleBroadphase instance Eq BtSimpleBroadphaseProxy instance Ord BtSimpleBroadphaseProxy instance Show BtSimpleBroadphaseProxy instance Eq BtSimpleDynamicsWorld instance Ord BtSimpleDynamicsWorld instance Show BtSimpleDynamicsWorld instance Eq BtSliderConstraint instance Ord BtSliderConstraint instance Show BtSliderConstraint instance Eq BtSliderConstraintData instance Ord BtSliderConstraintData instance Show BtSliderConstraintData instance Eq BtSoftBody instance Ord BtSoftBody instance Show BtSoftBody instance Eq BtSoftBodyHelpers instance Ord BtSoftBodyHelpers instance Show BtSoftBodyHelpers instance Eq BtSoftBodyRigidBodyCollisionConfiguration instance Ord BtSoftBodyRigidBodyCollisionConfiguration instance Show BtSoftBodyRigidBodyCollisionConfiguration instance Eq BtSoftBodyWorldInfo instance Ord BtSoftBodyWorldInfo instance Show BtSoftBodyWorldInfo instance Eq BtSoftRigidDynamicsWorld instance Ord BtSoftRigidDynamicsWorld instance Show BtSoftRigidDynamicsWorld instance Eq BtSolverBodyObsolete instance Ord BtSolverBodyObsolete instance Show BtSolverBodyObsolete instance Eq BtSolverConstraint instance Ord BtSolverConstraint instance Show BtSolverConstraint instance Eq BtSortedOverlappingPairCache instance Ord BtSortedOverlappingPairCache instance Show BtSortedOverlappingPairCache instance Eq BtSparseSdf_3_ instance Ord BtSparseSdf_3_ instance Show BtSparseSdf_3_ instance Eq BtSphereShape instance Ord BtSphereShape instance Show BtSphereShape instance Eq BtSphereSphereCollisionAlgorithm instance Ord BtSphereSphereCollisionAlgorithm instance Show BtSphereSphereCollisionAlgorithm instance Eq BtStackAlloc instance Ord BtStackAlloc instance Show BtStackAlloc instance Eq BtStaticPlaneShape instance Ord BtStaticPlaneShape instance Show BtStaticPlaneShape instance Eq BtStaticPlaneShapeData instance Ord BtStaticPlaneShapeData instance Show BtStaticPlaneShapeData instance Eq BtStorageResult instance Ord BtStorageResult instance Show BtStorageResult instance Eq BtStridingMeshInterface instance Ord BtStridingMeshInterface instance Show BtStridingMeshInterface instance Eq BtStridingMeshInterfaceData instance Ord BtStridingMeshInterfaceData instance Show BtStridingMeshInterfaceData instance Eq BtSubSimplexClosestResult instance Ord BtSubSimplexClosestResult instance Show BtSubSimplexClosestResult instance Eq BtTetrahedronShapeEx instance Ord BtTetrahedronShapeEx instance Show BtTetrahedronShapeEx instance Eq BtTransformDoubleData instance Ord BtTransformDoubleData instance Show BtTransformDoubleData instance Eq BtTransformFloatData instance Ord BtTransformFloatData instance Show BtTransformFloatData instance Eq BtTransformUtil instance Ord BtTransformUtil instance Show BtTransformUtil instance Eq BtTranslationalLimitMotor instance Ord BtTranslationalLimitMotor instance Show BtTranslationalLimitMotor instance Eq BtTriangleCallback instance Ord BtTriangleCallback instance Show BtTriangleCallback instance Eq BtTriangleIndexVertexArray instance Ord BtTriangleIndexVertexArray instance Show BtTriangleIndexVertexArray instance Eq BtTriangleInfo instance Ord BtTriangleInfo instance Show BtTriangleInfo instance Eq BtTriangleInfoData instance Ord BtTriangleInfoData instance Show BtTriangleInfoData instance Eq BtTriangleInfoMap instance Ord BtTriangleInfoMap instance Show BtTriangleInfoMap instance Eq BtTriangleInfoMapData instance Ord BtTriangleInfoMapData instance Show BtTriangleInfoMapData instance Eq BtTriangleMesh instance Ord BtTriangleMesh instance Show BtTriangleMesh instance Eq BtTriangleMeshShape instance Ord BtTriangleMeshShape instance Show BtTriangleMeshShape instance Eq BtTriangleMeshShapeData instance Ord BtTriangleMeshShapeData instance Show BtTriangleMeshShapeData instance Eq BtTriangleShape instance Ord BtTriangleShape instance Show BtTriangleShape instance Eq BtTriangleShapeEx instance Ord BtTriangleShapeEx instance Show BtTriangleShapeEx instance Eq BtTypedConstraint instance Ord BtTypedConstraint instance Show BtTypedConstraint instance Eq BtTypedConstraintData instance Ord BtTypedConstraintData instance Show BtTypedConstraintData instance Eq BtTypedObject instance Ord BtTypedObject instance Show BtTypedObject instance Eq BtUniformScalingShape instance Ord BtUniformScalingShape instance Show BtUniformScalingShape instance Eq BtUniversalConstraint instance Ord BtUniversalConstraint instance Show BtUniversalConstraint instance Eq BtUsageBitfield instance Ord BtUsageBitfield instance Show BtUsageBitfield instance Eq BtVector3DoubleData instance Ord BtVector3DoubleData instance Show BtVector3DoubleData instance Eq BtVector3FloatData instance Ord BtVector3FloatData instance Show BtVector3FloatData instance Eq BtVehicleRaycaster instance Ord BtVehicleRaycaster instance Show BtVehicleRaycaster instance Eq BtVehicleRaycaster_btVehicleRaycasterResult instance Ord BtVehicleRaycaster_btVehicleRaycasterResult instance Show BtVehicleRaycaster_btVehicleRaycasterResult instance Eq BtRaycastVehicle_btVehicleTuning instance Ord BtRaycastVehicle_btVehicleTuning instance Show BtRaycastVehicle_btVehicleTuning instance Eq BtVoronoiSimplexSolver instance Ord BtVoronoiSimplexSolver instance Show BtVoronoiSimplexSolver instance Eq BtWheelInfo instance Ord BtWheelInfo instance Show BtWheelInfo instance Eq BtWheelInfoConstructionInfo instance Ord BtWheelInfoConstructionInfo instance Show BtWheelInfoConstructionInfo instance Eq BtSoftBody_eAeroModel instance Ord BtSoftBody_eAeroModel instance Show BtSoftBody_eAeroModel instance Eq BtSoftBody_eFeature instance Ord BtSoftBody_eFeature instance Show BtSoftBody_eFeature instance Eq BtSoftBody_ePSolver instance Ord BtSoftBody_ePSolver instance Show BtSoftBody_ePSolver instance Eq BtSoftBody_eSolverPresets instance Ord BtSoftBody_eSolverPresets instance Show BtSoftBody_eSolverPresets instance Eq BtSoftBody_Joint_eType instance Ord BtSoftBody_Joint_eType instance Show BtSoftBody_Joint_eType instance Eq BtSoftBody_eVSolver instance Ord BtSoftBody_eVSolver instance Show BtSoftBody_eVSolver instance Eq BtSoftBody_fCollision instance Ord BtSoftBody_fCollision instance Show BtSoftBody_fCollision instance Eq FDrawFlags instance Ord FDrawFlags instance Show FDrawFlags instance Eq BtSoftBody_fMaterial instance Ord BtSoftBody_fMaterial instance Show BtSoftBody_fMaterial instance Eq BtSoftBody_sCti instance Ord BtSoftBody_sCti instance Show BtSoftBody_sCti instance Eq BtSoftBody_sMedium instance Ord BtSoftBody_sMedium instance Show BtSoftBody_sMedium instance Eq BtSoftBody_sRayCast instance Ord BtSoftBody_sRayCast instance Show BtSoftBody_sRayCast instance Eq BtGjkEpaSolver2_sResults instance Ord BtGjkEpaSolver2_sResults instance Show BtGjkEpaSolver2_sResults instance Eq BtDbvt_sStkCLN instance Ord BtDbvt_sStkCLN instance Show BtDbvt_sStkCLN instance Eq BtDbvt_sStkNN instance Ord BtDbvt_sStkNN instance Show BtDbvt_sStkNN instance Eq BtDbvt_sStkNP instance Ord BtDbvt_sStkNP instance Show BtDbvt_sStkNP instance Eq BtDbvt_sStkNPS instance Ord BtDbvt_sStkNPS instance Show BtDbvt_sStkNPS instance BtClass BtTetrahedronShapeEx instance BtTetrahedronShapeExClass BtTetrahedronShapeEx instance BtCollisionShapeClass BtTetrahedronShapeEx instance BtConvexShapeClass BtTetrahedronShapeEx instance BtConvexInternalShapeClass BtTetrahedronShapeEx instance BtPolyhedralConvexShapeClass BtTetrahedronShapeEx instance BtPolyhedralConvexAabbCachingShapeClass BtTetrahedronShapeEx instance BtBU_Simplex1to4Class BtTetrahedronShapeEx instance BtClass BtConvexTriangleMeshShape instance BtConvexTriangleMeshShapeClass BtConvexTriangleMeshShape instance BtCollisionShapeClass BtConvexTriangleMeshShape instance BtConvexShapeClass BtConvexTriangleMeshShape instance BtConvexInternalShapeClass BtConvexTriangleMeshShape instance BtPolyhedralConvexShapeClass BtConvexTriangleMeshShape instance BtPolyhedralConvexAabbCachingShapeClass BtConvexTriangleMeshShape instance BtClass BtConvexHullShape instance BtConvexHullShapeClass BtConvexHullShape instance BtCollisionShapeClass BtConvexHullShape instance BtConvexShapeClass BtConvexHullShape instance BtConvexInternalShapeClass BtConvexHullShape instance BtPolyhedralConvexShapeClass BtConvexHullShape instance BtPolyhedralConvexAabbCachingShapeClass BtConvexHullShape instance BtClass BtBU_Simplex1to4 instance BtBU_Simplex1to4Class BtBU_Simplex1to4 instance BtCollisionShapeClass BtBU_Simplex1to4 instance BtConvexShapeClass BtBU_Simplex1to4 instance BtConvexInternalShapeClass BtBU_Simplex1to4 instance BtPolyhedralConvexShapeClass BtBU_Simplex1to4 instance BtPolyhedralConvexAabbCachingShapeClass BtBU_Simplex1to4 instance BtClass BtUniversalConstraint instance BtUniversalConstraintClass BtUniversalConstraint instance BtTypedObjectClass BtUniversalConstraint instance BtTypedConstraintClass BtUniversalConstraint instance BtGeneric6DofConstraintClass BtUniversalConstraint instance BtClass BtSliderConstraint instance BtSliderConstraintClass BtSliderConstraint instance BtTypedObjectClass BtSliderConstraint instance BtTypedConstraintClass BtSliderConstraint instance BtClass BtPolyhedralConvexAabbCachingShape instance BtPolyhedralConvexAabbCachingShapeClass BtPolyhedralConvexAabbCachingShape instance BtCollisionShapeClass BtPolyhedralConvexAabbCachingShape instance BtConvexShapeClass BtPolyhedralConvexAabbCachingShape instance BtConvexInternalShapeClass BtPolyhedralConvexAabbCachingShape instance BtPolyhedralConvexShapeClass BtPolyhedralConvexAabbCachingShape instance BtClass BtPoint2PointConstraint instance BtPoint2PointConstraintClass BtPoint2PointConstraint instance BtTypedObjectClass BtPoint2PointConstraint instance BtTypedConstraintClass BtPoint2PointConstraint instance BtClass BtNullPairCache instance BtNullPairCacheClass BtNullPairCache instance BtOverlappingPairCallbackClass BtNullPairCache instance BtOverlappingPairCacheClass BtNullPairCache instance BtClass BtMultiSphereShape instance BtMultiSphereShapeClass BtMultiSphereShape instance BtCollisionShapeClass BtMultiSphereShape instance BtConvexShapeClass BtMultiSphereShape instance BtConvexInternalShapeClass BtMultiSphereShape instance BtConvexInternalAabbCachingShapeClass BtMultiSphereShape instance BtClass BtHingeConstraint instance BtHingeConstraintClass BtHingeConstraint instance BtTypedObjectClass BtHingeConstraint instance BtTypedConstraintClass BtHingeConstraint instance BtClass BtHinge2Constraint instance BtHinge2ConstraintClass BtHinge2Constraint instance BtTypedObjectClass BtHinge2Constraint instance BtTypedConstraintClass BtHinge2Constraint instance BtGeneric6DofConstraintClass BtHinge2Constraint instance BtGeneric6DofSpringConstraintClass BtHinge2Constraint instance BtClass BtHashedOverlappingPairCache instance BtHashedOverlappingPairCacheClass BtHashedOverlappingPairCache instance BtOverlappingPairCallbackClass BtHashedOverlappingPairCache instance BtOverlappingPairCacheClass BtHashedOverlappingPairCache instance BtClass BtGeneric6DofSpringConstraint instance BtGeneric6DofSpringConstraintClass BtGeneric6DofSpringConstraint instance BtTypedObjectClass BtGeneric6DofSpringConstraint instance BtTypedConstraintClass BtGeneric6DofSpringConstraint instance BtGeneric6DofConstraintClass BtGeneric6DofSpringConstraint instance BtClass BtGeneric6DofConstraint instance BtGeneric6DofConstraintClass BtGeneric6DofConstraint instance BtTypedObjectClass BtGeneric6DofConstraint instance BtTypedConstraintClass BtGeneric6DofConstraint instance BtClass BtConvexInternalAabbCachingShape instance BtConvexInternalAabbCachingShapeClass BtConvexInternalAabbCachingShape instance BtCollisionShapeClass BtConvexInternalAabbCachingShape instance BtConvexShapeClass BtConvexInternalAabbCachingShape instance BtConvexInternalShapeClass BtConvexInternalAabbCachingShape instance BtClass BtContactConstraint instance BtContactConstraintClass BtContactConstraint instance BtTypedObjectClass BtContactConstraint instance BtTypedConstraintClass BtContactConstraint instance BtClass BtConeTwistConstraint instance BtConeTwistConstraintClass BtConeTwistConstraint instance BtTypedObjectClass BtConeTwistConstraint instance BtTypedConstraintClass BtConeTwistConstraint instance BtClass BtConeShapeZ instance BtConeShapeZClass BtConeShapeZ instance BtCollisionShapeClass BtConeShapeZ instance BtConvexShapeClass BtConeShapeZ instance BtConvexInternalShapeClass BtConeShapeZ instance BtConeShapeClass BtConeShapeZ instance BtClass BtConeShapeX instance BtConeShapeXClass BtConeShapeX instance BtCollisionShapeClass BtConeShapeX instance BtConvexShapeClass BtConeShapeX instance BtConvexInternalShapeClass BtConeShapeX instance BtConeShapeClass BtConeShapeX instance BtClass BtConeShape instance BtConeShapeClass BtConeShape instance BtCollisionShapeClass BtConeShape instance BtConvexShapeClass BtConeShape instance BtConvexInternalShapeClass BtConeShape instance BtClass BtCapsuleShapeZ instance BtCapsuleShapeZClass BtCapsuleShapeZ instance BtCollisionShapeClass BtCapsuleShapeZ instance BtConvexShapeClass BtCapsuleShapeZ instance BtConvexInternalShapeClass BtCapsuleShapeZ instance BtCapsuleShapeClass BtCapsuleShapeZ instance BtClass BtCapsuleShapeX instance BtCapsuleShapeXClass BtCapsuleShapeX instance BtCollisionShapeClass BtCapsuleShapeX instance BtConvexShapeClass BtCapsuleShapeX instance BtConvexInternalShapeClass BtCapsuleShapeX instance BtCapsuleShapeClass BtCapsuleShapeX instance BtClass BtCapsuleShape instance BtCapsuleShapeClass BtCapsuleShape instance BtCollisionShapeClass BtCapsuleShape instance BtConvexShapeClass BtCapsuleShape instance BtConvexInternalShapeClass BtCapsuleShape instance BtClass BtBoxShape instance BtBoxShapeClass BtBoxShape instance BtCollisionShapeClass BtBoxShape instance BtConvexShapeClass BtBoxShape instance BtConvexInternalShapeClass BtBoxShape instance BtPolyhedralConvexShapeClass BtBoxShape instance BtClass BtAxisSweep3 instance BtAxisSweep3Class BtAxisSweep3 instance BtBroadphaseInterfaceClass BtAxisSweep3 instance BtAxisSweep3Internal_unsignedshort_Class BtAxisSweep3 instance BtClass Bt32BitAxisSweep3 instance Bt32BitAxisSweep3Class Bt32BitAxisSweep3 instance BtBroadphaseInterfaceClass Bt32BitAxisSweep3 instance BtAxisSweep3Internal_unsignedint_Class Bt32BitAxisSweep3 instance BtClass BtTypedConstraint instance BtTypedConstraintClass BtTypedConstraint instance BtTypedObjectClass BtTypedConstraint instance BtClass BtTriangleShapeEx instance BtTriangleShapeExClass BtTriangleShapeEx instance BtCollisionShapeClass BtTriangleShapeEx instance BtConvexShapeClass BtTriangleShapeEx instance BtConvexInternalShapeClass BtTriangleShapeEx instance BtPolyhedralConvexShapeClass BtTriangleShapeEx instance BtTriangleShapeClass BtTriangleShapeEx instance BtClass BtTriangleShape instance BtTriangleShapeClass BtTriangleShape instance BtCollisionShapeClass BtTriangleShape instance BtConvexShapeClass BtTriangleShape instance BtConvexInternalShapeClass BtTriangleShape instance BtPolyhedralConvexShapeClass BtTriangleShape instance BtClass BtSphereSphereCollisionAlgorithm instance BtSphereSphereCollisionAlgorithmClass BtSphereSphereCollisionAlgorithm instance BtCollisionAlgorithmClass BtSphereSphereCollisionAlgorithm instance BtActivatingCollisionAlgorithmClass BtSphereSphereCollisionAlgorithm instance BtClass BtSphereShape instance BtSphereShapeClass BtSphereShape instance BtCollisionShapeClass BtSphereShape instance BtConvexShapeClass BtSphereShape instance BtConvexInternalShapeClass BtSphereShape instance BtClass BtSortedOverlappingPairCache instance BtSortedOverlappingPairCacheClass BtSortedOverlappingPairCache instance BtOverlappingPairCallbackClass BtSortedOverlappingPairCache instance BtOverlappingPairCacheClass BtSortedOverlappingPairCache instance BtClass BtSoftRigidDynamicsWorld instance BtSoftRigidDynamicsWorldClass BtSoftRigidDynamicsWorld instance BtCollisionWorldClass BtSoftRigidDynamicsWorld instance BtDynamicsWorldClass BtSoftRigidDynamicsWorld instance BtDiscreteDynamicsWorldClass BtSoftRigidDynamicsWorld instance BtClass BtPolyhedralConvexShape instance BtPolyhedralConvexShapeClass BtPolyhedralConvexShape instance BtCollisionShapeClass BtPolyhedralConvexShape instance BtConvexShapeClass BtPolyhedralConvexShape instance BtConvexInternalShapeClass BtPolyhedralConvexShape instance BtClass BtPersistentManifold instance BtPersistentManifoldClass BtPersistentManifold instance BtTypedObjectClass BtPersistentManifold instance BtClass BtOverlappingPairCache instance BtOverlappingPairCacheClass BtOverlappingPairCache instance BtOverlappingPairCallbackClass BtOverlappingPairCache instance BtClass BtOptimizedBvh instance BtOptimizedBvhClass BtOptimizedBvh instance BtQuantizedBvhClass BtOptimizedBvh instance BtClass BtGhostPairCallback instance BtGhostPairCallbackClass BtGhostPairCallback instance BtOverlappingPairCallbackClass BtGhostPairCallback instance BtClass BtGLDebugDrawer instance BtGLDebugDrawerClass BtGLDebugDrawer instance BtIDebugDrawClass BtGLDebugDrawer instance BtClass BtGImpactMeshShapePart instance BtGImpactMeshShapePartClass BtGImpactMeshShapePart instance BtCollisionShapeClass BtGImpactMeshShapePart instance BtConcaveShapeClass BtGImpactMeshShapePart instance BtGImpactShapeInterfaceClass BtGImpactMeshShapePart instance BtClass BtGImpactMeshShape instance BtGImpactMeshShapeClass BtGImpactMeshShape instance BtCollisionShapeClass BtGImpactMeshShape instance BtConcaveShapeClass BtGImpactMeshShape instance BtGImpactShapeInterfaceClass BtGImpactMeshShape instance BtClass BtGImpactCompoundShape instance BtGImpactCompoundShapeClass BtGImpactCompoundShape instance BtCollisionShapeClass BtGImpactCompoundShape instance BtConcaveShapeClass BtGImpactCompoundShape instance BtGImpactShapeInterfaceClass BtGImpactCompoundShape instance BtClass BtGImpactCollisionAlgorithm instance BtGImpactCollisionAlgorithmClass BtGImpactCollisionAlgorithm instance BtCollisionAlgorithmClass BtGImpactCollisionAlgorithm instance BtActivatingCollisionAlgorithmClass BtGImpactCollisionAlgorithm instance BtClass BtDiscreteDynamicsWorld instance BtDiscreteDynamicsWorldClass BtDiscreteDynamicsWorld instance BtCollisionWorldClass BtDiscreteDynamicsWorld instance BtDynamicsWorldClass BtDiscreteDynamicsWorld instance BtClass BtDefaultVehicleRaycaster instance BtDefaultVehicleRaycasterClass BtDefaultVehicleRaycaster instance BtVehicleRaycasterClass BtDefaultVehicleRaycaster instance BtClass BtDefaultSerializer instance BtDefaultSerializerClass BtDefaultSerializer instance BtSerializerClass BtDefaultSerializer instance BtClass BtDefaultMotionState instance BtDefaultMotionStateClass BtDefaultMotionState instance BtMotionStateClass BtDefaultMotionState instance BtClass BtCylinderShapeZ instance BtCylinderShapeZClass BtCylinderShapeZ instance BtCollisionShapeClass BtCylinderShapeZ instance BtConvexShapeClass BtCylinderShapeZ instance BtConvexInternalShapeClass BtCylinderShapeZ instance BtCylinderShapeClass BtCylinderShapeZ instance BtClass BtCylinderShapeX instance BtCylinderShapeXClass BtCylinderShapeX instance BtCollisionShapeClass BtCylinderShapeX instance BtConvexShapeClass BtCylinderShapeX instance BtConvexInternalShapeClass BtCylinderShapeX instance BtCylinderShapeClass BtCylinderShapeX instance BtClass BtCylinderShape instance BtCylinderShapeClass BtCylinderShape instance BtCollisionShapeClass BtCylinderShape instance BtConvexShapeClass BtCylinderShape instance BtConvexInternalShapeClass BtCylinderShape instance BtClass BtConvexInternalShape instance BtConvexInternalShapeClass BtConvexInternalShape instance BtCollisionShapeClass BtConvexInternalShape instance BtConvexShapeClass BtConvexInternalShape instance BtClass BtConvexConvexAlgorithm instance BtConvexConvexAlgorithmClass BtConvexConvexAlgorithm instance BtCollisionAlgorithmClass BtConvexConvexAlgorithm instance BtActivatingCollisionAlgorithmClass BtConvexConvexAlgorithm instance BtClass BtContactSolverInfo instance BtContactSolverInfoClass BtContactSolverInfo instance BtContactSolverInfoDataClass BtContactSolverInfo instance BtClass BtCollisionDispatcher instance BtCollisionDispatcherClass BtCollisionDispatcher instance BtDispatcherClass BtCollisionDispatcher instance BtClass BtBvhTriangleMeshShape instance BtBvhTriangleMeshShapeClass BtBvhTriangleMeshShape instance BtCollisionShapeClass BtBvhTriangleMeshShape instance BtConcaveShapeClass BtBvhTriangleMeshShape instance BtTriangleMeshShapeClass BtBvhTriangleMeshShape instance BtClass BtAxisSweep3Internal_unsignedshort_ instance BtAxisSweep3Internal_unsignedshort_Class BtAxisSweep3Internal_unsignedshort_ instance BtBroadphaseInterfaceClass BtAxisSweep3Internal_unsignedshort_ instance BtClass BtAxisSweep3Internal_unsignedint_ instance BtAxisSweep3Internal_unsignedint_Class BtAxisSweep3Internal_unsignedint_ instance BtBroadphaseInterfaceClass BtAxisSweep3Internal_unsignedint_ instance BtClass BtActivatingCollisionAlgorithm instance BtActivatingCollisionAlgorithmClass BtActivatingCollisionAlgorithm instance BtCollisionAlgorithmClass BtActivatingCollisionAlgorithm instance BtClass BtGImpactMeshShapePart_TrimeshPrimitiveManager instance BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass BtGImpactMeshShapePart_TrimeshPrimitiveManager instance BtPrimitiveManagerBaseClass BtGImpactMeshShapePart_TrimeshPrimitiveManager instance BtClass GIM_QUANTIZED_BVH_NODE_ARRAY instance GIM_QUANTIZED_BVH_NODE_ARRAYClass GIM_QUANTIZED_BVH_NODE_ARRAY instance BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class GIM_QUANTIZED_BVH_NODE_ARRAY instance BtClass GIM_BVH_TREE_NODE_ARRAY instance GIM_BVH_TREE_NODE_ARRAYClass GIM_BVH_TREE_NODE_ARRAY instance BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class GIM_BVH_TREE_NODE_ARRAY instance BtClass GIM_BVH_DATA_ARRAY instance GIM_BVH_DATA_ARRAYClass GIM_BVH_DATA_ARRAY instance BtAlignedObjectArray_GIM_BVH_DATA_Class GIM_BVH_DATA_ARRAY instance BtClass BtSoftBody_Face instance BtSoftBody_FaceClass BtSoftBody_Face instance BtSoftBody_ElementClass BtSoftBody_Face instance BtSoftBody_FeatureClass BtSoftBody_Face instance BtClass BtConvexConvexAlgorithm_CreateFunc instance BtConvexConvexAlgorithm_CreateFuncClass BtConvexConvexAlgorithm_CreateFunc instance BtCollisionAlgorithmCreateFuncClass BtConvexConvexAlgorithm_CreateFunc instance BtClass BtSphereSphereCollisionAlgorithm_CreateFunc instance BtSphereSphereCollisionAlgorithm_CreateFuncClass BtSphereSphereCollisionAlgorithm_CreateFunc instance BtCollisionAlgorithmCreateFuncClass BtSphereSphereCollisionAlgorithm_CreateFunc instance BtClass BtGImpactCollisionAlgorithm_CreateFunc instance BtGImpactCollisionAlgorithm_CreateFuncClass BtGImpactCollisionAlgorithm_CreateFunc instance BtCollisionAlgorithmCreateFuncClass BtGImpactCollisionAlgorithm_CreateFunc instance BtClass BtGImpactCompoundShape_CompoundPrimitiveManager instance BtGImpactCompoundShape_CompoundPrimitiveManagerClass BtGImpactCompoundShape_CompoundPrimitiveManager instance BtPrimitiveManagerBaseClass BtGImpactCompoundShape_CompoundPrimitiveManager instance BtClass BtCollisionWorld_ClosestRayResultCallback instance BtCollisionWorld_ClosestRayResultCallbackClass BtCollisionWorld_ClosestRayResultCallback instance BtCollisionWorld_RayResultCallbackClass BtCollisionWorld_ClosestRayResultCallback instance BtClass BtCollisionWorld_ClosestConvexResultCallback instance BtCollisionWorld_ClosestConvexResultCallbackClass BtCollisionWorld_ClosestConvexResultCallback instance BtCollisionWorld_ConvexResultCallbackClass BtCollisionWorld_ClosestConvexResultCallback instance BtClass BtSoftBody_CJoint instance BtSoftBody_CJointClass BtSoftBody_CJoint instance BtSoftBody_JointClass BtSoftBody_CJoint instance BtClass BtCollisionWorld_AllHitsRayResultCallback instance BtCollisionWorld_AllHitsRayResultCallbackClass BtCollisionWorld_AllHitsRayResultCallback instance BtCollisionWorld_RayResultCallbackClass BtCollisionWorld_AllHitsRayResultCallback instance BtClass BtSoftBody_AJoint instance BtSoftBody_AJointClass BtSoftBody_AJoint instance BtSoftBody_JointClass BtSoftBody_AJoint instance BtClass BtDbvt_sStkNPS instance BtDbvt_sStkNPSClass BtDbvt_sStkNPS instance BtClass BtDbvt_sStkNP instance BtDbvt_sStkNPClass BtDbvt_sStkNP instance BtClass BtDbvt_sStkNN instance BtDbvt_sStkNNClass BtDbvt_sStkNN instance BtClass BtDbvt_sStkCLN instance BtDbvt_sStkCLNClass BtDbvt_sStkCLN instance BtClass BtGjkEpaSolver2_sResults instance BtGjkEpaSolver2_sResultsClass BtGjkEpaSolver2_sResults instance BtClass BtSoftBody_sRayCast instance BtSoftBody_sRayCastClass BtSoftBody_sRayCast instance BtClass BtSoftBody_sMedium instance BtSoftBody_sMediumClass BtSoftBody_sMedium instance BtClass BtSoftBody_sCti instance BtSoftBody_sCtiClass BtSoftBody_sCti instance BtClass BtSoftBody_fMaterial instance BtSoftBody_fMaterialClass BtSoftBody_fMaterial instance BtClass FDrawFlags instance FDrawFlagsClass FDrawFlags instance BtClass BtSoftBody_fCollision instance BtSoftBody_fCollisionClass BtSoftBody_fCollision instance BtClass BtSoftBody_eVSolver instance BtSoftBody_eVSolverClass BtSoftBody_eVSolver instance BtClass BtSoftBody_Joint_eType instance BtSoftBody_Joint_eTypeClass BtSoftBody_Joint_eType instance BtClass BtSoftBody_eSolverPresets instance BtSoftBody_eSolverPresetsClass BtSoftBody_eSolverPresets instance BtClass BtSoftBody_ePSolver instance BtSoftBody_ePSolverClass BtSoftBody_ePSolver instance BtClass BtSoftBody_eFeature instance BtSoftBody_eFeatureClass BtSoftBody_eFeature instance BtClass BtSoftBody_eAeroModel instance BtSoftBody_eAeroModelClass BtSoftBody_eAeroModel instance BtClass BtWheelInfoConstructionInfo instance BtWheelInfoConstructionInfoClass BtWheelInfoConstructionInfo instance BtClass BtWheelInfo instance BtWheelInfoClass BtWheelInfo instance BtClass BtVoronoiSimplexSolver instance BtVoronoiSimplexSolverClass BtVoronoiSimplexSolver instance BtClass BtRaycastVehicle_btVehicleTuning instance BtRaycastVehicle_btVehicleTuningClass BtRaycastVehicle_btVehicleTuning instance BtClass BtVehicleRaycaster_btVehicleRaycasterResult instance BtVehicleRaycaster_btVehicleRaycasterResultClass BtVehicleRaycaster_btVehicleRaycasterResult instance BtClass BtVehicleRaycaster instance BtVehicleRaycasterClass BtVehicleRaycaster instance BtClass BtVector3FloatData instance BtVector3FloatDataClass BtVector3FloatData instance BtClass BtVector3DoubleData instance BtVector3DoubleDataClass BtVector3DoubleData instance BtClass BtUsageBitfield instance BtUsageBitfieldClass BtUsageBitfield instance BtClass BtUniformScalingShape instance BtUniformScalingShapeClass BtUniformScalingShape instance BtCollisionShapeClass BtUniformScalingShape instance BtConvexShapeClass BtUniformScalingShape instance BtClass BtTypedObject instance BtTypedObjectClass BtTypedObject instance BtClass BtTypedConstraintData instance BtTypedConstraintDataClass BtTypedConstraintData instance BtClass BtTriangleMeshShapeData instance BtTriangleMeshShapeDataClass BtTriangleMeshShapeData instance BtClass BtTriangleMeshShape instance BtTriangleMeshShapeClass BtTriangleMeshShape instance BtCollisionShapeClass BtTriangleMeshShape instance BtConcaveShapeClass BtTriangleMeshShape instance BtClass BtTriangleMesh instance BtTriangleMeshClass BtTriangleMesh instance BtStridingMeshInterfaceClass BtTriangleMesh instance BtTriangleIndexVertexArrayClass BtTriangleMesh instance BtClass BtTriangleInfoMapData instance BtTriangleInfoMapDataClass BtTriangleInfoMapData instance BtClass BtTriangleInfoMap instance BtTriangleInfoMapClass BtTriangleInfoMap instance BtHashMap_btHashInt_btTriangleInfo_Class BtTriangleInfoMap instance BtClass BtTriangleInfoData instance BtTriangleInfoDataClass BtTriangleInfoData instance BtClass BtTriangleInfo instance BtTriangleInfoClass BtTriangleInfo instance BtClass BtTriangleIndexVertexArray instance BtTriangleIndexVertexArrayClass BtTriangleIndexVertexArray instance BtStridingMeshInterfaceClass BtTriangleIndexVertexArray instance BtClass BtTriangleCallback instance BtTriangleCallbackClass BtTriangleCallback instance BtClass BtTranslationalLimitMotor instance BtTranslationalLimitMotorClass BtTranslationalLimitMotor instance BtClass BtTransformUtil instance BtTransformUtilClass BtTransformUtil instance BtClass BtTransformFloatData instance BtTransformFloatDataClass BtTransformFloatData instance BtClass BtTransformDoubleData instance BtTransformDoubleDataClass BtTransformDoubleData instance BtClass BtSubSimplexClosestResult instance BtSubSimplexClosestResultClass BtSubSimplexClosestResult instance BtClass BtStridingMeshInterfaceData instance BtStridingMeshInterfaceDataClass BtStridingMeshInterfaceData instance BtClass BtStridingMeshInterface instance BtStridingMeshInterfaceClass BtStridingMeshInterface instance BtClass BtStorageResult instance BtStorageResultClass BtStorageResult instance BtDiscreteCollisionDetectorInterface_ResultClass BtStorageResult instance BtClass BtStaticPlaneShapeData instance BtStaticPlaneShapeDataClass BtStaticPlaneShapeData instance BtClass BtStaticPlaneShape instance BtStaticPlaneShapeClass BtStaticPlaneShape instance BtCollisionShapeClass BtStaticPlaneShape instance BtConcaveShapeClass BtStaticPlaneShape instance BtClass BtStackAlloc instance BtStackAllocClass BtStackAlloc instance BtClass BtSparseSdf_3_ instance BtSparseSdf_3_Class BtSparseSdf_3_ instance BtClass BtSolverConstraint instance BtSolverConstraintClass BtSolverConstraint instance BtClass BtSolverBodyObsolete instance BtSolverBodyObsoleteClass BtSolverBodyObsolete instance BtClass BtSoftBodyWorldInfo instance BtSoftBodyWorldInfoClass BtSoftBodyWorldInfo instance BtClass BtSoftBodyRigidBodyCollisionConfiguration instance BtSoftBodyRigidBodyCollisionConfigurationClass BtSoftBodyRigidBodyCollisionConfiguration instance BtCollisionConfigurationClass BtSoftBodyRigidBodyCollisionConfiguration instance BtDefaultCollisionConfigurationClass BtSoftBodyRigidBodyCollisionConfiguration instance BtClass BtSoftBodyHelpers instance BtSoftBodyHelpersClass BtSoftBodyHelpers instance BtClass BtSoftBody instance BtSoftBodyClass BtSoftBody instance BtCollisionObjectClass BtSoftBody instance BtClass BtSliderConstraintData instance BtSliderConstraintDataClass BtSliderConstraintData instance BtClass BtSimpleDynamicsWorld instance BtSimpleDynamicsWorldClass BtSimpleDynamicsWorld instance BtCollisionWorldClass BtSimpleDynamicsWorld instance BtDynamicsWorldClass BtSimpleDynamicsWorld instance BtClass BtSimpleBroadphaseProxy instance BtSimpleBroadphaseProxyClass BtSimpleBroadphaseProxy instance BtBroadphaseProxyClass BtSimpleBroadphaseProxy instance BtClass BtSimpleBroadphase instance BtSimpleBroadphaseClass BtSimpleBroadphase instance BtBroadphaseInterfaceClass BtSimpleBroadphase instance BtClass BtShortIntIndexTripletData instance BtShortIntIndexTripletDataClass BtShortIntIndexTripletData instance BtClass BtShortIntIndexData instance BtShortIntIndexDataClass BtShortIntIndexData instance BtClass BtSerializer instance BtSerializerClass BtSerializer instance BtClass BtSequentialImpulseConstraintSolver instance BtSequentialImpulseConstraintSolverClass BtSequentialImpulseConstraintSolver instance BtConstraintSolverClass BtSequentialImpulseConstraintSolver instance BtClass BtScaledTriangleMeshShapeData instance BtScaledTriangleMeshShapeDataClass BtScaledTriangleMeshShapeData instance BtClass BtScaledBvhTriangleMeshShape instance BtScaledBvhTriangleMeshShapeClass BtScaledBvhTriangleMeshShape instance BtCollisionShapeClass BtScaledBvhTriangleMeshShape instance BtConcaveShapeClass BtScaledBvhTriangleMeshShape instance BtClass BtRotationalLimitMotor instance BtRotationalLimitMotorClass BtRotationalLimitMotor instance BtClass BtRigidBodyFloatData instance BtRigidBodyFloatDataClass BtRigidBodyFloatData instance BtClass BtRigidBodyDoubleData instance BtRigidBodyDoubleDataClass BtRigidBodyDoubleData instance BtClass BtRigidBody_btRigidBodyConstructionInfo instance BtRigidBody_btRigidBodyConstructionInfoClass BtRigidBody_btRigidBodyConstructionInfo instance BtClass BtRigidBody instance BtRigidBodyClass BtRigidBody instance BtCollisionObjectClass BtRigidBody instance BtClass BtRaycastVehicle instance BtRaycastVehicleClass BtRaycastVehicle instance BtActionInterfaceClass BtRaycastVehicle instance BtClass BtQuantizedBvhTree instance BtQuantizedBvhTreeClass BtQuantizedBvhTree instance BtClass BtQuantizedBvhNodeData instance BtQuantizedBvhNodeDataClass BtQuantizedBvhNodeData instance BtClass BtQuantizedBvhNode instance BtQuantizedBvhNodeClass BtQuantizedBvhNode instance BtClass BtQuantizedBvhFloatData instance BtQuantizedBvhFloatDataClass BtQuantizedBvhFloatData instance BtClass BtQuantizedBvhDoubleData instance BtQuantizedBvhDoubleDataClass BtQuantizedBvhDoubleData instance BtClass BtQuantizedBvh instance BtQuantizedBvhClass BtQuantizedBvh instance BtClass BtQuadWord instance BtQuadWordClass BtQuadWord instance BtClass BtPrimitiveTriangle instance BtPrimitiveTriangleClass BtPrimitiveTriangle instance BtClass BtPrimitiveManagerBase instance BtPrimitiveManagerBaseClass BtPrimitiveManagerBase instance BtClass BtPositionAndRadius instance BtPositionAndRadiusClass BtPositionAndRadius instance BtClass BtPointerUid instance BtPointerUidClass BtPointerUid instance BtClass BtPoint2PointConstraintFloatData instance BtPoint2PointConstraintFloatDataClass BtPoint2PointConstraintFloatData instance BtClass BtPoint2PointConstraintDoubleData instance BtPoint2PointConstraintDoubleDataClass BtPoint2PointConstraintDoubleData instance BtClass BtPairSet instance BtPairSetClass BtPairSet instance BtAlignedObjectArray_GIM_PAIR_Class BtPairSet instance BtClass BtPairCachingGhostObject instance BtPairCachingGhostObjectClass BtPairCachingGhostObject instance BtCollisionObjectClass BtPairCachingGhostObject instance BtGhostObjectClass BtPairCachingGhostObject instance BtClass BtOverlappingPairCallback instance BtOverlappingPairCallbackClass BtOverlappingPairCallback instance BtClass BtOverlapFilterCallback instance BtOverlapFilterCallbackClass BtOverlapFilterCallback instance BtClass BtOverlapCallback instance BtOverlapCallbackClass BtOverlapCallback instance BtClass BtOptimizedBvhNodeFloatData instance BtOptimizedBvhNodeFloatDataClass BtOptimizedBvhNodeFloatData instance BtClass BtOptimizedBvhNodeDoubleData instance BtOptimizedBvhNodeDoubleDataClass BtOptimizedBvhNodeDoubleData instance BtClass BtOptimizedBvhNode instance BtOptimizedBvhNodeClass BtOptimizedBvhNode instance BtClass BtNodeOverlapCallback instance BtNodeOverlapCallbackClass BtNodeOverlapCallback instance BtClass BtMultiSphereShapeData instance BtMultiSphereShapeDataClass BtMultiSphereShapeData instance BtClass BtMultiSapBroadphase_btMultiSapProxy instance BtMultiSapBroadphase_btMultiSapProxyClass BtMultiSapBroadphase_btMultiSapProxy instance BtBroadphaseProxyClass BtMultiSapBroadphase_btMultiSapProxy instance BtClass BtMultiSapBroadphase instance BtMultiSapBroadphaseClass BtMultiSapBroadphase instance BtBroadphaseInterfaceClass BtMultiSapBroadphase instance BtClass BtMotionState instance BtMotionStateClass BtMotionState instance BtClass BtMeshPartData instance BtMeshPartDataClass BtMeshPartData instance BtClass BtMatrix3x3FloatData instance BtMatrix3x3FloatDataClass BtMatrix3x3FloatData instance BtClass BtMatrix3x3DoubleData instance BtMatrix3x3DoubleDataClass BtMatrix3x3DoubleData instance BtClass BtManifoldResult instance BtManifoldResultClass BtManifoldResult instance BtDiscreteCollisionDetectorInterface_ResultClass BtManifoldResult instance BtClass BtManifoldPoint instance BtManifoldPointClass BtManifoldPoint instance BtClass BtJacobianEntry instance BtJacobianEntryClass BtJacobianEntry instance BtClass BtInternalTriangleIndexCallback instance BtInternalTriangleIndexCallbackClass BtInternalTriangleIndexCallback instance BtClass BtIntIndexData instance BtIntIndexDataClass BtIntIndexData instance BtClass BtIndexedMesh instance BtIndexedMeshClass BtIndexedMesh instance BtClass BtIDebugDraw instance BtIDebugDrawClass BtIDebugDraw instance BtClass BtHingeConstraintFloatData instance BtHingeConstraintFloatDataClass BtHingeConstraintFloatData instance BtClass BtHingeConstraintDoubleData instance BtHingeConstraintDoubleDataClass BtHingeConstraintDoubleData instance BtClass BtHashString instance BtHashStringClass BtHashString instance BtClass BtHashPtr instance BtHashPtrClass BtHashPtr instance BtClass BtHashMap_btHashString_int_ instance BtHashMap_btHashString_int_Class BtHashMap_btHashString_int_ instance BtClass BtHashMap_btHashPtr_void_ptr_ instance BtHashMap_btHashPtr_void_ptr_Class BtHashMap_btHashPtr_void_ptr_ instance BtClass BtHashMap_btHashPtr_charconst_ptr_ instance BtHashMap_btHashPtr_charconst_ptr_Class BtHashMap_btHashPtr_charconst_ptr_ instance BtClass BtHashMap_btHashPtr_btPointerUid_ instance BtHashMap_btHashPtr_btPointerUid_Class BtHashMap_btHashPtr_btPointerUid_ instance BtClass BtHashMap_btHashInt_int_ instance BtHashMap_btHashInt_int_Class BtHashMap_btHashInt_int_ instance BtClass BtHashMap_btHashInt_btTriangleInfo_ instance BtHashMap_btHashInt_btTriangleInfo_Class BtHashMap_btHashInt_btTriangleInfo_ instance BtClass BtHashInt instance BtHashIntClass BtHashInt instance BtClass BtGjkPairDetector instance BtGjkPairDetectorClass BtGjkPairDetector instance BtDiscreteCollisionDetectorInterfaceClass BtGjkPairDetector instance BtClass BtGjkEpaSolver2 instance BtGjkEpaSolver2Class BtGjkEpaSolver2 instance BtClass BtGhostObject instance BtGhostObjectClass BtGhostObject instance BtCollisionObjectClass BtGhostObject instance BtClass BtGeometryUtil instance BtGeometryUtilClass BtGeometryUtil instance BtClass BtGeneric6DofSpringConstraintData instance BtGeneric6DofSpringConstraintDataClass BtGeneric6DofSpringConstraintData instance BtClass BtGeneric6DofConstraintData instance BtGeneric6DofConstraintDataClass BtGeneric6DofConstraintData instance BtClass BtGImpactShapeInterface instance BtGImpactShapeInterfaceClass BtGImpactShapeInterface instance BtCollisionShapeClass BtGImpactShapeInterface instance BtConcaveShapeClass BtGImpactShapeInterface instance BtClass BtGImpactQuantizedBvh instance BtGImpactQuantizedBvhClass BtGImpactQuantizedBvh instance BtClass BtGImpactMeshShapeData instance BtGImpactMeshShapeDataClass BtGImpactMeshShapeData instance BtClass BtGImpactBvh instance BtGImpactBvhClass BtGImpactBvh instance BtClass BtEmptyShape instance BtEmptyShapeClass BtEmptyShape instance BtCollisionShapeClass BtEmptyShape instance BtConcaveShapeClass BtEmptyShape instance BtClass BtDynamicsWorld instance BtDynamicsWorldClass BtDynamicsWorld instance BtCollisionWorldClass BtDynamicsWorld instance BtClass BtDispatcherInfo instance BtDispatcherInfoClass BtDispatcherInfo instance BtClass BtDispatcher instance BtDispatcherClass BtDispatcher instance BtClass BtDiscreteCollisionDetectorInterface instance BtDiscreteCollisionDetectorInterfaceClass BtDiscreteCollisionDetectorInterface instance BtClass BtDefaultCollisionConstructionInfo instance BtDefaultCollisionConstructionInfoClass BtDefaultCollisionConstructionInfo instance BtClass BtDefaultCollisionConfiguration instance BtDefaultCollisionConfigurationClass BtDefaultCollisionConfiguration instance BtCollisionConfigurationClass BtDefaultCollisionConfiguration instance BtClass BtDbvtProxy instance BtDbvtProxyClass BtDbvtProxy instance BtBroadphaseProxyClass BtDbvtProxy instance BtClass BtDbvtNode instance BtDbvtNodeClass BtDbvtNode instance BtClass BtDbvtBroadphase instance BtDbvtBroadphaseClass BtDbvtBroadphase instance BtBroadphaseInterfaceClass BtDbvtBroadphase instance BtClass BtDbvtAabbMm instance BtDbvtAabbMmClass BtDbvtAabbMm instance BtClass BtDbvt instance BtDbvtClass BtDbvt instance BtClass BtCylinderShapeData instance BtCylinderShapeDataClass BtCylinderShapeData instance BtClass BtConvexShape instance BtConvexShapeClass BtConvexShape instance BtCollisionShapeClass BtConvexShape instance BtClass BtConvexSeparatingDistanceUtil instance BtConvexSeparatingDistanceUtilClass BtConvexSeparatingDistanceUtil instance BtClass BtConvexInternalShapeData instance BtConvexInternalShapeDataClass BtConvexInternalShapeData instance BtClass BtConvexHullShapeData instance BtConvexHullShapeDataClass BtConvexHullShapeData instance BtClass BtContactSolverInfoData instance BtContactSolverInfoDataClass BtContactSolverInfoData instance BtClass BtConstraintSolver instance BtConstraintSolverClass BtConstraintSolver instance BtClass BtConstraintSetting instance BtConstraintSettingClass BtConstraintSetting instance BtClass BtConstraintRow instance BtConstraintRowClass BtConstraintRow instance BtClass BtTypedConstraint_btConstraintInfo2 instance BtTypedConstraint_btConstraintInfo2Class BtTypedConstraint_btConstraintInfo2 instance BtClass BtTypedConstraint_btConstraintInfo1 instance BtTypedConstraint_btConstraintInfo1Class BtTypedConstraint_btConstraintInfo1 instance BtClass BtConeTwistConstraintData instance BtConeTwistConstraintDataClass BtConeTwistConstraintData instance BtClass BtConcaveShape instance BtConcaveShapeClass BtConcaveShape instance BtCollisionShapeClass BtConcaveShape instance BtClass BtCompoundShapeData instance BtCompoundShapeDataClass BtCompoundShapeData instance BtClass BtCompoundShapeChildData instance BtCompoundShapeChildDataClass BtCompoundShapeChildData instance BtClass BtCompoundShapeChild instance BtCompoundShapeChildClass BtCompoundShapeChild instance BtClass BtCompoundShape instance BtCompoundShapeClass BtCompoundShape instance BtCollisionShapeClass BtCompoundShape instance BtClass BtCollisionWorld instance BtCollisionWorldClass BtCollisionWorld instance BtClass BtCollisionShapeData instance BtCollisionShapeDataClass BtCollisionShapeData instance BtClass BtCollisionShape instance BtCollisionShapeClass BtCollisionShape instance BtClass BtCollisionObjectFloatData instance BtCollisionObjectFloatDataClass BtCollisionObjectFloatData instance BtClass BtCollisionObjectDoubleData instance BtCollisionObjectDoubleDataClass BtCollisionObjectDoubleData instance BtClass BtCollisionObject instance BtCollisionObjectClass BtCollisionObject instance BtClass BtCollisionConfiguration instance BtCollisionConfigurationClass BtCollisionConfiguration instance BtClass BtCollisionAlgorithmCreateFunc instance BtCollisionAlgorithmCreateFuncClass BtCollisionAlgorithmCreateFunc instance BtClass BtCollisionAlgorithmConstructionInfo instance BtCollisionAlgorithmConstructionInfoClass BtCollisionAlgorithmConstructionInfo instance BtClass BtCollisionAlgorithm instance BtCollisionAlgorithmClass BtCollisionAlgorithm instance BtClass BtClock instance BtClockClass BtClock instance BtClass BtChunk instance BtChunkClass BtChunk instance BtClass BtCharIndexTripletData instance BtCharIndexTripletDataClass BtCharIndexTripletData instance BtClass BtCapsuleShapeData instance BtCapsuleShapeDataClass BtCapsuleShapeData instance BtClass BtBvhTree instance BtBvhTreeClass BtBvhTree instance BtClass BtBvhSubtreeInfoData instance BtBvhSubtreeInfoDataClass BtBvhSubtreeInfoData instance BtClass BtBvhSubtreeInfo instance BtBvhSubtreeInfoClass BtBvhSubtreeInfo instance BtClass BtBroadphaseRayCallback instance BtBroadphaseRayCallbackClass BtBroadphaseRayCallback instance BtBroadphaseAabbCallbackClass BtBroadphaseRayCallback instance BtClass BtBroadphaseProxy instance BtBroadphaseProxyClass BtBroadphaseProxy instance BtClass BtBroadphasePairSortPredicate instance BtBroadphasePairSortPredicateClass BtBroadphasePairSortPredicate instance BtClass BtBroadphasePair instance BtBroadphasePairClass BtBroadphasePair instance BtClass BtBroadphaseInterface instance BtBroadphaseInterfaceClass BtBroadphaseInterface instance BtClass BtBroadphaseAabbCallback instance BtBroadphaseAabbCallbackClass BtBroadphaseAabbCallback instance BtClass BtMultiSapBroadphase_btBridgeProxy instance BtMultiSapBroadphase_btBridgeProxyClass BtMultiSapBroadphase_btBridgeProxy instance BtClass BtBlock instance BtBlockClass BtBlock instance BtClass BtAngularLimit instance BtAngularLimitClass BtAngularLimit instance BtClass BtAlignedObjectArray_void_ptr_ instance BtAlignedObjectArray_void_ptr_Class BtAlignedObjectArray_void_ptr_ instance BtClass BtAlignedObjectArray_unsignedshort_ instance BtAlignedObjectArray_unsignedshort_Class BtAlignedObjectArray_unsignedshort_ instance BtClass BtAlignedObjectArray_unsignedint_ instance BtAlignedObjectArray_unsignedint_Class BtAlignedObjectArray_unsignedint_ instance BtClass BtAlignedObjectArray_short_ instance BtAlignedObjectArray_short_Class BtAlignedObjectArray_short_ instance BtClass BtAlignedObjectArray_short_ptr_ instance BtAlignedObjectArray_short_ptr_Class BtAlignedObjectArray_short_ptr_ instance BtClass BtAlignedObjectArray_int_ instance BtAlignedObjectArray_int_Class BtAlignedObjectArray_int_ instance BtClass BtAlignedObjectArray_float_ instance BtAlignedObjectArray_float_Class BtAlignedObjectArray_float_ instance BtClass BtAlignedObjectArray_char_ptr_ instance BtAlignedObjectArray_char_ptr_Class BtAlignedObjectArray_char_ptr_ instance BtClass BtAlignedObjectArray_charconst_ptr_ instance BtAlignedObjectArray_charconst_ptr_Class BtAlignedObjectArray_charconst_ptr_ instance BtClass BtAlignedObjectArray_btWheelInfo_ instance BtAlignedObjectArray_btWheelInfo_Class BtAlignedObjectArray_btWheelInfo_ instance BtClass BtAlignedObjectArray_btVector3_ instance BtAlignedObjectArray_btVector3_Class BtAlignedObjectArray_btVector3_ instance BtClass BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ instance BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ instance BtClass BtAlignedObjectArray_btTypedConstraint_ptr_ instance BtAlignedObjectArray_btTypedConstraint_ptr_Class BtAlignedObjectArray_btTypedConstraint_ptr_ instance BtClass BtAlignedObjectArray_btTriangleInfo_ instance BtAlignedObjectArray_btTriangleInfo_Class BtAlignedObjectArray_btTriangleInfo_ instance BtClass BtAlignedObjectArray_btTransform_ instance BtAlignedObjectArray_btTransform_Class BtAlignedObjectArray_btTransform_ instance BtClass BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ instance BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_ instance BtClass BtAlignedObjectArray_btSolverConstraint_ instance BtAlignedObjectArray_btSolverConstraint_Class BtAlignedObjectArray_btSolverConstraint_ instance BtClass BtAlignedObjectArray_btSoftBody_eVSolver___ instance BtAlignedObjectArray_btSoftBody_eVSolver___Class BtAlignedObjectArray_btSoftBody_eVSolver___ instance BtClass BtAlignedObjectArray_btSoftBody_ePSolver___ instance BtAlignedObjectArray_btSoftBody_ePSolver___Class BtAlignedObjectArray_btSoftBody_ePSolver___ instance BtClass BtAlignedObjectArray_btSoftBody_Tetra_ instance BtAlignedObjectArray_btSoftBody_Tetra_Class BtAlignedObjectArray_btSoftBody_Tetra_ instance BtClass BtAlignedObjectArray_btSoftBody_SContact_ instance BtAlignedObjectArray_btSoftBody_SContact_Class BtAlignedObjectArray_btSoftBody_SContact_ instance BtClass BtAlignedObjectArray_btSoftBody_RContact_ instance BtAlignedObjectArray_btSoftBody_RContact_Class BtAlignedObjectArray_btSoftBody_RContact_ instance BtClass BtAlignedObjectArray_btSoftBody_Note_ instance BtAlignedObjectArray_btSoftBody_Note_Class BtAlignedObjectArray_btSoftBody_Note_ instance BtClass BtAlignedObjectArray_btSoftBody_Node_ instance BtAlignedObjectArray_btSoftBody_Node_Class BtAlignedObjectArray_btSoftBody_Node_ instance BtClass BtAlignedObjectArray_btSoftBody_Node_ptr_ instance BtAlignedObjectArray_btSoftBody_Node_ptr_Class BtAlignedObjectArray_btSoftBody_Node_ptr_ instance BtClass BtAlignedObjectArray_btSoftBody_Material_ptr_ instance BtAlignedObjectArray_btSoftBody_Material_ptr_Class BtAlignedObjectArray_btSoftBody_Material_ptr_ instance BtClass BtAlignedObjectArray_btSoftBody_Link_ instance BtAlignedObjectArray_btSoftBody_Link_Class BtAlignedObjectArray_btSoftBody_Link_ instance BtClass BtAlignedObjectArray_btSoftBody_Joint_ptr_ instance BtAlignedObjectArray_btSoftBody_Joint_ptr_Class BtAlignedObjectArray_btSoftBody_Joint_ptr_ instance BtClass BtAlignedObjectArray_btSoftBody_Face_ instance BtAlignedObjectArray_btSoftBody_Face_Class BtAlignedObjectArray_btSoftBody_Face_ instance BtClass BtAlignedObjectArray_btSoftBody_Cluster_ptr_ instance BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class BtAlignedObjectArray_btSoftBody_Cluster_ptr_ instance BtClass BtAlignedObjectArray_btSoftBody_Anchor_ instance BtAlignedObjectArray_btSoftBody_Anchor_Class BtAlignedObjectArray_btSoftBody_Anchor_ instance BtClass BtAlignedObjectArray_btSoftBody_ptr_ instance BtAlignedObjectArray_btSoftBody_ptr_Class BtAlignedObjectArray_btSoftBody_ptr_ instance BtClass BtAlignedObjectArray_btRigidBody_ptr_ instance BtAlignedObjectArray_btRigidBody_ptr_Class BtAlignedObjectArray_btRigidBody_ptr_ instance BtClass BtAlignedObjectArray_btQuantizedBvhNode_ instance BtAlignedObjectArray_btQuantizedBvhNode_Class BtAlignedObjectArray_btQuantizedBvhNode_ instance BtClass BtAlignedObjectArray_btPointerUid_ instance BtAlignedObjectArray_btPointerUid_Class BtAlignedObjectArray_btPointerUid_ instance BtClass BtAlignedObjectArray_btPersistentManifold_ptr_ instance BtAlignedObjectArray_btPersistentManifold_ptr_Class BtAlignedObjectArray_btPersistentManifold_ptr_ instance BtClass BtAlignedObjectArray_btOptimizedBvhNode_ instance BtAlignedObjectArray_btOptimizedBvhNode_Class BtAlignedObjectArray_btOptimizedBvhNode_ instance BtClass BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ instance BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ instance BtClass BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ instance BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ instance BtClass BtAlignedObjectArray_btIndexedMesh_ instance BtAlignedObjectArray_btIndexedMesh_Class BtAlignedObjectArray_btIndexedMesh_ instance BtClass BtAlignedObjectArray_btHashString_ instance BtAlignedObjectArray_btHashString_Class BtAlignedObjectArray_btHashString_ instance BtClass BtAlignedObjectArray_btHashPtr_ instance BtAlignedObjectArray_btHashPtr_Class BtAlignedObjectArray_btHashPtr_ instance BtClass BtAlignedObjectArray_btHashInt_ instance BtAlignedObjectArray_btHashInt_Class BtAlignedObjectArray_btHashInt_ instance BtClass BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ instance BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class BtAlignedObjectArray_btGImpactMeshShapePart_ptr_ instance BtClass BtAlignedObjectArray_btDbvtNodeconst_ptr_ instance BtAlignedObjectArray_btDbvtNodeconst_ptr_Class BtAlignedObjectArray_btDbvtNodeconst_ptr_ instance BtClass BtAlignedObjectArray_btDbvt_sStkNPS_ instance BtAlignedObjectArray_btDbvt_sStkNPS_Class BtAlignedObjectArray_btDbvt_sStkNPS_ instance BtClass BtAlignedObjectArray_btDbvt_sStkNP_ instance BtAlignedObjectArray_btDbvt_sStkNP_Class BtAlignedObjectArray_btDbvt_sStkNP_ instance BtClass BtAlignedObjectArray_btDbvt_sStkNN_ instance BtAlignedObjectArray_btDbvt_sStkNN_Class BtAlignedObjectArray_btDbvt_sStkNN_ instance BtClass BtAlignedObjectArray_btCompoundShapeChild_ instance BtAlignedObjectArray_btCompoundShapeChild_Class BtAlignedObjectArray_btCompoundShapeChild_ instance BtClass BtAlignedObjectArray_btCollisionShape_ptr_ instance BtAlignedObjectArray_btCollisionShape_ptr_Class BtAlignedObjectArray_btCollisionShape_ptr_ instance BtClass BtAlignedObjectArray_btCollisionObject_ptr_ instance BtAlignedObjectArray_btCollisionObject_ptr_Class BtAlignedObjectArray_btCollisionObject_ptr_ instance BtClass BtAlignedObjectArray_btChunk_ptr_ instance BtAlignedObjectArray_btChunk_ptr_Class BtAlignedObjectArray_btChunk_ptr_ instance BtClass BtAlignedObjectArray_btBvhSubtreeInfo_ instance BtAlignedObjectArray_btBvhSubtreeInfo_Class BtAlignedObjectArray_btBvhSubtreeInfo_ instance BtClass BtAlignedObjectArray_btBroadphasePair_ instance BtAlignedObjectArray_btBroadphasePair_Class BtAlignedObjectArray_btBroadphasePair_ instance BtClass BtAlignedObjectArray_btBroadphaseInterface_ptr_ instance BtAlignedObjectArray_btBroadphaseInterface_ptr_Class BtAlignedObjectArray_btBroadphaseInterface_ptr_ instance BtClass BtAlignedObjectArray_btActionInterface_ptr_ instance BtAlignedObjectArray_btActionInterface_ptr_Class BtAlignedObjectArray_btActionInterface_ptr_ instance BtClass BtAlignedObjectArray_bool_ instance BtAlignedObjectArray_bool_Class BtAlignedObjectArray_bool_ instance BtClass BtAlignedObjectArray_GIM_PAIR_ instance BtAlignedObjectArray_GIM_PAIR_Class BtAlignedObjectArray_GIM_PAIR_ instance BtClass BtAlignedObjectArray_GIM_BVH_TREE_NODE_ instance BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class BtAlignedObjectArray_GIM_BVH_TREE_NODE_ instance BtClass BtAlignedObjectArray_GIM_BVH_DATA_ instance BtAlignedObjectArray_GIM_BVH_DATA_Class BtAlignedObjectArray_GIM_BVH_DATA_ instance BtClass BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ instance BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ instance BtClass BtAlignedAllocator_void_ptr_16u_ instance BtAlignedAllocator_void_ptr_16u_Class BtAlignedAllocator_void_ptr_16u_ instance BtClass BtAlignedAllocator_unsignedshort_16u_ instance BtAlignedAllocator_unsignedshort_16u_Class BtAlignedAllocator_unsignedshort_16u_ instance BtClass BtAlignedAllocator_unsignedint_16u_ instance BtAlignedAllocator_unsignedint_16u_Class BtAlignedAllocator_unsignedint_16u_ instance BtClass BtAlignedAllocator_short_16u_ instance BtAlignedAllocator_short_16u_Class BtAlignedAllocator_short_16u_ instance BtClass BtAlignedAllocator_short_ptr_16u_ instance BtAlignedAllocator_short_ptr_16u_Class BtAlignedAllocator_short_ptr_16u_ instance BtClass BtAlignedAllocator_int_16u_ instance BtAlignedAllocator_int_16u_Class BtAlignedAllocator_int_16u_ instance BtClass BtAlignedAllocator_float_16u_ instance BtAlignedAllocator_float_16u_Class BtAlignedAllocator_float_16u_ instance BtClass BtAlignedAllocator_char_ptr_16u_ instance BtAlignedAllocator_char_ptr_16u_Class BtAlignedAllocator_char_ptr_16u_ instance BtClass BtAlignedAllocator_charconst_ptr_16u_ instance BtAlignedAllocator_charconst_ptr_16u_Class BtAlignedAllocator_charconst_ptr_16u_ instance BtClass BtAlignedAllocator_btWheelInfo_16u_ instance BtAlignedAllocator_btWheelInfo_16u_Class BtAlignedAllocator_btWheelInfo_16u_ instance BtClass BtAlignedAllocator_btVector3_16u_ instance BtAlignedAllocator_btVector3_16u_Class BtAlignedAllocator_btVector3_16u_ instance BtClass BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ instance BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ instance BtClass BtAlignedAllocator_btTypedConstraint_ptr_16u_ instance BtAlignedAllocator_btTypedConstraint_ptr_16u_Class BtAlignedAllocator_btTypedConstraint_ptr_16u_ instance BtClass BtAlignedAllocator_btTriangleInfo_16u_ instance BtAlignedAllocator_btTriangleInfo_16u_Class BtAlignedAllocator_btTriangleInfo_16u_ instance BtClass BtAlignedAllocator_btTransform_16u_ instance BtAlignedAllocator_btTransform_16u_Class BtAlignedAllocator_btTransform_16u_ instance BtClass BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ instance BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_Class BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ instance BtClass BtAlignedAllocator_btSolverConstraint_16u_ instance BtAlignedAllocator_btSolverConstraint_16u_Class BtAlignedAllocator_btSolverConstraint_16u_ instance BtClass BtAlignedAllocator_btSoftBody_eVSolver___16u_ instance BtAlignedAllocator_btSoftBody_eVSolver___16u_Class BtAlignedAllocator_btSoftBody_eVSolver___16u_ instance BtClass BtAlignedAllocator_btSoftBody_ePSolver___16u_ instance BtAlignedAllocator_btSoftBody_ePSolver___16u_Class BtAlignedAllocator_btSoftBody_ePSolver___16u_ instance BtClass BtAlignedAllocator_btSoftBody_Tetra_16u_ instance BtAlignedAllocator_btSoftBody_Tetra_16u_Class BtAlignedAllocator_btSoftBody_Tetra_16u_ instance BtClass BtAlignedAllocator_btSoftBody_SContact_16u_ instance BtAlignedAllocator_btSoftBody_SContact_16u_Class BtAlignedAllocator_btSoftBody_SContact_16u_ instance BtClass BtAlignedAllocator_btSoftBody_RContact_16u_ instance BtAlignedAllocator_btSoftBody_RContact_16u_Class BtAlignedAllocator_btSoftBody_RContact_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Note_16u_ instance BtAlignedAllocator_btSoftBody_Note_16u_Class BtAlignedAllocator_btSoftBody_Note_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Node_16u_ instance BtAlignedAllocator_btSoftBody_Node_16u_Class BtAlignedAllocator_btSoftBody_Node_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Node_ptr_16u_ instance BtAlignedAllocator_btSoftBody_Node_ptr_16u_Class BtAlignedAllocator_btSoftBody_Node_ptr_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Material_ptr_16u_ instance BtAlignedAllocator_btSoftBody_Material_ptr_16u_Class BtAlignedAllocator_btSoftBody_Material_ptr_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Link_16u_ instance BtAlignedAllocator_btSoftBody_Link_16u_Class BtAlignedAllocator_btSoftBody_Link_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ instance BtAlignedAllocator_btSoftBody_Joint_ptr_16u_Class BtAlignedAllocator_btSoftBody_Joint_ptr_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Face_16u_ instance BtAlignedAllocator_btSoftBody_Face_16u_Class BtAlignedAllocator_btSoftBody_Face_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ instance BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_Class BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_ instance BtClass BtAlignedAllocator_btSoftBody_Anchor_16u_ instance BtAlignedAllocator_btSoftBody_Anchor_16u_Class BtAlignedAllocator_btSoftBody_Anchor_16u_ instance BtClass BtAlignedAllocator_btSoftBody_ptr_16u_ instance BtAlignedAllocator_btSoftBody_ptr_16u_Class BtAlignedAllocator_btSoftBody_ptr_16u_ instance BtClass BtAlignedAllocator_btRigidBody_ptr_16u_ instance BtAlignedAllocator_btRigidBody_ptr_16u_Class BtAlignedAllocator_btRigidBody_ptr_16u_ instance BtClass BtAlignedAllocator_btQuantizedBvhNode_16u_ instance BtAlignedAllocator_btQuantizedBvhNode_16u_Class BtAlignedAllocator_btQuantizedBvhNode_16u_ instance BtClass BtAlignedAllocator_btPointerUid_16u_ instance BtAlignedAllocator_btPointerUid_16u_Class BtAlignedAllocator_btPointerUid_16u_ instance BtClass BtAlignedAllocator_btPersistentManifold_ptr_16u_ instance BtAlignedAllocator_btPersistentManifold_ptr_16u_Class BtAlignedAllocator_btPersistentManifold_ptr_16u_ instance BtClass BtAlignedAllocator_btOptimizedBvhNode_16u_ instance BtAlignedAllocator_btOptimizedBvhNode_16u_Class BtAlignedAllocator_btOptimizedBvhNode_16u_ instance BtClass BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ instance BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_Class BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ instance BtClass BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ instance BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_Class BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ instance BtClass BtAlignedAllocator_btIndexedMesh_16u_ instance BtAlignedAllocator_btIndexedMesh_16u_Class BtAlignedAllocator_btIndexedMesh_16u_ instance BtClass BtAlignedAllocator_btHashString_16u_ instance BtAlignedAllocator_btHashString_16u_Class BtAlignedAllocator_btHashString_16u_ instance BtClass BtAlignedAllocator_btHashPtr_16u_ instance BtAlignedAllocator_btHashPtr_16u_Class BtAlignedAllocator_btHashPtr_16u_ instance BtClass BtAlignedAllocator_btHashInt_16u_ instance BtAlignedAllocator_btHashInt_16u_Class BtAlignedAllocator_btHashInt_16u_ instance BtClass BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ instance BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_Class BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ instance BtClass BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ instance BtAlignedAllocator_btDbvtNodeconst_ptr_16u_Class BtAlignedAllocator_btDbvtNodeconst_ptr_16u_ instance BtClass BtAlignedAllocator_btDbvt_sStkNPS_16u_ instance BtAlignedAllocator_btDbvt_sStkNPS_16u_Class BtAlignedAllocator_btDbvt_sStkNPS_16u_ instance BtClass BtAlignedAllocator_btDbvt_sStkNP_16u_ instance BtAlignedAllocator_btDbvt_sStkNP_16u_Class BtAlignedAllocator_btDbvt_sStkNP_16u_ instance BtClass BtAlignedAllocator_btDbvt_sStkNN_16u_ instance BtAlignedAllocator_btDbvt_sStkNN_16u_Class BtAlignedAllocator_btDbvt_sStkNN_16u_ instance BtClass BtAlignedAllocator_btCompoundShapeChild_16u_ instance BtAlignedAllocator_btCompoundShapeChild_16u_Class BtAlignedAllocator_btCompoundShapeChild_16u_ instance BtClass BtAlignedAllocator_btCollisionShape_ptr_16u_ instance BtAlignedAllocator_btCollisionShape_ptr_16u_Class BtAlignedAllocator_btCollisionShape_ptr_16u_ instance BtClass BtAlignedAllocator_btCollisionObject_ptr_16u_ instance BtAlignedAllocator_btCollisionObject_ptr_16u_Class BtAlignedAllocator_btCollisionObject_ptr_16u_ instance BtClass BtAlignedAllocator_btChunk_ptr_16u_ instance BtAlignedAllocator_btChunk_ptr_16u_Class BtAlignedAllocator_btChunk_ptr_16u_ instance BtClass BtAlignedAllocator_btBvhSubtreeInfo_16u_ instance BtAlignedAllocator_btBvhSubtreeInfo_16u_Class BtAlignedAllocator_btBvhSubtreeInfo_16u_ instance BtClass BtAlignedAllocator_btBroadphasePair_16u_ instance BtAlignedAllocator_btBroadphasePair_16u_Class BtAlignedAllocator_btBroadphasePair_16u_ instance BtClass BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ instance BtAlignedAllocator_btBroadphaseInterface_ptr_16u_Class BtAlignedAllocator_btBroadphaseInterface_ptr_16u_ instance BtClass BtAlignedAllocator_btActionInterface_ptr_16u_ instance BtAlignedAllocator_btActionInterface_ptr_16u_Class BtAlignedAllocator_btActionInterface_ptr_16u_ instance BtClass BtAlignedAllocator_bool_16u_ instance BtAlignedAllocator_bool_16u_Class BtAlignedAllocator_bool_16u_ instance BtClass BtAlignedAllocator_GIM_PAIR_16u_ instance BtAlignedAllocator_GIM_PAIR_16u_Class BtAlignedAllocator_GIM_PAIR_16u_ instance BtClass BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ instance BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_ instance BtClass BtAlignedAllocator_GIM_BVH_DATA_16u_ instance BtAlignedAllocator_GIM_BVH_DATA_16u_Class BtAlignedAllocator_GIM_BVH_DATA_16u_ instance BtClass BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ instance BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ instance BtClass BtActionInterface instance BtActionInterfaceClass BtActionInterface instance BtClass BtAABB instance BtAABBClass BtAABB instance BtClass BtSoftBody_Tetra instance BtSoftBody_TetraClass BtSoftBody_Tetra instance BtSoftBody_ElementClass BtSoftBody_Tetra instance BtSoftBody_FeatureClass BtSoftBody_Tetra instance BtClass BtSoftBody_AJoint_Specs instance BtSoftBody_AJoint_SpecsClass BtSoftBody_AJoint_Specs instance BtSoftBody_Joint_SpecsClass BtSoftBody_AJoint_Specs instance BtClass BtSoftBody_LJoint_Specs instance BtSoftBody_LJoint_SpecsClass BtSoftBody_LJoint_Specs instance BtSoftBody_Joint_SpecsClass BtSoftBody_LJoint_Specs instance BtClass BtSoftBody_Joint_Specs instance BtSoftBody_Joint_SpecsClass BtSoftBody_Joint_Specs instance BtClass BtSoftBody_SolverState instance BtSoftBody_SolverStateClass BtSoftBody_SolverState instance BtClass BtSoftBody_SContact instance BtSoftBody_SContactClass BtSoftBody_SContact instance BtClass BtDiscreteCollisionDetectorInterface_Result instance BtDiscreteCollisionDetectorInterface_ResultClass BtDiscreteCollisionDetectorInterface_Result instance BtClass BtWheelInfo_RaycastInfo instance BtWheelInfo_RaycastInfoClass BtWheelInfo_RaycastInfo instance BtClass BtCollisionWorld_RayResultCallback instance BtCollisionWorld_RayResultCallbackClass BtCollisionWorld_RayResultCallback instance BtClass BtSoftBody_RayFromToCaster instance BtSoftBody_RayFromToCasterClass BtSoftBody_RayFromToCaster instance BtDbvt_ICollideClass BtSoftBody_RayFromToCaster instance BtClass BtSoftBody_RContact instance BtSoftBody_RContactClass BtSoftBody_RContact instance BtClass BtSoftBody_Pose instance BtSoftBody_PoseClass BtSoftBody_Pose instance BtClass BtSoftBody_Note instance BtSoftBody_NoteClass BtSoftBody_Note instance BtSoftBody_ElementClass BtSoftBody_Note instance BtClass BtSoftBody_Node instance BtSoftBody_NodeClass BtSoftBody_Node instance BtSoftBody_ElementClass BtSoftBody_Node instance BtSoftBody_FeatureClass BtSoftBody_Node instance BtClass BtSoftBody_Material instance BtSoftBody_MaterialClass BtSoftBody_Material instance BtSoftBody_ElementClass BtSoftBody_Material instance BtClass BtCollisionWorld_LocalShapeInfo instance BtCollisionWorld_LocalShapeInfoClass BtCollisionWorld_LocalShapeInfo instance BtClass BtCollisionWorld_LocalRayResult instance BtCollisionWorld_LocalRayResultClass BtCollisionWorld_LocalRayResult instance BtClass BtCollisionWorld_LocalConvexResult instance BtCollisionWorld_LocalConvexResultClass BtCollisionWorld_LocalConvexResult instance BtClass BtSoftBody_Link instance BtSoftBody_LinkClass BtSoftBody_Link instance BtSoftBody_ElementClass BtSoftBody_Link instance BtSoftBody_FeatureClass BtSoftBody_Link instance BtClass BtSoftBody_LJoint instance BtSoftBody_LJointClass BtSoftBody_LJoint instance BtSoftBody_JointClass BtSoftBody_LJoint instance BtClass BtSoftBody_Joint instance BtSoftBody_JointClass BtSoftBody_Joint instance BtClass BtSoftBody_Impulse instance BtSoftBody_ImpulseClass BtSoftBody_Impulse instance BtClass BtSoftBody_ImplicitFn instance BtSoftBody_ImplicitFnClass BtSoftBody_ImplicitFn instance BtClass BtDbvt_IWriter instance BtDbvt_IWriterClass BtDbvt_IWriter instance BtClass BtSoftBody_AJoint_IControl instance BtSoftBody_AJoint_IControlClass BtSoftBody_AJoint_IControl instance BtClass BtDbvt_ICollide instance BtDbvt_ICollideClass BtDbvt_ICollide instance BtClass BtDbvt_IClone instance BtDbvt_ICloneClass BtDbvt_IClone instance BtClass GIM_TRIANGLE_CONTACT instance GIM_TRIANGLE_CONTACTClass GIM_TRIANGLE_CONTACT instance BtClass GIM_PAIR instance GIM_PAIRClass GIM_PAIR instance BtClass GIM_BVH_TREE_NODE instance GIM_BVH_TREE_NODEClass GIM_BVH_TREE_NODE instance BtClass GIM_BVH_DATA instance GIM_BVH_DATAClass GIM_BVH_DATA instance BtClass BtSoftBody_Feature instance BtSoftBody_FeatureClass BtSoftBody_Feature instance BtSoftBody_ElementClass BtSoftBody_Feature instance BtClass BtSoftBody_Element instance BtSoftBody_ElementClass BtSoftBody_Element instance BtClass BtCollisionWorld_ConvexResultCallback instance BtCollisionWorld_ConvexResultCallbackClass BtCollisionWorld_ConvexResultCallback instance BtClass BtCollisionWorld_ContactResultCallback instance BtCollisionWorld_ContactResultCallbackClass BtCollisionWorld_ContactResultCallback instance BtClass BtSoftBody_Config instance BtSoftBody_ConfigClass BtSoftBody_Config instance BtClass BtSoftBody_Cluster instance BtSoftBody_ClusterClass BtSoftBody_Cluster instance BtClass BtDiscreteCollisionDetectorInterface_ClosestPointInput instance BtDiscreteCollisionDetectorInterface_ClosestPointInputClass BtDiscreteCollisionDetectorInterface_ClosestPointInput instance BtClass CProfileSample instance CProfileSampleClass CProfileSample instance BtClass CProfileNode instance CProfileNodeClass CProfileNode instance BtClass CProfileManager instance CProfileManagerClass CProfileManager instance BtClass CProfileIterator instance CProfileIteratorClass CProfileIterator instance BtClass BtSoftBody_Body instance BtSoftBody_BodyClass BtSoftBody_Body instance BtClass BT_QUANTIZED_BVH_NODE instance BT_QUANTIZED_BVH_NODEClass BT_QUANTIZED_BVH_NODE instance BtClass BT_BOX_BOX_TRANSFORM_CACHE instance BT_BOX_BOX_TRANSFORM_CACHEClass BT_BOX_BOX_TRANSFORM_CACHE instance BtClass BtSoftBody_Anchor instance BtSoftBody_AnchorClass BtSoftBody_Anchor module Physics.Bullet.Raw.BulletCollision.BroadphaseCollision -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#242 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_IClone :: IO (BtDbvt_IClone) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_IClone_free :: BtDbvt_ICloneClass bc => bc -> IO () btDbvt_IClone_CloneLeaf :: (BtDbvt_ICloneClass bc, BtDbvtNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_ICollide :: IO (BtDbvt_ICollide) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_ICollide_free :: BtDbvt_ICollideClass bc => bc -> IO () btDbvt_ICollide_Process :: (BtDbvt_ICollideClass bc, BtDbvtNodeClass p0, BtDbvtNodeClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_ICollide_Process0 :: (BtDbvt_ICollideClass bc, BtDbvtNodeClass p0, BtDbvtNodeClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_ICollide_Process1 :: (BtDbvt_ICollideClass bc, BtDbvtNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_ICollide_Process2 :: (BtDbvt_ICollideClass bc, BtDbvtNodeClass p0) => bc -> p0 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_ICollide_AllLeaves :: (BtDbvt_ICollideClass bc, BtDbvtNodeClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_ICollide_Descent :: (BtDbvt_ICollideClass bc, BtDbvtNodeClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_IWriter_WriteLeaf :: (BtDbvt_IWriterClass bc, BtDbvtNodeClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_IWriter_WriteNode :: (BtDbvt_IWriterClass bc, BtDbvtNodeClass p0) => bc -> p0 -> Int -> Int -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#236 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_IWriter_Prepare :: (BtDbvt_IWriterClass bc, BtDbvtNodeClass p0) => bc -> p0 -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#1046 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 bt32BitAxisSweep3 :: BtOverlappingPairCacheClass p3 => Vec3 -> Vec3 -> Word32 -> p3 -> Bool -> IO (Bt32BitAxisSweep3) bt32BitAxisSweep3_free :: Bt32BitAxisSweep3Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#1035 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3 :: BtOverlappingPairCacheClass p3 => Vec3 -> Vec3 -> Int -> p3 -> Bool -> IO (BtAxisSweep3) btAxisSweep3_free :: BtAxisSweep3Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint_ :: BtOverlappingPairCacheClass p5 => Vec3 -> Vec3 -> Word32 -> Word32 -> Word32 -> p5 -> Bool -> IO (BtAxisSweep3Internal_unsignedint_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#859 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__free :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO () btAxisSweep3Internal_unsignedint__sortMinUp :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p2) => bc -> Int -> Word32 -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#481 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__allocHandle :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getNumHandles :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#505 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__addHandle :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p5) => bc -> Vec3 -> Vec3 -> VoidPtr -> Int -> Int -> p5 -> VoidPtr -> IO (Word32, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#505 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__addHandle' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p5) => bc -> VoidPtr -> Int -> Int -> p5 -> VoidPtr -> IO (Word32, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#978 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__sortMaxUp :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p2) => bc -> Int -> Word32 -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#561 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__removeHandle :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p1) => bc -> Word32 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getOverlappingPairUserCallback :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtOverlappingPairCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#915 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__sortMaxDown :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p2) => bc -> Int -> Word32 -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__rayTest :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseRayCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__rayTest' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseRayCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__setAabb :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__setAabb' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#618 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__resetPool :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#722 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__testAabbOverlap :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getAabb :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getAabb' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#756 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__updateHandle :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p3) => bc -> Word32 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#756 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__updateHandle' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p3) => bc -> Word32 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__freeHandle :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__printStats :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#231 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__createProxy :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p6) => bc -> Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#231 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__createProxy' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p6) => bc -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__setOverlappingPairUserCallback :: (BtAxisSweep3Internal_unsignedint_Class bc, BtOverlappingPairCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#636 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__calculateOverlappingPairs :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getOverlappingPairCache :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getOverlappingPairCache0 :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getOverlappingPairCache1 :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__unQuantize :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__unQuantize' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#807 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__sortMinDown :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDispatcherClass p2) => bc -> Int -> Word32 -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__aabbTest :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseAabbCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__aabbTest' :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseAabbCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getBroadphaseAabb :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__getBroadphaseAabb' :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#249 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__destroyProxy :: (BtAxisSweep3Internal_unsignedint_Class bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_bpHandleMask_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_bpHandleMask_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_handleSentinel_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_handleSentinel_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_worldAabbMin_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_worldAabbMin_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_worldAabbMax_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_worldAabbMax_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_quantize_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_quantize_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_numHandles_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_numHandles_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_maxHandles_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_maxHandles_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_firstFreeHandle_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_firstFreeHandle_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_pairCache_set :: (BtAxisSweep3Internal_unsignedint_Class bc, BtOverlappingPairCacheClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_pairCache_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_userPairCallback_set :: (BtAxisSweep3Internal_unsignedint_Class bc, BtOverlappingPairCallbackClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_userPairCallback_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtOverlappingPairCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_ownsPairCache_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_ownsPairCache_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_invalidPair_set :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_invalidPair_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_raycastAccelerator_set :: (BtAxisSweep3Internal_unsignedint_Class bc, BtDbvtBroadphaseClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_raycastAccelerator_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtDbvtBroadphase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedint__m_nullPairCache_set :: (BtAxisSweep3Internal_unsignedint_Class bc, BtOverlappingPairCacheClass a) => bc -> a -> IO () btAxisSweep3Internal_unsignedint__m_nullPairCache_get :: BtAxisSweep3Internal_unsignedint_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort_ :: BtOverlappingPairCacheClass p5 => Vec3 -> Vec3 -> Int -> Int -> Int -> p5 -> Bool -> IO (BtAxisSweep3Internal_unsignedshort_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#859 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__free :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO () btAxisSweep3Internal_unsignedshort__sortMinUp :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p2) => bc -> Int -> Int -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#481 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__allocHandle :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getNumHandles :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#505 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__addHandle :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p5) => bc -> Vec3 -> Vec3 -> VoidPtr -> Int -> Int -> p5 -> VoidPtr -> IO (Int, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#505 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__addHandle' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p5) => bc -> VoidPtr -> Int -> Int -> p5 -> VoidPtr -> IO (Int, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#978 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__sortMaxUp :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p2) => bc -> Int -> Int -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#561 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__removeHandle :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getOverlappingPairUserCallback :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtOverlappingPairCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#915 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__sortMaxDown :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p2) => bc -> Int -> Int -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__rayTest :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseRayCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__rayTest' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseRayCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__setAabb :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__setAabb' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#618 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__resetPool :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#722 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__testAabbOverlap :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getAabb :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getAabb' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#756 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__updateHandle :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p3) => bc -> Int -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#756 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__updateHandle' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p3) => bc -> Int -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__freeHandle :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__printStats :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#231 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__createProxy :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p6) => bc -> Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#231 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__createProxy' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p6) => bc -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__setOverlappingPairUserCallback :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtOverlappingPairCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#636 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__calculateOverlappingPairs :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getOverlappingPairCache :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getOverlappingPairCache0 :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getOverlappingPairCache1 :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__unQuantize :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__unQuantize' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#807 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__sortMinDown :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDispatcherClass p2) => bc -> Int -> Int -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__aabbTest :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseAabbCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__aabbTest' :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseAabbCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getBroadphaseAabb :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__getBroadphaseAabb' :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#249 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__destroyProxy :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_bpHandleMask_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_bpHandleMask_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_handleSentinel_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_handleSentinel_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_worldAabbMin_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_worldAabbMin_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_worldAabbMax_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_worldAabbMax_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_quantize_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_quantize_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_numHandles_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_numHandles_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_maxHandles_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_maxHandles_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_firstFreeHandle_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_firstFreeHandle_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_pairCache_set :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtOverlappingPairCacheClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_pairCache_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_userPairCallback_set :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtOverlappingPairCallbackClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_userPairCallback_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtOverlappingPairCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_ownsPairCache_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_ownsPairCache_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_invalidPair_set :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_invalidPair_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_raycastAccelerator_set :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtDbvtBroadphaseClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_raycastAccelerator_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtDbvtBroadphase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp?r=2223 btAxisSweep3Internal_unsignedshort__m_nullPairCache_set :: (BtAxisSweep3Internal_unsignedshort_Class bc, BtOverlappingPairCacheClass a) => bc -> a -> IO () btAxisSweep3Internal_unsignedshort__m_nullPairCache_get :: BtAxisSweep3Internal_unsignedshort_Class bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btBridgeProxy :: IO (BtMultiSapBroadphase_btBridgeProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btBridgeProxy_free :: BtMultiSapBroadphase_btBridgeProxyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btBridgeProxy_m_childBroadphase_set :: (BtMultiSapBroadphase_btBridgeProxyClass bc, BtBroadphaseInterfaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btBridgeProxy_m_childBroadphase_get :: BtMultiSapBroadphase_btBridgeProxyClass bc => bc -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btBridgeProxy_m_childProxy_set :: (BtMultiSapBroadphase_btBridgeProxyClass bc, BtBroadphaseProxyClass a) => bc -> a -> IO () btMultiSapBroadphase_btBridgeProxy_m_childProxy_get :: BtMultiSapBroadphase_btBridgeProxyClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseAabbCallback_process :: (BtBroadphaseAabbCallbackClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_rayTest :: (BtBroadphaseInterfaceClass bc, BtBroadphaseRayCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_rayTest' :: (BtBroadphaseInterfaceClass bc, BtBroadphaseRayCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_setAabb :: (BtBroadphaseInterfaceClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_setAabb' :: (BtBroadphaseInterfaceClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_getBroadphaseAabb :: BtBroadphaseInterfaceClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_getBroadphaseAabb' :: BtBroadphaseInterfaceClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_resetPool :: (BtBroadphaseInterfaceClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_calculateOverlappingPairs :: (BtBroadphaseInterfaceClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_printStats :: BtBroadphaseInterfaceClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_getAabb :: (BtBroadphaseInterfaceClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_getAabb' :: (BtBroadphaseInterfaceClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_aabbTest :: (BtBroadphaseInterfaceClass bc, BtBroadphaseAabbCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_aabbTest' :: (BtBroadphaseInterfaceClass bc, BtBroadphaseAabbCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_createProxy :: (BtBroadphaseInterfaceClass bc, BtDispatcherClass p6) => bc -> Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_createProxy' :: (BtBroadphaseInterfaceClass bc, BtDispatcherClass p6) => bc -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_getOverlappingPairCache :: BtBroadphaseInterfaceClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_getOverlappingPairCache0 :: BtBroadphaseInterfaceClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_getOverlappingPairCache1 :: BtBroadphaseInterfaceClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseInterface_destroyProxy :: (BtBroadphaseInterfaceClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePair0 :: IO (BtBroadphasePair) btBroadphasePair1 :: (BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePair_free :: BtBroadphasePairClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePair_m_algorithm_set :: (BtBroadphasePairClass bc, BtCollisionAlgorithmClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePair_m_algorithm_get :: BtBroadphasePairClass bc => bc -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePair_m_pProxy0_set :: (BtBroadphasePairClass bc, BtBroadphaseProxyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePair_m_pProxy0_get :: BtBroadphasePairClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePair_m_pProxy1_set :: (BtBroadphasePairClass bc, BtBroadphaseProxyClass a) => bc -> a -> IO () btBroadphasePair_m_pProxy1_get :: BtBroadphasePairClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphasePairSortPredicate :: IO (BtBroadphasePairSortPredicate) btBroadphasePairSortPredicate_free :: BtBroadphasePairSortPredicateClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy0 :: IO (BtBroadphaseProxy) btBroadphaseProxy1 :: Vec3 -> Vec3 -> VoidPtr -> Int -> Int -> VoidPtr -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_free :: BtBroadphaseProxyClass bc => bc -> IO () btBroadphaseProxy_isConvex :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_isInfinite :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_getUid :: BtBroadphaseProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_isConcave :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_isNonMoving :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_isCompound :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_isPolyhedral :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#169 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_isConvex2d :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_isSoftBody :: Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_aabbMax_set :: BtBroadphaseProxyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_aabbMax_get :: BtBroadphaseProxyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_aabbMin_set :: BtBroadphaseProxyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_aabbMin_get :: BtBroadphaseProxyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_clientObject_set :: BtBroadphaseProxyClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_clientObject_get :: BtBroadphaseProxyClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_collisionFilterGroup_set :: BtBroadphaseProxyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_collisionFilterGroup_get :: BtBroadphaseProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_collisionFilterMask_set :: BtBroadphaseProxyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_collisionFilterMask_get :: BtBroadphaseProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_multiSapParentProxy_set :: BtBroadphaseProxyClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_multiSapParentProxy_get :: BtBroadphaseProxyClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp?r=2223 btBroadphaseProxy_m_uniqueId_set :: BtBroadphaseProxyClass bc => bc -> Int -> IO () btBroadphaseProxy_m_uniqueId_get :: BtBroadphaseProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseRayCallback_m_lambda_max_set :: BtBroadphaseRayCallbackClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseRayCallback_m_lambda_max_get :: BtBroadphaseRayCallbackClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.cpp?r=2223 btBroadphaseRayCallback_m_rayDirectionInverse_set :: BtBroadphaseRayCallbackClass bc => bc -> Vec3 -> IO () btBroadphaseRayCallback_m_rayDirectionInverse_get :: BtBroadphaseRayCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfo :: IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfo_free :: BtBvhSubtreeInfoClass bc => bc -> IO () btBvhSubtreeInfo_setAabbFromQuantizeNode :: (BtBvhSubtreeInfoClass bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfo_m_rootNodeIndex_set :: BtBvhSubtreeInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfo_m_rootNodeIndex_get :: BtBvhSubtreeInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfo_m_subtreeSize_set :: BtBvhSubtreeInfoClass bc => bc -> Int -> IO () btBvhSubtreeInfo_m_subtreeSize_get :: BtBvhSubtreeInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#502 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfoData :: IO (BtBvhSubtreeInfoData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#503 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfoData_free :: BtBvhSubtreeInfoDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#503 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfoData_m_rootNodeIndex_set :: BtBvhSubtreeInfoDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#504 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfoData_m_rootNodeIndex_get :: BtBvhSubtreeInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#504 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btBvhSubtreeInfoData_m_subtreeSize_set :: BtBvhSubtreeInfoDataClass bc => bc -> Int -> IO () btBvhSubtreeInfoData_m_subtreeSize_get :: BtBvhSubtreeInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithm_getAllContactManifolds :: (BtCollisionAlgorithmClass bc, BtAlignedObjectArray_btPersistentManifold_ptr_Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithm_calculateTimeOfImpact :: (BtCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithm_processCollision :: (BtCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithm_m_dispatcher_set :: (BtCollisionAlgorithmClass bc, BtDispatcherClass a) => bc -> a -> IO () btCollisionAlgorithm_m_dispatcher_get :: BtCollisionAlgorithmClass bc => bc -> IO (BtDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithmConstructionInfo0 :: IO (BtCollisionAlgorithmConstructionInfo) btCollisionAlgorithmConstructionInfo1 :: BtDispatcherClass p0 => p0 -> Int -> IO (BtCollisionAlgorithmConstructionInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithmConstructionInfo_free :: BtCollisionAlgorithmConstructionInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithmConstructionInfo_m_dispatcher1_set :: (BtCollisionAlgorithmConstructionInfoClass bc, BtDispatcherClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithmConstructionInfo_m_dispatcher1_get :: BtCollisionAlgorithmConstructionInfoClass bc => bc -> IO (BtDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp?r=2223 btCollisionAlgorithmConstructionInfo_m_manifold_set :: (BtCollisionAlgorithmConstructionInfoClass bc, BtPersistentManifoldClass a) => bc -> a -> IO () btCollisionAlgorithmConstructionInfo_m_manifold_get :: BtCollisionAlgorithmConstructionInfoClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt :: IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#694 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_free :: BtDbvtClass bc => bc -> IO () btDbvt_enumLeaves :: (BtDbvtNodeClass p0, BtDbvt_ICollideClass p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_optimizeIncremental :: BtDbvtClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#996 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_rayTest :: (BtDbvtNodeClass p0, BtDbvt_ICollideClass p3) => p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#996 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_rayTest' :: (BtDbvtNodeClass p0, BtDbvt_ICollideClass p3) => p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_optimizeTopDown :: BtDbvtClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#680 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_enumNodes :: (BtDbvtNodeClass p0, BtDbvt_ICollideClass p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#279 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_write :: (BtDbvtClass bc, BtDbvt_IWriterClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#373 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_allocate :: (BtAlignedObjectArray_int_Class p0, BtAlignedObjectArray_btDbvt_sStkNPS_Class p1, BtDbvt_sStkNPSClass p2) => p0 -> p1 -> p2 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_empty :: BtDbvtClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#910 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_collideTV :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtAabbMmClass p1, BtDbvt_ICollideClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#1216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_collideTU :: (BtDbvtNodeClass p0, BtDbvt_ICollideClass p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#712 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_collideTT :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtNodeClass p1, BtDbvt_ICollideClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#777 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_collideTTpersistentStack :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtNodeClass p1, BtDbvt_ICollideClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_clone :: (BtDbvtClass bc, BtDbvtClass p0, BtDbvt_ICloneClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#273 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#287 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_benchmark :: IO () btDbvt_update :: (BtDbvtClass bc, BtDbvtNodeClass p0) => bc -> p0 -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#273 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_update0 :: (BtDbvtClass bc, BtDbvtNodeClass p0) => bc -> p0 -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#274 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_update1 :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtAabbMmClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#275 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_update2 :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtAabbMmClass p1) => bc -> p0 -> p1 -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#275 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_update2' :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtAabbMmClass p1) => bc -> p0 -> p1 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#276 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_update3 :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtAabbMmClass p1) => bc -> p0 -> p1 -> Vec3 -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#276 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_update3' :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtAabbMmClass p1) => bc -> p0 -> p1 -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_update4 :: (BtDbvtClass bc, BtDbvtNodeClass p0, BtDbvtAabbMmClass p1) => bc -> p0 -> p1 -> Float -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#282 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_countLeaves :: BtDbvtNodeClass p0 => p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_insert :: (BtDbvtClass bc, BtDbvtAabbMmClass p0) => bc -> p0 -> VoidPtr -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#283 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_extractLeaves :: (BtDbvtNodeClass p0, BtAlignedObjectArray_btDbvtNodeconst_ptr_Class p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_remove :: (BtDbvtClass bc, BtDbvtNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#281 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_maxdepth :: BtDbvtNodeClass p0 => p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#267 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_clear :: BtDbvtClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#269 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_optimizeBottomUp :: BtDbvtClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_free_set :: (BtDbvtClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_free_get :: BtDbvtClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_leaves_set :: BtDbvtClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#256 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_leaves_get :: BtDbvtClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#256 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_lkhd_set :: BtDbvtClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_lkhd_get :: BtDbvtClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_opath_set :: BtDbvtClass bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_opath_get :: BtDbvtClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_root_set :: (BtDbvtClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#261 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_root_get :: BtDbvtClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#261 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_m_stkStack_set :: (BtDbvtClass bc, BtAlignedObjectArray_btDbvt_sStkNN_Class a) => bc -> a -> IO () btDbvt_m_stkStack_get :: BtDbvtClass bc => bc -> IO (BtAlignedObjectArray_btDbvt_sStkNN_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm :: IO (BtDbvtAabbMm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#446 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_free :: BtDbvtAabbMmClass bc => bc -> IO () btDbvtAabbMm_SignedExpand :: BtDbvtAabbMmClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#446 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_SignedExpand' :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Extents :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Center :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Lengths :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Maxs :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_ProjectMinimum :: BtDbvtAabbMmClass bc => bc -> Vec3 -> Word32 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_ProjectMinimum' :: BtDbvtAabbMmClass bc => bc -> Word32 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Classify :: BtDbvtAabbMmClass bc => bc -> Vec3 -> Float -> Int -> IO (Int, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Classify' :: BtDbvtAabbMmClass bc => bc -> Float -> Int -> IO (Int, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#454 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Contain :: (BtDbvtAabbMmClass bc, BtDbvtAabbMmClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Mins :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Expand :: BtDbvtAabbMmClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_Expand' :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_mi_set :: BtDbvtAabbMmClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_mi_get :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtAabbMm_mx_set :: BtDbvtAabbMmClass bc => bc -> Vec3 -> IO () btDbvtAabbMm_mx_get :: BtDbvtAabbMmClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase :: BtOverlappingPairCacheClass p0 => p0 -> IO (BtDbvtBroadphase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_free :: BtDbvtBroadphaseClass bc => bc -> IO () btDbvtBroadphase_setVelocityPrediction :: BtDbvtBroadphaseClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_rayTest :: (BtDbvtBroadphaseClass bc, BtBroadphaseRayCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_rayTest' :: (BtDbvtBroadphaseClass bc, BtBroadphaseRayCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_performDeferredRemoval :: (BtDbvtBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_setAabb :: (BtDbvtBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_setAabb' :: (BtDbvtBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getBroadphaseAabb :: BtDbvtBroadphaseClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getBroadphaseAabb' :: BtDbvtBroadphaseClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getVelocityPrediction :: BtDbvtBroadphaseClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_benchmark :: BtBroadphaseInterfaceClass p0 => p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_collide :: (BtDbvtBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_resetPool :: (BtDbvtBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_optimize :: BtDbvtBroadphaseClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_calculateOverlappingPairs :: (BtDbvtBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_setAabbForceUpdate :: (BtDbvtBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_setAabbForceUpdate' :: (BtDbvtBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_printStats :: BtDbvtBroadphaseClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getAabb :: (BtDbvtBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getAabb' :: (BtDbvtBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_aabbTest :: (BtDbvtBroadphaseClass bc, BtBroadphaseAabbCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_aabbTest' :: (BtDbvtBroadphaseClass bc, BtBroadphaseAabbCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_createProxy :: (BtDbvtBroadphaseClass bc, BtDispatcherClass p6) => bc -> Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_createProxy' :: (BtDbvtBroadphaseClass bc, BtDispatcherClass p6) => bc -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getOverlappingPairCache :: BtDbvtBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getOverlappingPairCache0 :: BtDbvtBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_getOverlappingPairCache1 :: BtDbvtBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_destroyProxy :: (BtDbvtBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_cid_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_cid_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_cupdates_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_cupdates_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_deferedcollide_set :: BtDbvtBroadphaseClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_deferedcollide_get :: BtDbvtBroadphaseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_dupdates_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_dupdates_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_fixedleft_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_fixedleft_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_fupdates_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_fupdates_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_gid_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_gid_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_needcleanup_set :: BtDbvtBroadphaseClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_needcleanup_get :: BtDbvtBroadphaseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_newpairs_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_newpairs_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_paircache_set :: (BtDbvtBroadphaseClass bc, BtOverlappingPairCacheClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_paircache_get :: BtDbvtBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_pid_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_pid_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_prediction_set :: BtDbvtBroadphaseClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_prediction_get :: BtDbvtBroadphaseClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_releasepaircache_set :: BtDbvtBroadphaseClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_releasepaircache_get :: BtDbvtBroadphaseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_stageCurrent_set :: BtDbvtBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_stageCurrent_get :: BtDbvtBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_updates_call_set :: BtDbvtBroadphaseClass bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_updates_call_get :: BtDbvtBroadphaseClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_updates_done_set :: BtDbvtBroadphaseClass bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_updates_done_get :: BtDbvtBroadphaseClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtBroadphase_m_updates_ratio_set :: BtDbvtBroadphaseClass bc => bc -> Float -> IO () btDbvtBroadphase_m_updates_ratio_get :: BtDbvtBroadphaseClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#174 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtNode :: IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#178 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtNode_free :: BtDbvtNodeClass bc => bc -> IO () btDbvtNode_isinternal :: BtDbvtNodeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#177 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtNode_isleaf :: BtDbvtNodeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtNode_parent_set :: (BtDbvtNodeClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtNode_parent_get :: BtDbvtNodeClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvtNode_volume_set :: (BtDbvtNodeClass bc, BtDbvtAabbMmClass a) => bc -> a -> IO () btDbvtNode_volume_get :: BtDbvtNodeClass bc => bc -> IO (BtDbvtAabbMm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtProxy :: Vec3 -> Vec3 -> VoidPtr -> Int -> Int -> IO (BtDbvtProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtProxy_free :: BtDbvtProxyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtProxy_leaf_set :: (BtDbvtProxyClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtProxy_leaf_get :: BtDbvtProxyClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp?r=2223 btDbvtProxy_stage_set :: BtDbvtProxyClass bc => bc -> Int -> IO () btDbvtProxy_stage_get :: BtDbvtProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_allocateCollisionAlgorithm :: BtDispatcherClass bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_releaseManifold :: (BtDispatcherClass bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_getNumManifolds :: BtDispatcherClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_clearManifold :: (BtDispatcherClass bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_freeCollisionAlgorithm :: BtDispatcherClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_findAlgorithm :: (BtDispatcherClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtPersistentManifoldClass p2) => bc -> p0 -> p1 -> p2 -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_needsResponse :: (BtDispatcherClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_getNewManifold :: BtDispatcherClass bc => bc -> VoidPtr -> VoidPtr -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_dispatchAllCollisionPairs :: (BtDispatcherClass bc, BtOverlappingPairCacheClass p0, BtDispatcherInfoClass p1, BtDispatcherClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_needsCollision :: (BtDispatcherClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcher_getManifoldByIndexInternal :: BtDispatcherClass bc => bc -> Int -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo :: IO (BtDispatcherInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_free :: BtDispatcherInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_allowedCcdPenetration_set :: BtDispatcherInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_allowedCcdPenetration_get :: BtDispatcherInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_convexConservativeDistanceThreshold_set :: BtDispatcherInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_convexConservativeDistanceThreshold_get :: BtDispatcherInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_debugDraw_set :: (BtDispatcherInfoClass bc, BtIDebugDrawClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_debugDraw_get :: BtDispatcherInfoClass bc => bc -> IO (BtIDebugDraw) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_dispatchFunc_set :: BtDispatcherInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_dispatchFunc_get :: BtDispatcherInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_enableSPU_set :: BtDispatcherInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_enableSPU_get :: BtDispatcherInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_enableSatConvex_set :: BtDispatcherInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_enableSatConvex_get :: BtDispatcherInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_stackAllocator_set :: (BtDispatcherInfoClass bc, BtStackAllocClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_stackAllocator_get :: BtDispatcherInfoClass bc => bc -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_stepCount_set :: BtDispatcherInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_stepCount_get :: BtDispatcherInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_timeOfImpact_set :: BtDispatcherInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_timeOfImpact_get :: BtDispatcherInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_timeStep_set :: BtDispatcherInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_timeStep_get :: BtDispatcherInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_useContinuous_set :: BtDispatcherInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_useContinuous_get :: BtDispatcherInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_useConvexConservativeDistanceUtil_set :: BtDispatcherInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_useConvexConservativeDistanceUtil_get :: BtDispatcherInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDispatcher.cpp?r=2223 btDispatcherInfo_m_useEpa_set :: BtDispatcherInfoClass bc => bc -> Bool -> IO () btDispatcherInfo_m_useEpa_get :: BtDispatcherInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache :: IO (BtHashedOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_free :: BtHashedOverlappingPairCacheClass bc => bc -> IO () btHashedOverlappingPairCache_sortOverlappingPairs :: (BtHashedOverlappingPairCacheClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_equalsPair :: (BtHashedOverlappingPairCacheClass bc, BtBroadphasePairClass p0) => bc -> p0 -> Int -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_internalFindPair :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> Int -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getOverlappingPairArray :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getOverlappingPairArray0 :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getOverlappingPairArray1 :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_processAllOverlappingPairs :: (BtHashedOverlappingPairCacheClass bc, BtOverlapCallbackClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_hasDeferredRemoval :: BtHashedOverlappingPairCacheClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_cleanProxyFromPairs :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#178 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getNumOverlappingPairs :: BtHashedOverlappingPairCacheClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_cleanOverlappingPair :: (BtHashedOverlappingPairCacheClass bc, BtBroadphasePairClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_setOverlapFilterCallback :: (BtHashedOverlappingPairCacheClass bc, BtOverlapFilterCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#260 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_setInternalGhostPairCallback :: (BtHashedOverlappingPairCacheClass bc, BtOverlappingPairCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_addOverlappingPair :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_needsBroadphaseCollision :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_findPair :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getOverlappingPairArrayPtr :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getOverlappingPairArrayPtr0 :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getOverlappingPairArrayPtr1 :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getOverlapFilterCallback :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtOverlapFilterCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_removeOverlappingPairsContainingProxy :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_internalAddPair :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_growTables :: BtHashedOverlappingPairCacheClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_removeOverlappingPair :: (BtHashedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1, BtDispatcherClass p2) => bc -> p0 -> p1 -> p2 -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_GetCount :: BtHashedOverlappingPairCacheClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#211 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_getHash :: BtHashedOverlappingPairCacheClass bc => bc -> Word32 -> Word32 -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_overlappingPairArray_set :: (BtHashedOverlappingPairCacheClass bc, BtAlignedObjectArray_btBroadphasePair_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_overlappingPairArray_get :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_overlapFilterCallback_set :: (BtHashedOverlappingPairCacheClass bc, BtOverlapFilterCallbackClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_overlapFilterCallback_get :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtOverlapFilterCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_blockedForChanges_set :: BtHashedOverlappingPairCacheClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_blockedForChanges_get :: BtHashedOverlappingPairCacheClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_hashTable_set :: (BtHashedOverlappingPairCacheClass bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_hashTable_get :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_next_set :: (BtHashedOverlappingPairCacheClass bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_next_get :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btHashedOverlappingPairCache_m_ghostPairCallback_set :: (BtHashedOverlappingPairCacheClass bc, BtOverlappingPairCallbackClass a) => bc -> a -> IO () btHashedOverlappingPairCache_m_ghostPairCallback_get :: BtHashedOverlappingPairCacheClass bc => bc -> IO (BtOverlappingPairCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_addToChildBroadphase :: (BtMultiSapBroadphaseClass bc, BtMultiSapBroadphase_btMultiSapProxyClass p0, BtBroadphaseProxyClass p1, BtBroadphaseInterfaceClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_rayTest :: (BtMultiSapBroadphaseClass bc, BtBroadphaseRayCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_rayTest' :: (BtMultiSapBroadphaseClass bc, BtBroadphaseRayCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_setAabb :: (BtMultiSapBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_setAabb' :: (BtMultiSapBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getOverlappingPairCache :: BtMultiSapBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getOverlappingPairCache0 :: BtMultiSapBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getOverlappingPairCache1 :: BtMultiSapBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_buildTree :: BtMultiSapBroadphaseClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_buildTree' :: BtMultiSapBroadphaseClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_resetPool :: (BtMultiSapBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_calculateOverlappingPairs :: (BtMultiSapBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_testAabbOverlap :: (BtMultiSapBroadphaseClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getAabb :: (BtMultiSapBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getAabb' :: (BtMultiSapBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getBroadphaseArray :: BtMultiSapBroadphaseClass bc => bc -> IO (BtAlignedObjectArray_btBroadphaseInterface_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getBroadphaseArray0 :: BtMultiSapBroadphaseClass bc => bc -> IO (BtAlignedObjectArray_btBroadphaseInterface_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getBroadphaseArray1 :: BtMultiSapBroadphaseClass bc => bc -> IO (BtAlignedObjectArray_btBroadphaseInterface_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_createProxy :: (BtMultiSapBroadphaseClass bc, BtDispatcherClass p6) => bc -> Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_createProxy' :: (BtMultiSapBroadphaseClass bc, BtDispatcherClass p6) => bc -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_printStats :: BtMultiSapBroadphaseClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getBroadphaseAabb :: BtMultiSapBroadphaseClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_getBroadphaseAabb' :: BtMultiSapBroadphaseClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_destroyProxy :: (BtMultiSapBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_sapBroadphases_set :: (BtMultiSapBroadphaseClass bc, BtAlignedObjectArray_btBroadphaseInterface_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_sapBroadphases_get :: BtMultiSapBroadphaseClass bc => bc -> IO (BtAlignedObjectArray_btBroadphaseInterface_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_simpleBroadphase_set :: (BtMultiSapBroadphaseClass bc, BtSimpleBroadphaseClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_simpleBroadphase_get :: BtMultiSapBroadphaseClass bc => bc -> IO (BtSimpleBroadphase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_overlappingPairs_set :: (BtMultiSapBroadphaseClass bc, BtOverlappingPairCacheClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_overlappingPairs_get :: BtMultiSapBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_optimizedAabbTree_set :: (BtMultiSapBroadphaseClass bc, BtQuantizedBvhClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_optimizedAabbTree_get :: BtMultiSapBroadphaseClass bc => bc -> IO (BtQuantizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_ownsPairCache_set :: BtMultiSapBroadphaseClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_ownsPairCache_get :: BtMultiSapBroadphaseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_filterCallback_set :: (BtMultiSapBroadphaseClass bc, BtOverlapFilterCallbackClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_filterCallback_get :: BtMultiSapBroadphaseClass bc => bc -> IO (BtOverlapFilterCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_invalidPair_set :: BtMultiSapBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_invalidPair_get :: BtMultiSapBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_m_multiSapProxies_set :: (BtMultiSapBroadphaseClass bc, BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class a) => bc -> a -> IO () btMultiSapBroadphase_m_multiSapProxies_get :: BtMultiSapBroadphaseClass bc => bc -> IO (BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy :: Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> IO (BtMultiSapBroadphase_btMultiSapProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_free :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_m_aabbMax_set :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_m_aabbMax_get :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_m_aabbMin_set :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_m_aabbMin_get :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_m_bridgeProxies_set :: (BtMultiSapBroadphase_btMultiSapProxyClass bc, BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_m_bridgeProxies_get :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> IO (BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp?r=2223 btMultiSapBroadphase_btMultiSapProxy_m_shapeType_set :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> Int -> IO () btMultiSapBroadphase_btMultiSapProxy_m_shapeType_get :: BtMultiSapBroadphase_btMultiSapProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btNodeOverlapCallback_processNode :: BtNodeOverlapCallbackClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#387 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache :: IO (BtNullPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#458 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_free :: BtNullPairCacheClass bc => bc -> IO () btNullPairCache_sortOverlappingPairs :: (BtNullPairCacheClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#439 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_setInternalGhostPairCallback :: (BtNullPairCacheClass bc, BtOverlappingPairCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#444 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_addOverlappingPair :: (BtNullPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#454 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_removeOverlappingPairsContainingProxy :: (BtNullPairCacheClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#434 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_hasDeferredRemoval :: BtNullPairCacheClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#401 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_getOverlappingPairArray :: BtNullPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#429 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_findPair :: (BtNullPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#416 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_cleanProxyFromPairs :: (BtNullPairCacheClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#406 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_cleanOverlappingPair :: (BtNullPairCacheClass bc, BtBroadphasePairClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#411 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_getNumOverlappingPairs :: BtNullPairCacheClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#449 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_removeOverlappingPair :: (BtNullPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1, BtDispatcherClass p2) => bc -> p0 -> p1 -> p2 -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#421 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_setOverlapFilterCallback :: (BtNullPairCacheClass bc, BtOverlapFilterCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#393 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_getOverlappingPairArrayPtr :: BtNullPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#393 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_getOverlappingPairArrayPtr0 :: BtNullPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#397 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_getOverlappingPairArrayPtr1 :: BtNullPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#425 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_processAllOverlappingPairs :: (BtNullPairCacheClass bc, BtOverlapCallbackClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#389 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#389 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btNullPairCache_m_overlappingPairArray_set :: (BtNullPairCacheClass bc, BtAlignedObjectArray_btBroadphasePair_Class a) => bc -> a -> IO () btNullPairCache_m_overlappingPairArray_get :: BtNullPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode :: IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_free :: BtOptimizedBvhNodeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_aabbMaxOrg_set :: BtOptimizedBvhNodeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_aabbMaxOrg_get :: BtOptimizedBvhNodeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_aabbMinOrg_set :: BtOptimizedBvhNodeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_aabbMinOrg_get :: BtOptimizedBvhNodeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_escapeIndex_set :: BtOptimizedBvhNodeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_escapeIndex_get :: BtOptimizedBvhNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_subPart_set :: BtOptimizedBvhNodeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_subPart_get :: BtOptimizedBvhNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNode_m_triangleIndex_set :: BtOptimizedBvhNodeClass bc => bc -> Int -> IO () btOptimizedBvhNode_m_triangleIndex_get :: BtOptimizedBvhNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#520 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData :: IO (BtOptimizedBvhNodeDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#521 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_free :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#521 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_aabbMinOrg_set :: (BtOptimizedBvhNodeDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#522 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_aabbMinOrg_get :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#522 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_aabbMaxOrg_set :: (BtOptimizedBvhNodeDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#523 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_aabbMaxOrg_get :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#523 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_escapeIndex_set :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#524 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_escapeIndex_get :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#524 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_subPart_set :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#525 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_subPart_get :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#525 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeDoubleData_m_triangleIndex_set :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> Int -> IO () btOptimizedBvhNodeDoubleData_m_triangleIndex_get :: BtOptimizedBvhNodeDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#510 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData :: IO (BtOptimizedBvhNodeFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#511 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_free :: BtOptimizedBvhNodeFloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#511 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_aabbMinOrg_set :: (BtOptimizedBvhNodeFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#512 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_aabbMinOrg_get :: BtOptimizedBvhNodeFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#512 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_aabbMaxOrg_set :: (BtOptimizedBvhNodeFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#513 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_aabbMaxOrg_get :: BtOptimizedBvhNodeFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#513 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_escapeIndex_set :: BtOptimizedBvhNodeFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#514 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_escapeIndex_get :: BtOptimizedBvhNodeFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#514 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_subPart_set :: BtOptimizedBvhNodeFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#515 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_subPart_get :: BtOptimizedBvhNodeFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#515 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btOptimizedBvhNodeFloatData_m_triangleIndex_set :: BtOptimizedBvhNodeFloatDataClass bc => bc -> Int -> IO () btOptimizedBvhNodeFloatData_m_triangleIndex_get :: BtOptimizedBvhNodeFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlapCallback_processOverlap :: (BtOverlapCallbackClass bc, BtBroadphasePairClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlapFilterCallback_needBroadphaseCollision :: (BtOverlapFilterCallbackClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_sortOverlappingPairs :: (BtOverlappingPairCacheClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_setInternalGhostPairCallback :: (BtOverlappingPairCacheClass bc, BtOverlappingPairCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_setOverlapFilterCallback :: (BtOverlappingPairCacheClass bc, BtOverlapFilterCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_getOverlappingPairArray :: BtOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_findPair :: (BtOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_cleanProxyFromPairs :: (BtOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_cleanOverlappingPair :: (BtOverlappingPairCacheClass bc, BtBroadphasePairClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_getNumOverlappingPairs :: BtOverlappingPairCacheClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_processAllOverlappingPairs :: (BtOverlappingPairCacheClass bc, BtOverlapCallbackClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_getOverlappingPairArrayPtr :: BtOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_getOverlappingPairArrayPtr0 :: BtOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_getOverlappingPairArrayPtr1 :: BtOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btOverlappingPairCache_hasDeferredRemoval :: BtOverlappingPairCacheClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.cpp?r=2223 btOverlappingPairCallback_addOverlappingPair :: (BtOverlappingPairCallbackClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.cpp?r=2223 btOverlappingPairCallback_removeOverlappingPair :: (BtOverlappingPairCallbackClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1, BtDispatcherClass p2) => bc -> p0 -> p1 -> p2 -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.cpp?r=2223 btOverlappingPairCallback_removeOverlappingPairsContainingProxy :: (BtOverlappingPairCallbackClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#495 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#334 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh0 :: IO (BtQuantizedBvh) btQuantizedBvh1 :: BtQuantizedBvhClass p0 => p0 -> Bool -> IO (BtQuantizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_free :: BtQuantizedBvhClass bc => bc -> IO () btQuantizedBvh_calcSplittingAxis :: BtQuantizedBvhClass bc => bc -> Int -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#343 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_buildInternal :: BtQuantizedBvhClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_serialize :: BtQuantizedBvhClass bc => bc -> VoidPtr -> Word32 -> Bool -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_serialize0 :: BtQuantizedBvhClass bc => bc -> VoidPtr -> Word32 -> Bool -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_serialize1 :: (BtQuantizedBvhClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#481 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_deSerializeDouble :: (BtQuantizedBvhClass bc, BtQuantizedBvhDoubleDataClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#340 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_setQuantizationValues :: BtQuantizedBvhClass bc => bc -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#340 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_setQuantizationValues' :: BtQuantizedBvhClass bc => bc -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#479 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_deSerializeFloat :: (BtQuantizedBvhClass bc, BtQuantizedBvhFloatDataClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#214 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_setInternalNodeAabbMin :: BtQuantizedBvhClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#214 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_setInternalNodeAabbMin' :: BtQuantizedBvhClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#486 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_isQuantized :: BtQuantizedBvhClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#470 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_getAlignmentSerializationPadding :: IO (Word32) btQuantizedBvh_calculateSerializeBufferSize :: BtQuantizedBvhClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_sortAndCalcSplittingIndex :: BtQuantizedBvhClass bc => bc -> Int -> Int -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#346 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_reportAabbOverlappingNodex :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#346 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_reportAabbOverlappingNodex' :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#296 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_swapLeafNodes :: BtQuantizedBvhClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#448 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_getQuantizedNodeArray :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btQuantizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_buildTree :: BtQuantizedBvhClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#347 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_reportRayOverlappingNodex :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#347 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_reportRayOverlappingNodex' :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_walkStacklessTree :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_walkStacklessTree' :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_walkStacklessQuantizedTreeAgainstRay :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Int -> Int -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_walkStacklessQuantizedTreeAgainstRay' :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Int -> Int -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#328 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_updateSubtreeHeaders :: BtQuantizedBvhClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#468 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_deSerializeInPlace :: VoidPtr -> Word32 -> Bool -> IO (BtQuantizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_mergeInternalNodeAabb :: BtQuantizedBvhClass bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_mergeInternalNodeAabb' :: BtQuantizedBvhClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#236 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_getAabbMin :: BtQuantizedBvhClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#314 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_walkStacklessTreeAgainstRay :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Int -> Int -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#314 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_walkStacklessTreeAgainstRay' :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Int -> Int -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#341 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_getLeafNodeArray :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btQuantizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#572 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_calculateSerializeBufferSizeNew :: BtQuantizedBvhClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_setInternalNodeEscapeIndex :: BtQuantizedBvhClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_getAabbMax :: BtQuantizedBvhClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#454 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_getSubtreeInfoArray :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btBvhSubtreeInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_setInternalNodeAabbMax :: BtQuantizedBvhClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_setInternalNodeAabbMax' :: BtQuantizedBvhClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#348 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_reportBoxCastOverlappingNodex :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#348 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_reportBoxCastOverlappingNodex' :: (BtQuantizedBvhClass bc, BtNodeOverlapCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#298 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_assignInternalNodeFromLeafNode :: BtQuantizedBvhClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_SubtreeHeaders_set :: (BtQuantizedBvhClass bc, BtAlignedObjectArray_btBvhSubtreeInfo_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_SubtreeHeaders_get :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btBvhSubtreeInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bulletVersion_set :: BtQuantizedBvhClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bulletVersion_get :: BtQuantizedBvhClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bvhAabbMax_set :: BtQuantizedBvhClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bvhAabbMax_get :: BtQuantizedBvhClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bvhAabbMin_set :: BtQuantizedBvhClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bvhAabbMin_get :: BtQuantizedBvhClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bvhQuantization_set :: BtQuantizedBvhClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#198 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_bvhQuantization_get :: BtQuantizedBvhClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#198 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_contiguousNodes_set :: (BtQuantizedBvhClass bc, BtAlignedObjectArray_btOptimizedBvhNode_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#191 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_contiguousNodes_get :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btOptimizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#191 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_curNodeIndex_set :: BtQuantizedBvhClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#197 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_curNodeIndex_get :: BtQuantizedBvhClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#197 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_leafNodes_set :: (BtQuantizedBvhClass bc, BtAlignedObjectArray_btOptimizedBvhNode_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_leafNodes_get :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btOptimizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_quantizedContiguousNodes_set :: (BtQuantizedBvhClass bc, BtAlignedObjectArray_btQuantizedBvhNode_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_quantizedContiguousNodes_get :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btQuantizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_quantizedLeafNodes_set :: (BtQuantizedBvhClass bc, BtAlignedObjectArray_btQuantizedBvhNode_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_quantizedLeafNodes_get :: BtQuantizedBvhClass bc => bc -> IO (BtAlignedObjectArray_btQuantizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_subtreeHeaderCount_set :: BtQuantizedBvhClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#193 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_subtreeHeaderCount_get :: BtQuantizedBvhClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#193 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvh_m_useQuantization_set :: BtQuantizedBvhClass bc => bc -> Bool -> IO () btQuantizedBvh_m_useQuantization_get :: BtQuantizedBvhClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#555 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData :: IO (BtQuantizedBvhDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#557 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_free :: BtQuantizedBvhDoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#557 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_bvhAabbMax_set :: (BtQuantizedBvhDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#556 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_bvhAabbMax_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#556 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_bvhAabbMin_set :: (BtQuantizedBvhDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#558 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_bvhAabbMin_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#558 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_bvhQuantization_set :: (BtQuantizedBvhDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#563 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_bvhQuantization_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#563 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_contiguousNodesPtr_set :: (BtQuantizedBvhDoubleDataClass bc, BtOptimizedBvhNodeDoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#559 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_contiguousNodesPtr_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (BtOptimizedBvhNodeDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#559 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_curNodeIndex_set :: BtQuantizedBvhDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#561 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_curNodeIndex_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#561 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_numContiguousLeafNodes_set :: BtQuantizedBvhDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#562 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_numContiguousLeafNodes_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#562 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_numQuantizedContiguousNodes_set :: BtQuantizedBvhDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#567 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_numQuantizedContiguousNodes_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#567 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_numSubtreeHeaders_set :: BtQuantizedBvhDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#564 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_numSubtreeHeaders_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#564 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_quantizedContiguousNodesPtr_set :: (BtQuantizedBvhDoubleDataClass bc, BtQuantizedBvhNodeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#568 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_quantizedContiguousNodesPtr_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (BtQuantizedBvhNodeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#568 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_subTreeInfoPtr_set :: (BtQuantizedBvhDoubleDataClass bc, BtBvhSubtreeInfoDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#566 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_subTreeInfoPtr_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (BtBvhSubtreeInfoData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#566 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_traversalMode_set :: BtQuantizedBvhDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#560 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_traversalMode_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#560 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhDoubleData_m_useQuantization_set :: BtQuantizedBvhDoubleDataClass bc => bc -> Int -> IO () btQuantizedBvhDoubleData_m_useQuantization_get :: BtQuantizedBvhDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#538 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData :: IO (BtQuantizedBvhFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#540 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_free :: BtQuantizedBvhFloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#540 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_bvhAabbMax_set :: (BtQuantizedBvhFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#539 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_bvhAabbMax_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#539 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_bvhAabbMin_set :: (BtQuantizedBvhFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#541 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_bvhAabbMin_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#541 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_bvhQuantization_set :: (BtQuantizedBvhFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#546 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_bvhQuantization_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#546 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_contiguousNodesPtr_set :: (BtQuantizedBvhFloatDataClass bc, BtOptimizedBvhNodeFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#542 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_contiguousNodesPtr_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (BtOptimizedBvhNodeFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#542 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_curNodeIndex_set :: BtQuantizedBvhFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#544 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_curNodeIndex_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#544 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_numContiguousLeafNodes_set :: BtQuantizedBvhFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#545 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_numContiguousLeafNodes_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#545 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_numQuantizedContiguousNodes_set :: BtQuantizedBvhFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#550 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_numQuantizedContiguousNodes_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#550 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_numSubtreeHeaders_set :: BtQuantizedBvhFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#547 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_numSubtreeHeaders_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#547 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_quantizedContiguousNodesPtr_set :: (BtQuantizedBvhFloatDataClass bc, BtQuantizedBvhNodeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#548 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_quantizedContiguousNodesPtr_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (BtQuantizedBvhNodeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#548 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_subTreeInfoPtr_set :: (BtQuantizedBvhFloatDataClass bc, BtBvhSubtreeInfoDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#549 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_subTreeInfoPtr_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (BtBvhSubtreeInfoData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#549 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_traversalMode_set :: BtQuantizedBvhFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#543 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_traversalMode_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#543 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhFloatData_m_useQuantization_set :: BtQuantizedBvhFloatDataClass bc => bc -> Int -> IO () btQuantizedBvhFloatData_m_useQuantization_get :: BtQuantizedBvhFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNode :: IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNode_free :: BtQuantizedBvhNodeClass bc => bc -> IO () btQuantizedBvhNode_getEscapeIndex :: BtQuantizedBvhNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNode_getTriangleIndex :: BtQuantizedBvhNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNode_getPartId :: BtQuantizedBvhNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNode_isLeafNode :: BtQuantizedBvhNodeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNode_m_escapeIndexOrTriangleIndex_set :: BtQuantizedBvhNodeClass bc => bc -> Int -> IO () btQuantizedBvhNode_m_escapeIndexOrTriangleIndex_get :: BtQuantizedBvhNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#531 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNodeData :: IO (BtQuantizedBvhNodeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#534 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNodeData_free :: BtQuantizedBvhNodeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h?r=2223#534 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp?r=2223 btQuantizedBvhNodeData_m_escapeIndexOrTriangleIndex_set :: BtQuantizedBvhNodeDataClass bc => bc -> Int -> IO () btQuantizedBvhNodeData_m_escapeIndexOrTriangleIndex_get :: BtQuantizedBvhNodeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase :: BtOverlappingPairCacheClass p1 => Int -> p1 -> IO (BtSimpleBroadphase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_free :: BtSimpleBroadphaseClass bc => bc -> IO () btSimpleBroadphase_getOverlappingPairCache :: BtSimpleBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getOverlappingPairCache0 :: BtSimpleBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getOverlappingPairCache1 :: BtSimpleBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_rayTest :: (BtSimpleBroadphaseClass bc, BtBroadphaseRayCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_rayTest' :: (BtSimpleBroadphaseClass bc, BtBroadphaseRayCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_setAabb :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> Vec3 -> Vec3 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_setAabb' :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p3) => bc -> p0 -> p3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_allocHandle :: BtSimpleBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_resetPool :: (BtSimpleBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_testAabbOverlap :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_calculateOverlappingPairs :: (BtSimpleBroadphaseClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_freeHandle :: (BtSimpleBroadphaseClass bc, BtSimpleBroadphaseProxyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#161 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_printStats :: BtSimpleBroadphaseClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getAabb :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getAabb' :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_aabbTest :: (BtSimpleBroadphaseClass bc, BtBroadphaseAabbCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_aabbTest' :: (BtSimpleBroadphaseClass bc, BtBroadphaseAabbCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_createProxy :: (BtSimpleBroadphaseClass bc, BtDispatcherClass p6) => bc -> Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_createProxy' :: (BtSimpleBroadphaseClass bc, BtDispatcherClass p6) => bc -> Int -> VoidPtr -> Int -> Int -> p6 -> VoidPtr -> IO (BtBroadphaseProxy, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getSimpleProxyFromProxy :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (BtSimpleBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getSimpleProxyFromProxy0 :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (BtSimpleBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getSimpleProxyFromProxy1 :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (BtSimpleBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_validate :: BtSimpleBroadphaseClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_aabbOverlap :: (BtSimpleBroadphaseProxyClass p0, BtSimpleBroadphaseProxyClass p1) => p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getBroadphaseAabb :: BtSimpleBroadphaseClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_getBroadphaseAabb' :: BtSimpleBroadphaseClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_destroyProxy :: (BtSimpleBroadphaseClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_LastHandleIndex_set :: BtSimpleBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_LastHandleIndex_get :: BtSimpleBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_firstFreeHandle_set :: BtSimpleBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_firstFreeHandle_get :: BtSimpleBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_invalidPair_set :: BtSimpleBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_invalidPair_get :: BtSimpleBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_maxHandles_set :: BtSimpleBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_maxHandles_get :: BtSimpleBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_numHandles_set :: BtSimpleBroadphaseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_numHandles_get :: BtSimpleBroadphaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_ownsPairCache_set :: BtSimpleBroadphaseClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_ownsPairCache_get :: BtSimpleBroadphaseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_pHandles_set :: (BtSimpleBroadphaseClass bc, BtSimpleBroadphaseProxyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_pHandles_get :: BtSimpleBroadphaseClass bc => bc -> IO (BtSimpleBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_pHandlesRawPtr_set :: BtSimpleBroadphaseClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_pHandlesRawPtr_get :: BtSimpleBroadphaseClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphase_m_pairCache_set :: (BtSimpleBroadphaseClass bc, BtOverlappingPairCacheClass a) => bc -> a -> IO () btSimpleBroadphase_m_pairCache_get :: BtSimpleBroadphaseClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphaseProxy0 :: IO (BtSimpleBroadphaseProxy) btSimpleBroadphaseProxy1 :: Vec3 -> Vec3 -> Int -> VoidPtr -> Int -> Int -> VoidPtr -> IO (BtSimpleBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphaseProxy_free :: BtSimpleBroadphaseProxyClass bc => bc -> IO () btSimpleBroadphaseProxy_GetNextFree :: BtSimpleBroadphaseProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphaseProxy_SetNextFree :: BtSimpleBroadphaseProxyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp?r=2223 btSimpleBroadphaseProxy_m_nextFree_set :: BtSimpleBroadphaseProxyClass bc => bc -> Int -> IO () btSimpleBroadphaseProxy_m_nextFree_get :: BtSimpleBroadphaseProxyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#300 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache :: IO (BtSortedOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#378 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_free :: BtSortedOverlappingPairCacheClass bc => bc -> IO () btSortedOverlappingPairCache_sortOverlappingPairs :: (BtSortedOverlappingPairCacheClass bc, BtDispatcherClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#373 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_setInternalGhostPairCallback :: (BtSortedOverlappingPairCacheClass bc, BtOverlappingPairCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#358 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getOverlapFilterCallback :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtOverlapFilterCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_addOverlappingPair :: (BtSortedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#316 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_removeOverlappingPairsContainingProxy :: (BtSortedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#319 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_needsBroadphaseCollision :: (BtSortedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#368 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_hasDeferredRemoval :: BtSortedOverlappingPairCacheClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#330 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getOverlappingPairArray :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#330 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getOverlappingPairArray0 :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getOverlappingPairArray1 :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#311 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_findPair :: (BtSortedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#314 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_cleanProxyFromPairs :: (BtSortedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_cleanOverlappingPair :: (BtSortedOverlappingPairCacheClass bc, BtBroadphasePairClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#353 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getNumOverlappingPairs :: BtSortedOverlappingPairCacheClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_removeOverlappingPair :: (BtSortedOverlappingPairCacheClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1, BtDispatcherClass p2) => bc -> p0 -> p1 -> p2 -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#303 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_processAllOverlappingPairs :: (BtSortedOverlappingPairCacheClass bc, BtOverlapCallbackClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#343 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getOverlappingPairArrayPtr :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#343 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getOverlappingPairArrayPtr0 :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#348 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_getOverlappingPairArrayPtr1 :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#363 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_setOverlapFilterCallback :: (BtSortedOverlappingPairCacheClass bc, BtOverlapFilterCallbackClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_overlappingPairArray_set :: (BtSortedOverlappingPairCacheClass bc, BtAlignedObjectArray_btBroadphasePair_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_overlappingPairArray_get :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_blockedForChanges_set :: BtSortedOverlappingPairCacheClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_blockedForChanges_get :: BtSortedOverlappingPairCacheClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_hasDeferredRemoval_set :: BtSortedOverlappingPairCacheClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#294 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_hasDeferredRemoval_get :: BtSortedOverlappingPairCacheClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#294 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_overlapFilterCallback_set :: (BtSortedOverlappingPairCacheClass bc, BtOverlapFilterCallbackClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#296 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_overlapFilterCallback_get :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtOverlapFilterCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h?r=2223#296 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp?r=2223 btSortedOverlappingPairCache_m_ghostPairCallback_set :: (BtSortedOverlappingPairCacheClass bc, BtOverlappingPairCallbackClass a) => bc -> a -> IO () btSortedOverlappingPairCache_m_ghostPairCallback_get :: BtSortedOverlappingPairCacheClass bc => bc -> IO (BtOverlappingPairCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#218 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkCLN :: (BtDbvtNodeClass p0, BtDbvtNodeClass p1) => p0 -> p1 -> IO (BtDbvt_sStkCLN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkCLN_free :: BtDbvt_sStkCLNClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkCLN_node_set :: (BtDbvt_sStkCLNClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkCLN_node_get :: BtDbvt_sStkCLNClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkCLN_parent_set :: (BtDbvt_sStkCLNClass bc, BtDbvtNodeClass a) => bc -> a -> IO () btDbvt_sStkCLN_parent_get :: BtDbvt_sStkCLNClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#198 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#197 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNN0 :: IO (BtDbvt_sStkNN) btDbvt_sStkNN1 :: (BtDbvtNodeClass p0, BtDbvtNodeClass p1) => p0 -> p1 -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNN_free :: BtDbvt_sStkNNClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNN_a_set :: (BtDbvt_sStkNNClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#196 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNN_a_get :: BtDbvt_sStkNNClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#196 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNN_b_set :: (BtDbvt_sStkNNClass bc, BtDbvtNodeClass a) => bc -> a -> IO () btDbvt_sStkNN_b_get :: BtDbvt_sStkNNClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#204 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNP :: BtDbvtNodeClass p0 => p0 -> Word32 -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNP_free :: BtDbvt_sStkNPClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNP_mask_set :: BtDbvt_sStkNPClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#202 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNP_mask_get :: BtDbvt_sStkNPClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#202 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNP_node_set :: (BtDbvt_sStkNPClass bc, BtDbvtNodeClass a) => bc -> a -> IO () btDbvt_sStkNP_node_get :: BtDbvt_sStkNPClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#212 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#211 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNPS0 :: IO (BtDbvt_sStkNPS) btDbvt_sStkNPS1 :: BtDbvtNodeClass p0 => p0 -> Word32 -> Float -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNPS_free :: BtDbvt_sStkNPSClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNPS_mask_set :: BtDbvt_sStkNPSClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNPS_mask_get :: BtDbvt_sStkNPSClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNPS_node_set :: (BtDbvt_sStkNPSClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNPS_node_get :: BtDbvt_sStkNPSClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/BroadphaseCollision/btDbvt.cpp?r=2223 btDbvt_sStkNPS_value_set :: BtDbvt_sStkNPSClass bc => bc -> Float -> IO () btDbvt_sStkNPS_value_get :: BtDbvt_sStkNPSClass bc => bc -> IO (Float) btDbvt_IClone'_ :: IO (Ptr ()) btDbvt_IClone_free'_ :: (Ptr ()) -> (IO ()) btDbvt_IClone_CloneLeaf'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_ICollide'_ :: IO (Ptr ()) btDbvt_ICollide_free'_ :: (Ptr ()) -> (IO ()) btDbvt_ICollide_Process'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btDbvt_ICollide_Process0'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btDbvt_ICollide_Process1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_ICollide_Process2'_ :: (Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO ()))) btDbvt_ICollide_AllLeaves'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btDbvt_ICollide_Descent'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btDbvt_IWriter_WriteLeaf'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btDbvt_IWriter_WriteNode'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (CInt -> (CInt -> (IO ())))))) btDbvt_IWriter_Prepare'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) bt32BitAxisSweep3'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CUInt -> ((Ptr ()) -> (CInt -> (IO (Ptr ())))))) bt32BitAxisSweep3_free'_ :: (Ptr ()) -> (IO ()) btAxisSweep3'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CUShort -> ((Ptr ()) -> (CInt -> (IO (Ptr ())))))) btAxisSweep3_free'_ :: (Ptr ()) -> (IO ()) btAxisSweep3Internal_unsignedint_'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CUInt -> (CUInt -> (CUInt -> ((Ptr ()) -> (CInt -> (IO (Ptr ())))))))) btAxisSweep3Internal_unsignedint__free'_ :: (Ptr ()) -> (IO ()) btAxisSweep3Internal_unsignedint__sortMinUp'_ :: (Ptr ()) -> (CInt -> (CUInt -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedint__allocHandle'_ :: (Ptr ()) -> (IO CUInt) btAxisSweep3Internal_unsignedint__getNumHandles'_ :: (Ptr ()) -> (IO CUInt) btAxisSweep3Internal_unsignedint__addHandle'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO CUInt)))))))) btAxisSweep3Internal_unsignedint__addHandle''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO CUInt)))))))) btAxisSweep3Internal_unsignedint__sortMaxUp'_ :: (Ptr ()) -> (CInt -> (CUInt -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedint__removeHandle'_ :: (Ptr ()) -> (CUInt -> ((Ptr ()) -> (IO ()))) btAxisSweep3Internal_unsignedint__getOverlappingPairUserCallback'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedint__sortMaxDown'_ :: (Ptr ()) -> (CInt -> (CUInt -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedint__rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btAxisSweep3Internal_unsignedint__rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btAxisSweep3Internal_unsignedint__setAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedint__setAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedint__resetPool'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedint__testAabbOverlap'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btAxisSweep3Internal_unsignedint__getAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedint__getAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedint__updateHandle'_ :: (Ptr ()) -> (CUInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedint__updateHandle''_ :: (Ptr ()) -> (CUInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedint__freeHandle'_ :: (Ptr ()) -> (CUInt -> (IO ())) btAxisSweep3Internal_unsignedint__printStats'_ :: (Ptr ()) -> (IO ()) btAxisSweep3Internal_unsignedint__createProxy'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btAxisSweep3Internal_unsignedint__createProxy''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btAxisSweep3Internal_unsignedint__setOverlappingPairUserCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedint__calculateOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedint__getOverlappingPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedint__getOverlappingPairCache0'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedint__getOverlappingPairCache1'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedint__unQuantize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedint__unQuantize''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedint__sortMinDown'_ :: (Ptr ()) -> (CInt -> (CUInt -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedint__aabbTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btAxisSweep3Internal_unsignedint__aabbTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btAxisSweep3Internal_unsignedint__getBroadphaseAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAxisSweep3Internal_unsignedint__getBroadphaseAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAxisSweep3Internal_unsignedint__destroyProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAxisSweep3Internal_unsignedint__m_bpHandleMask_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btAxisSweep3Internal_unsignedint__m_bpHandleMask_get'_ :: (Ptr ()) -> (IO CUInt) btAxisSweep3Internal_unsignedint__m_handleSentinel_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btAxisSweep3Internal_unsignedint__m_handleSentinel_get'_ :: (Ptr ()) -> (IO CUInt) btAxisSweep3Internal_unsignedint__m_worldAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedint__m_worldAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedint__m_worldAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedint__m_worldAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedint__m_quantize_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedint__m_quantize_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedint__m_numHandles_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btAxisSweep3Internal_unsignedint__m_numHandles_get'_ :: (Ptr ()) -> (IO CUInt) btAxisSweep3Internal_unsignedint__m_maxHandles_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btAxisSweep3Internal_unsignedint__m_maxHandles_get'_ :: (Ptr ()) -> (IO CUInt) btAxisSweep3Internal_unsignedint__m_firstFreeHandle_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btAxisSweep3Internal_unsignedint__m_firstFreeHandle_get'_ :: (Ptr ()) -> (IO CUInt) btAxisSweep3Internal_unsignedint__m_pairCache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedint__m_pairCache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedint__m_userPairCallback_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedint__m_userPairCallback_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedint__m_ownsPairCache_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAxisSweep3Internal_unsignedint__m_ownsPairCache_get'_ :: (Ptr ()) -> (IO CInt) btAxisSweep3Internal_unsignedint__m_invalidPair_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAxisSweep3Internal_unsignedint__m_invalidPair_get'_ :: (Ptr ()) -> (IO CInt) btAxisSweep3Internal_unsignedint__m_raycastAccelerator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedint__m_raycastAccelerator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedint__m_nullPairCache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedint__m_nullPairCache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort_'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CUShort -> (CUShort -> (CUShort -> ((Ptr ()) -> (CInt -> (IO (Ptr ())))))))) btAxisSweep3Internal_unsignedshort__free'_ :: (Ptr ()) -> (IO ()) btAxisSweep3Internal_unsignedshort__sortMinUp'_ :: (Ptr ()) -> (CInt -> (CUShort -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedshort__allocHandle'_ :: (Ptr ()) -> (IO CUShort) btAxisSweep3Internal_unsignedshort__getNumHandles'_ :: (Ptr ()) -> (IO CUShort) btAxisSweep3Internal_unsignedshort__addHandle'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO CUShort)))))))) btAxisSweep3Internal_unsignedshort__addHandle''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO CUShort)))))))) btAxisSweep3Internal_unsignedshort__sortMaxUp'_ :: (Ptr ()) -> (CInt -> (CUShort -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedshort__removeHandle'_ :: (Ptr ()) -> (CUShort -> ((Ptr ()) -> (IO ()))) btAxisSweep3Internal_unsignedshort__getOverlappingPairUserCallback'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort__sortMaxDown'_ :: (Ptr ()) -> (CInt -> (CUShort -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedshort__rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btAxisSweep3Internal_unsignedshort__rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btAxisSweep3Internal_unsignedshort__setAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedshort__setAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedshort__resetPool'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedshort__testAabbOverlap'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btAxisSweep3Internal_unsignedshort__getAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedshort__getAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedshort__updateHandle'_ :: (Ptr ()) -> (CUShort -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedshort__updateHandle''_ :: (Ptr ()) -> (CUShort -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btAxisSweep3Internal_unsignedshort__freeHandle'_ :: (Ptr ()) -> (CUShort -> (IO ())) btAxisSweep3Internal_unsignedshort__printStats'_ :: (Ptr ()) -> (IO ()) btAxisSweep3Internal_unsignedshort__createProxy'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btAxisSweep3Internal_unsignedshort__createProxy''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btAxisSweep3Internal_unsignedshort__setOverlappingPairUserCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedshort__calculateOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedshort__getOverlappingPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort__getOverlappingPairCache0'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort__getOverlappingPairCache1'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort__unQuantize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedshort__unQuantize''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btAxisSweep3Internal_unsignedshort__sortMinDown'_ :: (Ptr ()) -> (CInt -> (CUShort -> ((Ptr ()) -> (CInt -> (IO ()))))) btAxisSweep3Internal_unsignedshort__aabbTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btAxisSweep3Internal_unsignedshort__aabbTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btAxisSweep3Internal_unsignedshort__getBroadphaseAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAxisSweep3Internal_unsignedshort__getBroadphaseAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAxisSweep3Internal_unsignedshort__destroyProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAxisSweep3Internal_unsignedshort__m_bpHandleMask_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btAxisSweep3Internal_unsignedshort__m_bpHandleMask_get'_ :: (Ptr ()) -> (IO CUShort) btAxisSweep3Internal_unsignedshort__m_handleSentinel_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btAxisSweep3Internal_unsignedshort__m_handleSentinel_get'_ :: (Ptr ()) -> (IO CUShort) btAxisSweep3Internal_unsignedshort__m_worldAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_worldAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_worldAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_worldAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_quantize_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_quantize_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_numHandles_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btAxisSweep3Internal_unsignedshort__m_numHandles_get'_ :: (Ptr ()) -> (IO CUShort) btAxisSweep3Internal_unsignedshort__m_maxHandles_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btAxisSweep3Internal_unsignedshort__m_maxHandles_get'_ :: (Ptr ()) -> (IO CUShort) btAxisSweep3Internal_unsignedshort__m_firstFreeHandle_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btAxisSweep3Internal_unsignedshort__m_firstFreeHandle_get'_ :: (Ptr ()) -> (IO CUShort) btAxisSweep3Internal_unsignedshort__m_pairCache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_pairCache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort__m_userPairCallback_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_userPairCallback_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort__m_ownsPairCache_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAxisSweep3Internal_unsignedshort__m_ownsPairCache_get'_ :: (Ptr ()) -> (IO CInt) btAxisSweep3Internal_unsignedshort__m_invalidPair_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAxisSweep3Internal_unsignedshort__m_invalidPair_get'_ :: (Ptr ()) -> (IO CInt) btAxisSweep3Internal_unsignedshort__m_raycastAccelerator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_raycastAccelerator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAxisSweep3Internal_unsignedshort__m_nullPairCache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAxisSweep3Internal_unsignedshort__m_nullPairCache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_btBridgeProxy'_ :: IO (Ptr ()) btMultiSapBroadphase_btBridgeProxy_free'_ :: (Ptr ()) -> (IO ()) btMultiSapBroadphase_btBridgeProxy_m_childBroadphase_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_btBridgeProxy_m_childBroadphase_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_btBridgeProxy_m_childProxy_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_btBridgeProxy_m_childProxy_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphaseAabbCallback_process'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btBroadphaseInterface_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btBroadphaseInterface_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btBroadphaseInterface_setAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btBroadphaseInterface_setAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btBroadphaseInterface_getBroadphaseAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBroadphaseInterface_getBroadphaseAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBroadphaseInterface_resetPool'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBroadphaseInterface_calculateOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBroadphaseInterface_printStats'_ :: (Ptr ()) -> (IO ()) btBroadphaseInterface_getAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBroadphaseInterface_getAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBroadphaseInterface_aabbTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btBroadphaseInterface_aabbTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btBroadphaseInterface_createProxy'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btBroadphaseInterface_createProxy''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btBroadphaseInterface_getOverlappingPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphaseInterface_getOverlappingPairCache0'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphaseInterface_getOverlappingPairCache1'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphaseInterface_destroyProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btBroadphasePair0'_ :: IO (Ptr ()) btBroadphasePair1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btBroadphasePair_free'_ :: (Ptr ()) -> (IO ()) btBroadphasePair_m_algorithm_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBroadphasePair_m_algorithm_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphasePair_m_pProxy0_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBroadphasePair_m_pProxy0_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphasePair_m_pProxy1_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBroadphasePair_m_pProxy1_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphasePairSortPredicate'_ :: IO (Ptr ()) btBroadphasePairSortPredicate_free'_ :: (Ptr ()) -> (IO ()) btBroadphaseProxy0'_ :: IO (Ptr ()) btBroadphaseProxy1'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> (IO (Ptr ()))))))) btBroadphaseProxy_free'_ :: (Ptr ()) -> (IO ()) btBroadphaseProxy_isConvex'_ :: CInt -> (IO CInt) btBroadphaseProxy_isInfinite'_ :: CInt -> (IO CInt) btBroadphaseProxy_getUid'_ :: (Ptr ()) -> (IO CInt) btBroadphaseProxy_isConcave'_ :: CInt -> (IO CInt) btBroadphaseProxy_isNonMoving'_ :: CInt -> (IO CInt) btBroadphaseProxy_isCompound'_ :: CInt -> (IO CInt) btBroadphaseProxy_isPolyhedral'_ :: CInt -> (IO CInt) btBroadphaseProxy_isConvex2d'_ :: CInt -> (IO CInt) btBroadphaseProxy_isSoftBody'_ :: CInt -> (IO CInt) btBroadphaseProxy_m_aabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBroadphaseProxy_m_aabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBroadphaseProxy_m_aabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBroadphaseProxy_m_aabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBroadphaseProxy_m_clientObject_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBroadphaseProxy_m_clientObject_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphaseProxy_m_collisionFilterGroup_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btBroadphaseProxy_m_collisionFilterGroup_get'_ :: (Ptr ()) -> (IO CShort) btBroadphaseProxy_m_collisionFilterMask_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btBroadphaseProxy_m_collisionFilterMask_get'_ :: (Ptr ()) -> (IO CShort) btBroadphaseProxy_m_multiSapParentProxy_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBroadphaseProxy_m_multiSapParentProxy_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBroadphaseProxy_m_uniqueId_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBroadphaseProxy_m_uniqueId_get'_ :: (Ptr ()) -> (IO CInt) btBroadphaseRayCallback_m_lambda_max_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btBroadphaseRayCallback_m_lambda_max_get'_ :: (Ptr ()) -> (IO CFloat) btBroadphaseRayCallback_m_rayDirectionInverse_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBroadphaseRayCallback_m_rayDirectionInverse_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBvhSubtreeInfo'_ :: IO (Ptr ()) btBvhSubtreeInfo_free'_ :: (Ptr ()) -> (IO ()) btBvhSubtreeInfo_setAabbFromQuantizeNode'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhSubtreeInfo_m_rootNodeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBvhSubtreeInfo_m_rootNodeIndex_get'_ :: (Ptr ()) -> (IO CInt) btBvhSubtreeInfo_m_subtreeSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBvhSubtreeInfo_m_subtreeSize_get'_ :: (Ptr ()) -> (IO CInt) btBvhSubtreeInfoData'_ :: IO (Ptr ()) btBvhSubtreeInfoData_free'_ :: (Ptr ()) -> (IO ()) btBvhSubtreeInfoData_m_rootNodeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBvhSubtreeInfoData_m_rootNodeIndex_get'_ :: (Ptr ()) -> (IO CInt) btBvhSubtreeInfoData_m_subtreeSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBvhSubtreeInfoData_m_subtreeSize_get'_ :: (Ptr ()) -> (IO CInt) btCollisionAlgorithm_getAllContactManifolds'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionAlgorithm_calculateTimeOfImpact'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CFloat))))) btCollisionAlgorithm_processCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))))) btCollisionAlgorithm_m_dispatcher_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionAlgorithm_m_dispatcher_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionAlgorithmConstructionInfo0'_ :: IO (Ptr ()) btCollisionAlgorithmConstructionInfo1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCollisionAlgorithmConstructionInfo_free'_ :: (Ptr ()) -> (IO ()) btCollisionAlgorithmConstructionInfo_m_dispatcher1_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionAlgorithmConstructionInfo_m_dispatcher1_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionAlgorithmConstructionInfo_m_manifold_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionAlgorithmConstructionInfo_m_manifold_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt'_ :: IO (Ptr ()) btDbvt_free'_ :: (Ptr ()) -> (IO ()) btDbvt_enumLeaves'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_optimizeIncremental'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvt_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btDbvt_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btDbvt_optimizeTopDown'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvt_enumNodes'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_write'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_allocate'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btDbvt_empty'_ :: (Ptr ()) -> (IO CInt) btDbvt_collideTV'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btDbvt_collideTU'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_collideTT'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btDbvt_collideTTpersistentStack'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btDbvt_clone'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btDbvt_benchmark'_ :: IO () btDbvt_update'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) btDbvt_update0'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) btDbvt_update1'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btDbvt_update2'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))))) btDbvt_update2''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))))) btDbvt_update3'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO CInt)))) btDbvt_update3''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO CInt)))) btDbvt_update4'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO CInt)))) btDbvt_countLeaves'_ :: (Ptr ()) -> (IO CInt) btDbvt_insert'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btDbvt_extractLeaves'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_remove'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_maxdepth'_ :: (Ptr ()) -> (IO CInt) btDbvt_clear'_ :: (Ptr ()) -> (IO ()) btDbvt_optimizeBottomUp'_ :: (Ptr ()) -> (IO ()) btDbvt_m_free_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_m_free_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_m_leaves_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvt_m_leaves_get'_ :: (Ptr ()) -> (IO CInt) btDbvt_m_lkhd_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvt_m_lkhd_get'_ :: (Ptr ()) -> (IO CInt) btDbvt_m_opath_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btDbvt_m_opath_get'_ :: (Ptr ()) -> (IO CUInt) btDbvt_m_root_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_m_root_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_m_stkStack_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_m_stkStack_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtAabbMm'_ :: IO (Ptr ()) btDbvtAabbMm_free'_ :: (Ptr ()) -> (IO ()) btDbvtAabbMm_SignedExpand'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_SignedExpand''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_Extents'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_Center'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_Lengths'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_Maxs'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_ProjectMinimum'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CUInt -> (IO CFloat))) btDbvtAabbMm_ProjectMinimum''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CUInt -> (IO CFloat))) btDbvtAabbMm_Classify'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (CInt -> (IO CInt)))) btDbvtAabbMm_Classify''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (CInt -> (IO CInt)))) btDbvtAabbMm_Contain'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btDbvtAabbMm_Mins'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_Expand'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_Expand''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_mi_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_mi_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_mx_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtAabbMm_mx_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDbvtBroadphase'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtBroadphase_free'_ :: (Ptr ()) -> (IO ()) btDbvtBroadphase_setVelocityPrediction'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDbvtBroadphase_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btDbvtBroadphase_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btDbvtBroadphase_performDeferredRemoval'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtBroadphase_setAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btDbvtBroadphase_setAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btDbvtBroadphase_getBroadphaseAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btDbvtBroadphase_getBroadphaseAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btDbvtBroadphase_getVelocityPrediction'_ :: (Ptr ()) -> (IO CFloat) btDbvtBroadphase_benchmark'_ :: (Ptr ()) -> (IO ()) btDbvtBroadphase_collide'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtBroadphase_resetPool'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtBroadphase_optimize'_ :: (Ptr ()) -> (IO ()) btDbvtBroadphase_calculateOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtBroadphase_setAabbForceUpdate'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btDbvtBroadphase_setAabbForceUpdate''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btDbvtBroadphase_printStats'_ :: (Ptr ()) -> (IO ()) btDbvtBroadphase_getAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btDbvtBroadphase_getAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btDbvtBroadphase_aabbTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btDbvtBroadphase_aabbTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btDbvtBroadphase_createProxy'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btDbvtBroadphase_createProxy''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btDbvtBroadphase_getOverlappingPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtBroadphase_getOverlappingPairCache0'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtBroadphase_getOverlappingPairCache1'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtBroadphase_destroyProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btDbvtBroadphase_m_cid_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_cid_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_cupdates_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_cupdates_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_deferedcollide_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_deferedcollide_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_dupdates_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_dupdates_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_fixedleft_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_fixedleft_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_fupdates_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_fupdates_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_gid_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_gid_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_needcleanup_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_needcleanup_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_newpairs_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_newpairs_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_paircache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtBroadphase_m_paircache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtBroadphase_m_pid_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_pid_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_prediction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDbvtBroadphase_m_prediction_get'_ :: (Ptr ()) -> (IO CFloat) btDbvtBroadphase_m_releasepaircache_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_releasepaircache_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_stageCurrent_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtBroadphase_m_stageCurrent_get'_ :: (Ptr ()) -> (IO CInt) btDbvtBroadphase_m_updates_call_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btDbvtBroadphase_m_updates_call_get'_ :: (Ptr ()) -> (IO CUInt) btDbvtBroadphase_m_updates_done_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btDbvtBroadphase_m_updates_done_get'_ :: (Ptr ()) -> (IO CUInt) btDbvtBroadphase_m_updates_ratio_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDbvtBroadphase_m_updates_ratio_get'_ :: (Ptr ()) -> (IO CFloat) btDbvtNode'_ :: IO (Ptr ()) btDbvtNode_free'_ :: (Ptr ()) -> (IO ()) btDbvtNode_isinternal'_ :: (Ptr ()) -> (IO CInt) btDbvtNode_isleaf'_ :: (Ptr ()) -> (IO CInt) btDbvtNode_parent_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtNode_parent_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtNode_volume_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtNode_volume_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtProxy'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CShort -> (CShort -> (IO (Ptr ())))))) btDbvtProxy_free'_ :: (Ptr ()) -> (IO ()) btDbvtProxy_leaf_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvtProxy_leaf_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvtProxy_stage_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvtProxy_stage_get'_ :: (Ptr ()) -> (IO CInt) btDispatcher_allocateCollisionAlgorithm'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDispatcher_releaseManifold'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDispatcher_getNumManifolds'_ :: (Ptr ()) -> (IO CInt) btDispatcher_clearManifold'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDispatcher_freeCollisionAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDispatcher_findAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btDispatcher_needsResponse'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btDispatcher_getNewManifold'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btDispatcher_dispatchAllCollisionPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btDispatcher_needsCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btDispatcher_getManifoldByIndexInternal'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDispatcherInfo'_ :: IO (Ptr ()) btDispatcherInfo_free'_ :: (Ptr ()) -> (IO ()) btDispatcherInfo_m_allowedCcdPenetration_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDispatcherInfo_m_allowedCcdPenetration_get'_ :: (Ptr ()) -> (IO CFloat) btDispatcherInfo_m_convexConservativeDistanceThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDispatcherInfo_m_convexConservativeDistanceThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btDispatcherInfo_m_debugDraw_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDispatcherInfo_m_debugDraw_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDispatcherInfo_m_dispatchFunc_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDispatcherInfo_m_dispatchFunc_get'_ :: (Ptr ()) -> (IO CInt) btDispatcherInfo_m_enableSPU_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDispatcherInfo_m_enableSPU_get'_ :: (Ptr ()) -> (IO CInt) btDispatcherInfo_m_enableSatConvex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDispatcherInfo_m_enableSatConvex_get'_ :: (Ptr ()) -> (IO CInt) btDispatcherInfo_m_stackAllocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDispatcherInfo_m_stackAllocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDispatcherInfo_m_stepCount_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDispatcherInfo_m_stepCount_get'_ :: (Ptr ()) -> (IO CInt) btDispatcherInfo_m_timeOfImpact_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDispatcherInfo_m_timeOfImpact_get'_ :: (Ptr ()) -> (IO CFloat) btDispatcherInfo_m_timeStep_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDispatcherInfo_m_timeStep_get'_ :: (Ptr ()) -> (IO CFloat) btDispatcherInfo_m_useContinuous_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDispatcherInfo_m_useContinuous_get'_ :: (Ptr ()) -> (IO CInt) btDispatcherInfo_m_useConvexConservativeDistanceUtil_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDispatcherInfo_m_useConvexConservativeDistanceUtil_get'_ :: (Ptr ()) -> (IO CInt) btDispatcherInfo_m_useEpa_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDispatcherInfo_m_useEpa_get'_ :: (Ptr ()) -> (IO CInt) btHashedOverlappingPairCache'_ :: IO (Ptr ()) btHashedOverlappingPairCache_free'_ :: (Ptr ()) -> (IO ()) btHashedOverlappingPairCache_sortOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_equalsPair'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO CInt)))) btHashedOverlappingPairCache_internalFindPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO (Ptr ()))))) btHashedOverlappingPairCache_getOverlappingPairArray'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_getOverlappingPairArray0'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_getOverlappingPairArray1'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_processAllOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btHashedOverlappingPairCache_hasDeferredRemoval'_ :: (Ptr ()) -> (IO CInt) btHashedOverlappingPairCache_cleanProxyFromPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btHashedOverlappingPairCache_getNumOverlappingPairs'_ :: (Ptr ()) -> (IO CInt) btHashedOverlappingPairCache_cleanOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btHashedOverlappingPairCache_setOverlapFilterCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_setInternalGhostPairCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_addOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btHashedOverlappingPairCache_needsBroadphaseCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btHashedOverlappingPairCache_findPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btHashedOverlappingPairCache_getOverlappingPairArrayPtr'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_getOverlappingPairArrayPtr0'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_getOverlappingPairArrayPtr1'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_getOverlapFilterCallback'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_removeOverlappingPairsContainingProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btHashedOverlappingPairCache_internalAddPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btHashedOverlappingPairCache_growTables'_ :: (Ptr ()) -> (IO ()) btHashedOverlappingPairCache_removeOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btHashedOverlappingPairCache_GetCount'_ :: (Ptr ()) -> (IO CInt) btHashedOverlappingPairCache_getHash'_ :: (Ptr ()) -> (CUInt -> (CUInt -> (IO CUInt))) btHashedOverlappingPairCache_m_overlappingPairArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_m_overlappingPairArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_m_overlapFilterCallback_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_m_overlapFilterCallback_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_m_blockedForChanges_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHashedOverlappingPairCache_m_blockedForChanges_get'_ :: (Ptr ()) -> (IO CInt) btHashedOverlappingPairCache_m_hashTable_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_m_hashTable_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_m_next_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_m_next_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashedOverlappingPairCache_m_ghostPairCallback_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashedOverlappingPairCache_m_ghostPairCallback_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_addToChildBroadphase'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btMultiSapBroadphase_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btMultiSapBroadphase_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btMultiSapBroadphase_setAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btMultiSapBroadphase_setAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btMultiSapBroadphase_getOverlappingPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_getOverlappingPairCache0'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_getOverlappingPairCache1'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_buildTree'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btMultiSapBroadphase_buildTree''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btMultiSapBroadphase_resetPool'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_calculateOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_testAabbOverlap'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btMultiSapBroadphase_getAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btMultiSapBroadphase_getAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btMultiSapBroadphase_getBroadphaseArray'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_getBroadphaseArray0'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_getBroadphaseArray1'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_createProxy'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btMultiSapBroadphase_createProxy''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btMultiSapBroadphase_printStats'_ :: (Ptr ()) -> (IO ()) btMultiSapBroadphase_getBroadphaseAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btMultiSapBroadphase_getBroadphaseAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btMultiSapBroadphase_destroyProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btMultiSapBroadphase_m_sapBroadphases_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_m_sapBroadphases_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_m_simpleBroadphase_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_m_simpleBroadphase_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_m_overlappingPairs_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_m_overlappingPairs_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_m_optimizedAabbTree_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_m_optimizedAabbTree_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_m_ownsPairCache_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btMultiSapBroadphase_m_ownsPairCache_get'_ :: (Ptr ()) -> (IO CInt) btMultiSapBroadphase_m_filterCallback_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_m_filterCallback_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_m_invalidPair_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btMultiSapBroadphase_m_invalidPair_get'_ :: (Ptr ()) -> (IO CInt) btMultiSapBroadphase_m_multiSapProxies_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_m_multiSapProxies_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_btMultiSapProxy'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> (IO (Ptr ()))))))) btMultiSapBroadphase_btMultiSapProxy_free'_ :: (Ptr ()) -> (IO ()) btMultiSapBroadphase_btMultiSapProxy_m_aabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btMultiSapBroadphase_btMultiSapProxy_m_aabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btMultiSapBroadphase_btMultiSapProxy_m_aabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btMultiSapBroadphase_btMultiSapProxy_m_aabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btMultiSapBroadphase_btMultiSapProxy_m_bridgeProxies_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSapBroadphase_btMultiSapProxy_m_bridgeProxies_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSapBroadphase_btMultiSapProxy_m_shapeType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btMultiSapBroadphase_btMultiSapProxy_m_shapeType_get'_ :: (Ptr ()) -> (IO CInt) btNodeOverlapCallback_processNode'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btNullPairCache'_ :: IO (Ptr ()) btNullPairCache_free'_ :: (Ptr ()) -> (IO ()) btNullPairCache_sortOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btNullPairCache_setInternalGhostPairCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btNullPairCache_addOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btNullPairCache_removeOverlappingPairsContainingProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btNullPairCache_hasDeferredRemoval'_ :: (Ptr ()) -> (IO CInt) btNullPairCache_getOverlappingPairArray'_ :: (Ptr ()) -> (IO (Ptr ())) btNullPairCache_findPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btNullPairCache_cleanProxyFromPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btNullPairCache_cleanOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btNullPairCache_getNumOverlappingPairs'_ :: (Ptr ()) -> (IO CInt) btNullPairCache_removeOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btNullPairCache_setOverlapFilterCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btNullPairCache_getOverlappingPairArrayPtr'_ :: (Ptr ()) -> (IO (Ptr ())) btNullPairCache_getOverlappingPairArrayPtr0'_ :: (Ptr ()) -> (IO (Ptr ())) btNullPairCache_getOverlappingPairArrayPtr1'_ :: (Ptr ()) -> (IO (Ptr ())) btNullPairCache_processAllOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btNullPairCache_m_overlappingPairArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btNullPairCache_m_overlappingPairArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btOptimizedBvhNode'_ :: IO (Ptr ()) btOptimizedBvhNode_free'_ :: (Ptr ()) -> (IO ()) btOptimizedBvhNode_m_aabbMaxOrg_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btOptimizedBvhNode_m_aabbMaxOrg_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btOptimizedBvhNode_m_aabbMinOrg_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btOptimizedBvhNode_m_aabbMinOrg_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btOptimizedBvhNode_m_escapeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNode_m_escapeIndex_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNode_m_subPart_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNode_m_subPart_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNode_m_triangleIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNode_m_triangleIndex_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNodeDoubleData'_ :: IO (Ptr ()) btOptimizedBvhNodeDoubleData_free'_ :: (Ptr ()) -> (IO ()) btOptimizedBvhNodeDoubleData_m_aabbMinOrg_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btOptimizedBvhNodeDoubleData_m_aabbMinOrg_get'_ :: (Ptr ()) -> (IO (Ptr ())) btOptimizedBvhNodeDoubleData_m_aabbMaxOrg_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btOptimizedBvhNodeDoubleData_m_aabbMaxOrg_get'_ :: (Ptr ()) -> (IO (Ptr ())) btOptimizedBvhNodeDoubleData_m_escapeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNodeDoubleData_m_escapeIndex_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNodeDoubleData_m_subPart_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNodeDoubleData_m_subPart_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNodeDoubleData_m_triangleIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNodeDoubleData_m_triangleIndex_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNodeFloatData'_ :: IO (Ptr ()) btOptimizedBvhNodeFloatData_free'_ :: (Ptr ()) -> (IO ()) btOptimizedBvhNodeFloatData_m_aabbMinOrg_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btOptimizedBvhNodeFloatData_m_aabbMinOrg_get'_ :: (Ptr ()) -> (IO (Ptr ())) btOptimizedBvhNodeFloatData_m_aabbMaxOrg_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btOptimizedBvhNodeFloatData_m_aabbMaxOrg_get'_ :: (Ptr ()) -> (IO (Ptr ())) btOptimizedBvhNodeFloatData_m_escapeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNodeFloatData_m_escapeIndex_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNodeFloatData_m_subPart_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNodeFloatData_m_subPart_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvhNodeFloatData_m_triangleIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btOptimizedBvhNodeFloatData_m_triangleIndex_get'_ :: (Ptr ()) -> (IO CInt) btOverlapCallback_processOverlap'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btOverlapFilterCallback_needBroadphaseCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btOverlappingPairCache_sortOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btOverlappingPairCache_setInternalGhostPairCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btOverlappingPairCache_setOverlapFilterCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btOverlappingPairCache_getOverlappingPairArray'_ :: (Ptr ()) -> (IO (Ptr ())) btOverlappingPairCache_findPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btOverlappingPairCache_cleanProxyFromPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btOverlappingPairCache_cleanOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btOverlappingPairCache_getNumOverlappingPairs'_ :: (Ptr ()) -> (IO CInt) btOverlappingPairCache_processAllOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btOverlappingPairCache_getOverlappingPairArrayPtr'_ :: (Ptr ()) -> (IO (Ptr ())) btOverlappingPairCache_getOverlappingPairArrayPtr0'_ :: (Ptr ()) -> (IO (Ptr ())) btOverlappingPairCache_getOverlappingPairArrayPtr1'_ :: (Ptr ()) -> (IO (Ptr ())) btOverlappingPairCache_hasDeferredRemoval'_ :: (Ptr ()) -> (IO CInt) btOverlappingPairCallback_addOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btOverlappingPairCallback_removeOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btOverlappingPairCallback_removeOverlappingPairsContainingProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btQuantizedBvh0'_ :: IO (Ptr ()) btQuantizedBvh1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btQuantizedBvh_free'_ :: (Ptr ()) -> (IO ()) btQuantizedBvh_calcSplittingAxis'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CInt))) btQuantizedBvh_buildInternal'_ :: (Ptr ()) -> (IO ()) btQuantizedBvh_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> (CUInt -> (CInt -> (IO CInt)))) btQuantizedBvh_serialize0'_ :: (Ptr ()) -> ((Ptr ()) -> (CUInt -> (CInt -> (IO CInt)))) btQuantizedBvh_serialize1'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btQuantizedBvh_deSerializeDouble'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvh_setQuantizationValues'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btQuantizedBvh_setQuantizationValues''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btQuantizedBvh_deSerializeFloat'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvh_setInternalNodeAabbMin'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btQuantizedBvh_setInternalNodeAabbMin''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btQuantizedBvh_isQuantized'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvh_getAlignmentSerializationPadding'_ :: IO CUInt btQuantizedBvh_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CUInt) btQuantizedBvh_sortAndCalcSplittingIndex'_ :: (Ptr ()) -> (CInt -> (CInt -> (CInt -> (IO CInt)))) btQuantizedBvh_reportAabbOverlappingNodex'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_reportAabbOverlappingNodex''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_swapLeafNodes'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btQuantizedBvh_getQuantizedNodeArray'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_buildTree'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btQuantizedBvh_reportRayOverlappingNodex'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_reportRayOverlappingNodex''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_walkStacklessTree'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_walkStacklessTree''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_walkStacklessQuantizedTreeAgainstRay'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO ())))))))) btQuantizedBvh_walkStacklessQuantizedTreeAgainstRay''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO ())))))))) btQuantizedBvh_updateSubtreeHeaders'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btQuantizedBvh_deSerializeInPlace'_ :: (Ptr ()) -> (CUInt -> (CInt -> (IO (Ptr ())))) btQuantizedBvh_mergeInternalNodeAabb'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_mergeInternalNodeAabb''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btQuantizedBvh_getAabbMin'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btQuantizedBvh_walkStacklessTreeAgainstRay'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO ())))))))) btQuantizedBvh_walkStacklessTreeAgainstRay''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO ())))))))) btQuantizedBvh_getLeafNodeArray'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_calculateSerializeBufferSizeNew'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvh_setInternalNodeEscapeIndex'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btQuantizedBvh_getAabbMax'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btQuantizedBvh_getSubtreeInfoArray'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_setInternalNodeAabbMax'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btQuantizedBvh_setInternalNodeAabbMax''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btQuantizedBvh_reportBoxCastOverlappingNodex'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btQuantizedBvh_reportBoxCastOverlappingNodex''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btQuantizedBvh_assignInternalNodeFromLeafNode'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btQuantizedBvh_m_SubtreeHeaders_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvh_m_SubtreeHeaders_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_m_bulletVersion_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvh_m_bulletVersion_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvh_m_bvhAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvh_m_bvhAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvh_m_bvhAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvh_m_bvhAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvh_m_bvhQuantization_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvh_m_bvhQuantization_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvh_m_contiguousNodes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvh_m_contiguousNodes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_m_curNodeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvh_m_curNodeIndex_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvh_m_leafNodes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvh_m_leafNodes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_m_quantizedContiguousNodes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvh_m_quantizedContiguousNodes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_m_quantizedLeafNodes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvh_m_quantizedLeafNodes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvh_m_subtreeHeaderCount_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvh_m_subtreeHeaderCount_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvh_m_useQuantization_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvh_m_useQuantization_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhDoubleData'_ :: IO (Ptr ()) btQuantizedBvhDoubleData_free'_ :: (Ptr ()) -> (IO ()) btQuantizedBvhDoubleData_m_bvhAabbMax_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhDoubleData_m_bvhAabbMax_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhDoubleData_m_bvhAabbMin_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhDoubleData_m_bvhAabbMin_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhDoubleData_m_bvhQuantization_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhDoubleData_m_bvhQuantization_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhDoubleData_m_contiguousNodesPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhDoubleData_m_contiguousNodesPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhDoubleData_m_curNodeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhDoubleData_m_curNodeIndex_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhDoubleData_m_numContiguousLeafNodes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhDoubleData_m_numContiguousLeafNodes_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhDoubleData_m_numQuantizedContiguousNodes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhDoubleData_m_numQuantizedContiguousNodes_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhDoubleData_m_numSubtreeHeaders_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhDoubleData_m_numSubtreeHeaders_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhDoubleData_m_quantizedContiguousNodesPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhDoubleData_m_quantizedContiguousNodesPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhDoubleData_m_subTreeInfoPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhDoubleData_m_subTreeInfoPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhDoubleData_m_traversalMode_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhDoubleData_m_traversalMode_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhDoubleData_m_useQuantization_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhDoubleData_m_useQuantization_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhFloatData'_ :: IO (Ptr ()) btQuantizedBvhFloatData_free'_ :: (Ptr ()) -> (IO ()) btQuantizedBvhFloatData_m_bvhAabbMax_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhFloatData_m_bvhAabbMax_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhFloatData_m_bvhAabbMin_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhFloatData_m_bvhAabbMin_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhFloatData_m_bvhQuantization_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhFloatData_m_bvhQuantization_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhFloatData_m_contiguousNodesPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhFloatData_m_contiguousNodesPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhFloatData_m_curNodeIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhFloatData_m_curNodeIndex_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhFloatData_m_numContiguousLeafNodes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhFloatData_m_numContiguousLeafNodes_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhFloatData_m_numQuantizedContiguousNodes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhFloatData_m_numQuantizedContiguousNodes_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhFloatData_m_numSubtreeHeaders_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhFloatData_m_numSubtreeHeaders_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhFloatData_m_quantizedContiguousNodesPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhFloatData_m_quantizedContiguousNodesPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhFloatData_m_subTreeInfoPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhFloatData_m_subTreeInfoPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhFloatData_m_traversalMode_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhFloatData_m_traversalMode_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhFloatData_m_useQuantization_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhFloatData_m_useQuantization_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhNode'_ :: IO (Ptr ()) btQuantizedBvhNode_free'_ :: (Ptr ()) -> (IO ()) btQuantizedBvhNode_getEscapeIndex'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhNode_getTriangleIndex'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhNode_getPartId'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhNode_isLeafNode'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhNode_m_escapeIndexOrTriangleIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhNode_m_escapeIndexOrTriangleIndex_get'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhNodeData'_ :: IO (Ptr ()) btQuantizedBvhNodeData_free'_ :: (Ptr ()) -> (IO ()) btQuantizedBvhNodeData_m_escapeIndexOrTriangleIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhNodeData_m_escapeIndexOrTriangleIndex_get'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase'_ :: CInt -> ((Ptr ()) -> (IO (Ptr ()))) btSimpleBroadphase_free'_ :: (Ptr ()) -> (IO ()) btSimpleBroadphase_getOverlappingPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleBroadphase_getOverlappingPairCache0'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleBroadphase_getOverlappingPairCache1'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleBroadphase_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btSimpleBroadphase_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btSimpleBroadphase_setAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btSimpleBroadphase_setAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btSimpleBroadphase_allocHandle'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase_resetPool'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleBroadphase_testAabbOverlap'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btSimpleBroadphase_calculateOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleBroadphase_freeHandle'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleBroadphase_printStats'_ :: (Ptr ()) -> (IO ()) btSimpleBroadphase_getAabb'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btSimpleBroadphase_getAabb''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btSimpleBroadphase_aabbTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSimpleBroadphase_aabbTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSimpleBroadphase_createProxy'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btSimpleBroadphase_createProxy''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))))))))) btSimpleBroadphase_getSimpleProxyFromProxy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btSimpleBroadphase_getSimpleProxyFromProxy0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btSimpleBroadphase_getSimpleProxyFromProxy1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btSimpleBroadphase_validate'_ :: (Ptr ()) -> (IO ()) btSimpleBroadphase_aabbOverlap'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btSimpleBroadphase_getBroadphaseAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSimpleBroadphase_getBroadphaseAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSimpleBroadphase_destroyProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSimpleBroadphase_m_LastHandleIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphase_m_LastHandleIndex_get'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase_m_firstFreeHandle_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphase_m_firstFreeHandle_get'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase_m_invalidPair_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphase_m_invalidPair_get'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase_m_maxHandles_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphase_m_maxHandles_get'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase_m_numHandles_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphase_m_numHandles_get'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase_m_ownsPairCache_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphase_m_ownsPairCache_get'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphase_m_pHandles_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleBroadphase_m_pHandles_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleBroadphase_m_pHandlesRawPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleBroadphase_m_pHandlesRawPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleBroadphase_m_pairCache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleBroadphase_m_pairCache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleBroadphaseProxy0'_ :: IO (Ptr ()) btSimpleBroadphaseProxy1'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> ((Ptr ()) -> (CShort -> (CShort -> ((Ptr ()) -> (IO (Ptr ())))))))) btSimpleBroadphaseProxy_free'_ :: (Ptr ()) -> (IO ()) btSimpleBroadphaseProxy_GetNextFree'_ :: (Ptr ()) -> (IO CInt) btSimpleBroadphaseProxy_SetNextFree'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphaseProxy_m_nextFree_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleBroadphaseProxy_m_nextFree_get'_ :: (Ptr ()) -> (IO CInt) btSortedOverlappingPairCache'_ :: IO (Ptr ()) btSortedOverlappingPairCache_free'_ :: (Ptr ()) -> (IO ()) btSortedOverlappingPairCache_sortOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSortedOverlappingPairCache_setInternalGhostPairCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSortedOverlappingPairCache_getOverlapFilterCallback'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_addOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btSortedOverlappingPairCache_removeOverlappingPairsContainingProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSortedOverlappingPairCache_needsBroadphaseCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btSortedOverlappingPairCache_hasDeferredRemoval'_ :: (Ptr ()) -> (IO CInt) btSortedOverlappingPairCache_getOverlappingPairArray'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_getOverlappingPairArray0'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_getOverlappingPairArray1'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_findPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btSortedOverlappingPairCache_cleanProxyFromPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSortedOverlappingPairCache_cleanOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSortedOverlappingPairCache_getNumOverlappingPairs'_ :: (Ptr ()) -> (IO CInt) btSortedOverlappingPairCache_removeOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btSortedOverlappingPairCache_processAllOverlappingPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSortedOverlappingPairCache_getOverlappingPairArrayPtr'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_getOverlappingPairArrayPtr0'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_getOverlappingPairArrayPtr1'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_setOverlapFilterCallback'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSortedOverlappingPairCache_m_overlappingPairArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSortedOverlappingPairCache_m_overlappingPairArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_m_blockedForChanges_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSortedOverlappingPairCache_m_blockedForChanges_get'_ :: (Ptr ()) -> (IO CInt) btSortedOverlappingPairCache_m_hasDeferredRemoval_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSortedOverlappingPairCache_m_hasDeferredRemoval_get'_ :: (Ptr ()) -> (IO CInt) btSortedOverlappingPairCache_m_overlapFilterCallback_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSortedOverlappingPairCache_m_overlapFilterCallback_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSortedOverlappingPairCache_m_ghostPairCallback_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSortedOverlappingPairCache_m_ghostPairCallback_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_sStkCLN'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btDbvt_sStkCLN_free'_ :: (Ptr ()) -> (IO ()) btDbvt_sStkCLN_node_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_sStkCLN_node_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_sStkCLN_parent_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_sStkCLN_parent_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_sStkNN0'_ :: IO (Ptr ()) btDbvt_sStkNN1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btDbvt_sStkNN_free'_ :: (Ptr ()) -> (IO ()) btDbvt_sStkNN_a_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_sStkNN_a_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_sStkNN_b_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_sStkNN_b_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_sStkNP'_ :: (Ptr ()) -> (CUInt -> (IO (Ptr ()))) btDbvt_sStkNP_free'_ :: (Ptr ()) -> (IO ()) btDbvt_sStkNP_mask_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvt_sStkNP_mask_get'_ :: (Ptr ()) -> (IO CInt) btDbvt_sStkNP_node_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_sStkNP_node_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_sStkNPS0'_ :: IO (Ptr ()) btDbvt_sStkNPS1'_ :: (Ptr ()) -> (CUInt -> (CFloat -> (IO (Ptr ())))) btDbvt_sStkNPS_free'_ :: (Ptr ()) -> (IO ()) btDbvt_sStkNPS_mask_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDbvt_sStkNPS_mask_get'_ :: (Ptr ()) -> (IO CInt) btDbvt_sStkNPS_node_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDbvt_sStkNPS_node_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDbvt_sStkNPS_value_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDbvt_sStkNPS_value_get'_ :: (Ptr ()) -> (IO CFloat) module Physics.Bullet.Raw.BulletCollision.CollisionDispatch -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#269 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback :: Vec3 -> Vec3 -> IO (BtCollisionWorld_AllHitsRayResultCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#284 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_free :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> IO () btCollisionWorld_AllHitsRayResultCallback_addSingleResult :: (BtCollisionWorld_AllHitsRayResultCallbackClass bc, BtCollisionWorld_LocalRayResultClass p0) => bc -> p0 -> Bool -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#275 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#275 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_collisionObjects_set :: (BtCollisionWorld_AllHitsRayResultCallbackClass bc, BtAlignedObjectArray_btCollisionObject_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#282 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_collisionObjects_get :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#282 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_hitFractions_set :: (BtCollisionWorld_AllHitsRayResultCallbackClass bc, BtAlignedObjectArray_float_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_hitFractions_get :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_hitNormalWorld_set :: (BtCollisionWorld_AllHitsRayResultCallbackClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#281 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_hitNormalWorld_get :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#281 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_hitPointWorld_set :: (BtCollisionWorld_AllHitsRayResultCallbackClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_hitPointWorld_get :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_rayFromWorld_set :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_rayFromWorld_get :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_AllHitsRayResultCallback_m_rayToWorld_set :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> Vec3 -> IO () btCollisionWorld_AllHitsRayResultCallback_m_rayToWorld_get :: BtCollisionWorld_AllHitsRayResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#367 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback :: Vec3 -> Vec3 -> IO (BtCollisionWorld_ClosestConvexResultCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#381 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_free :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> IO () btCollisionWorld_ClosestConvexResultCallback_addSingleResult :: (BtCollisionWorld_ClosestConvexResultCallbackClass bc, BtCollisionWorld_LocalConvexResultClass p0) => bc -> p0 -> Bool -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#374 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#374 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_convexFromWorld_set :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_convexFromWorld_get :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_convexToWorld_set :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_convexToWorld_get :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_hitCollisionObject_set :: (BtCollisionWorld_ClosestConvexResultCallbackClass bc, BtCollisionObjectClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_hitCollisionObject_get :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_hitNormalWorld_set :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#378 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_hitNormalWorld_get :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#378 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestConvexResultCallback_m_hitPointWorld_set :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> Vec3 -> IO () btCollisionWorld_ClosestConvexResultCallback_m_hitPointWorld_get :: BtCollisionWorld_ClosestConvexResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#235 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback :: Vec3 -> Vec3 -> IO (BtCollisionWorld_ClosestRayResultCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#247 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_free :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> IO () btCollisionWorld_ClosestRayResultCallback_addSingleResult :: (BtCollisionWorld_ClosestRayResultCallbackClass bc, BtCollisionWorld_LocalRayResultClass p0) => bc -> p0 -> Bool -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_m_hitNormalWorld_set :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#245 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_m_hitNormalWorld_get :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#245 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_m_hitPointWorld_set :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#241 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_m_hitPointWorld_get :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#241 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_m_rayFromWorld_set :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#242 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_m_rayFromWorld_get :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#242 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ClosestRayResultCallback_m_rayToWorld_set :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> Vec3 -> IO () btCollisionWorld_ClosestRayResultCallback_m_rayToWorld_get :: BtCollisionWorld_ClosestRayResultCallbackClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#424 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ContactResultCallback_addSingleResult :: (BtCollisionWorld_ContactResultCallbackClass bc, BtManifoldPointClass p0, BtCollisionObjectClass p1, BtCollisionObjectClass p4) => bc -> p0 -> p1 -> Int -> Int -> p4 -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#417 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ContactResultCallback_needsCollision :: (BtCollisionWorld_ContactResultCallbackClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#404 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#404 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ContactResultCallback_m_collisionFilterGroup_set :: BtCollisionWorld_ContactResultCallbackClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#405 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ContactResultCallback_m_collisionFilterGroup_get :: BtCollisionWorld_ContactResultCallbackClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#405 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ContactResultCallback_m_collisionFilterMask_set :: BtCollisionWorld_ContactResultCallbackClass bc => bc -> Int -> IO () btCollisionWorld_ContactResultCallback_m_collisionFilterMask_get :: BtCollisionWorld_ContactResultCallbackClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#362 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_addSingleResult :: (BtCollisionWorld_ConvexResultCallbackClass bc, BtCollisionWorld_LocalConvexResultClass p0) => bc -> p0 -> Bool -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#355 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_needsCollision :: (BtCollisionWorld_ConvexResultCallbackClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#348 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_hasHit :: BtCollisionWorld_ConvexResultCallbackClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#333 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#333 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_m_closestHitFraction_set :: BtCollisionWorld_ConvexResultCallbackClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#334 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_m_closestHitFraction_get :: BtCollisionWorld_ConvexResultCallbackClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#334 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_m_collisionFilterGroup_set :: BtCollisionWorld_ConvexResultCallbackClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_m_collisionFilterGroup_get :: BtCollisionWorld_ConvexResultCallbackClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_ConvexResultCallback_m_collisionFilterMask_set :: BtCollisionWorld_ConvexResultCallbackClass bc => bc -> Int -> IO () btCollisionWorld_ConvexResultCallback_m_collisionFilterMask_get :: BtCollisionWorld_ConvexResultCallbackClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_CreateFunc :: IO (BtSphereSphereCollisionAlgorithm_CreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_CreateFunc_free :: BtSphereSphereCollisionAlgorithm_CreateFuncClass bc => bc -> IO () btSphereSphereCollisionAlgorithm_CreateFunc_CreateCollisionAlgorithm :: (BtSphereSphereCollisionAlgorithm_CreateFuncClass bc, BtCollisionAlgorithmConstructionInfoClass p0, BtCollisionObjectClass p1, BtCollisionObjectClass p2) => bc -> p0 -> p1 -> p2 -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_CreateFunc_free :: BtConvexConvexAlgorithm_CreateFuncClass bc => bc -> IO () btConvexConvexAlgorithm_CreateFunc_CreateCollisionAlgorithm :: (BtConvexConvexAlgorithm_CreateFuncClass bc, BtCollisionAlgorithmConstructionInfoClass p0, BtCollisionObjectClass p1, BtCollisionObjectClass p2) => bc -> p0 -> p1 -> p2 -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_CreateFunc_m_simplexSolver_set :: (BtConvexConvexAlgorithm_CreateFuncClass bc, BtVoronoiSimplexSolverClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_CreateFunc_m_simplexSolver_get :: BtConvexConvexAlgorithm_CreateFuncClass bc => bc -> IO (BtVoronoiSimplexSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_CreateFunc_m_numPerturbationIterations_set :: BtConvexConvexAlgorithm_CreateFuncClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_CreateFunc_m_numPerturbationIterations_get :: BtConvexConvexAlgorithm_CreateFuncClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_CreateFunc_m_minimumPointsPerturbationThreshold_set :: BtConvexConvexAlgorithm_CreateFuncClass bc => bc -> Int -> IO () btConvexConvexAlgorithm_CreateFunc_m_minimumPointsPerturbationThreshold_get :: BtConvexConvexAlgorithm_CreateFuncClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#314 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult :: (BtCollisionObjectClass p0, BtCollisionWorld_LocalShapeInfoClass p1) => p0 -> p1 -> Vec3 -> Vec3 -> Float -> IO (BtCollisionWorld_LocalConvexResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#323 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_free :: BtCollisionWorld_LocalConvexResultClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#323 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitCollisionObject_set :: (BtCollisionWorld_LocalConvexResultClass bc, BtCollisionObjectClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitCollisionObject_get :: BtCollisionWorld_LocalConvexResultClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitFraction_set :: BtCollisionWorld_LocalConvexResultClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitFraction_get :: BtCollisionWorld_LocalConvexResultClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitNormalLocal_set :: BtCollisionWorld_LocalConvexResultClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#326 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitNormalLocal_get :: BtCollisionWorld_LocalConvexResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#326 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitPointLocal_set :: BtCollisionWorld_LocalConvexResultClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#324 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_hitPointLocal_get :: BtCollisionWorld_LocalConvexResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#324 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalConvexResult_m_localShapeInfo_set :: (BtCollisionWorld_LocalConvexResultClass bc, BtCollisionWorld_LocalShapeInfoClass a) => bc -> a -> IO () btCollisionWorld_LocalConvexResult_m_localShapeInfo_get :: BtCollisionWorld_LocalConvexResultClass bc => bc -> IO (BtCollisionWorld_LocalShapeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#179 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult :: (BtCollisionObjectClass p0, BtCollisionWorld_LocalShapeInfoClass p1) => p0 -> p1 -> Vec3 -> Float -> IO (BtCollisionWorld_LocalRayResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_free :: BtCollisionWorld_LocalRayResultClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_m_collisionObject_set :: (BtCollisionWorld_LocalRayResultClass bc, BtCollisionObjectClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#190 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_m_collisionObject_get :: BtCollisionWorld_LocalRayResultClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#190 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_m_hitFraction_set :: BtCollisionWorld_LocalRayResultClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_m_hitFraction_get :: BtCollisionWorld_LocalRayResultClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_m_hitNormalLocal_set :: BtCollisionWorld_LocalRayResultClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_m_hitNormalLocal_get :: BtCollisionWorld_LocalRayResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalRayResult_m_localShapeInfo_set :: (BtCollisionWorld_LocalRayResultClass bc, BtCollisionWorld_LocalShapeInfoClass a) => bc -> a -> IO () btCollisionWorld_LocalRayResult_m_localShapeInfo_get :: BtCollisionWorld_LocalRayResultClass bc => bc -> IO (BtCollisionWorld_LocalShapeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalShapeInfo :: IO (BtCollisionWorld_LocalShapeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#167 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalShapeInfo_free :: BtCollisionWorld_LocalShapeInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#167 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalShapeInfo_m_shapePart_set :: BtCollisionWorld_LocalShapeInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalShapeInfo_m_shapePart_get :: BtCollisionWorld_LocalShapeInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_LocalShapeInfo_m_triangleIndex_set :: BtCollisionWorld_LocalShapeInfoClass bc => bc -> Int -> IO () btCollisionWorld_LocalShapeInfo_m_triangleIndex_get :: BtCollisionWorld_LocalShapeInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_addSingleResult :: (BtCollisionWorld_RayResultCallbackClass bc, BtCollisionWorld_LocalRayResultClass p0) => bc -> p0 -> Bool -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#222 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_needsCollision :: (BtCollisionWorld_RayResultCallbackClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#207 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_hasHit :: BtCollisionWorld_RayResultCallbackClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#197 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#197 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_closestHitFraction_set :: BtCollisionWorld_RayResultCallbackClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_closestHitFraction_get :: BtCollisionWorld_RayResultCallbackClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_collisionFilterGroup_set :: BtCollisionWorld_RayResultCallbackClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_collisionFilterGroup_get :: BtCollisionWorld_RayResultCallbackClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_collisionFilterMask_set :: BtCollisionWorld_RayResultCallbackClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#198 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_collisionFilterMask_get :: BtCollisionWorld_RayResultCallbackClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#198 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_collisionObject_set :: (BtCollisionWorld_RayResultCallbackClass bc, BtCollisionObjectClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#202 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_collisionObject_get :: BtCollisionWorld_RayResultCallbackClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#202 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_RayResultCallback_m_flags_set :: BtCollisionWorld_RayResultCallbackClass bc => bc -> Word32 -> IO () btCollisionWorld_RayResultCallback_m_flags_get :: BtCollisionWorld_RayResultCallbackClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.cpp?r=2223 btCollisionAlgorithmCreateFunc :: IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.cpp?r=2223 btCollisionAlgorithmCreateFunc_free :: BtCollisionAlgorithmCreateFuncClass bc => bc -> IO () btCollisionAlgorithmCreateFunc_CreateCollisionAlgorithm :: (BtCollisionAlgorithmCreateFuncClass bc, BtCollisionAlgorithmConstructionInfoClass p0, BtCollisionObjectClass p1, BtCollisionObjectClass p2) => bc -> p0 -> p1 -> p2 -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.cpp?r=2223 btCollisionAlgorithmCreateFunc_m_swapped_set :: BtCollisionAlgorithmCreateFuncClass bc => bc -> Bool -> IO () btCollisionAlgorithmCreateFunc_m_swapped_get :: BtCollisionAlgorithmCreateFuncClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.cpp?r=2223 btCollisionConfiguration_getStackAllocator :: BtCollisionConfigurationClass bc => bc -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.cpp?r=2223 btCollisionConfiguration_getCollisionAlgorithmCreateFunc :: BtCollisionConfigurationClass bc => bc -> Int -> Int -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher :: BtCollisionConfigurationClass p0 => p0 -> IO (BtCollisionDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_free :: BtCollisionDispatcherClass bc => bc -> IO () btCollisionDispatcher_allocateCollisionAlgorithm :: BtCollisionDispatcherClass bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getDispatcherFlags :: BtCollisionDispatcherClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getCollisionConfiguration :: BtCollisionDispatcherClass bc => bc -> IO (BtCollisionConfiguration) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getCollisionConfiguration0 :: BtCollisionDispatcherClass bc => bc -> IO (BtCollisionConfiguration) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getCollisionConfiguration1 :: BtCollisionDispatcherClass bc => bc -> IO (BtCollisionConfiguration) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_setDispatcherFlags :: BtCollisionDispatcherClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_releaseManifold :: (BtCollisionDispatcherClass bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_setCollisionConfiguration :: (BtCollisionDispatcherClass bc, BtCollisionConfigurationClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getNumManifolds :: BtCollisionDispatcherClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_clearManifold :: (BtCollisionDispatcherClass bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_freeCollisionAlgorithm :: BtCollisionDispatcherClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_registerCollisionCreateFunc :: (BtCollisionDispatcherClass bc, BtCollisionAlgorithmCreateFuncClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_defaultNearCallback :: (BtBroadphasePairClass p0, BtCollisionDispatcherClass p1, BtDispatcherInfoClass p2) => p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_findAlgorithm :: (BtCollisionDispatcherClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtPersistentManifoldClass p2) => bc -> p0 -> p1 -> p2 -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_needsResponse :: (BtCollisionDispatcherClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getNewManifold :: BtCollisionDispatcherClass bc => bc -> VoidPtr -> VoidPtr -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#125 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_dispatchAllCollisionPairs :: (BtCollisionDispatcherClass bc, BtOverlappingPairCacheClass p0, BtDispatcherInfoClass p1, BtDispatcherClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_needsCollision :: (BtCollisionDispatcherClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getManifoldByIndexInternal :: BtCollisionDispatcherClass bc => bc -> Int -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getManifoldByIndexInternal0 :: BtCollisionDispatcherClass bc => bc -> Int -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_getManifoldByIndexInternal1 :: BtCollisionDispatcherClass bc => bc -> Int -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_m_collisionConfiguration_set :: (BtCollisionDispatcherClass bc, BtCollisionConfigurationClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_m_collisionConfiguration_get :: BtCollisionDispatcherClass bc => bc -> IO (BtCollisionConfiguration) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_m_defaultManifoldResult_set :: (BtCollisionDispatcherClass bc, BtManifoldResultClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_m_defaultManifoldResult_get :: BtCollisionDispatcherClass bc => bc -> IO (BtManifoldResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_m_dispatcherFlags_set :: BtCollisionDispatcherClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_m_dispatcherFlags_get :: BtCollisionDispatcherClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp?r=2223 btCollisionDispatcher_m_manifoldsPtr_set :: (BtCollisionDispatcherClass bc, BtAlignedObjectArray_btPersistentManifold_ptr_Class a) => bc -> a -> IO () btCollisionDispatcher_m_manifoldsPtr_get :: BtCollisionDispatcherClass bc => bc -> IO (BtAlignedObjectArray_btPersistentManifold_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#190 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject :: IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#410 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_free :: BtCollisionObjectClass bc => bc -> IO () btCollisionObject_getCcdSquareMotionThreshold :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_activate :: BtCollisionObjectClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setInterpolationLinearVelocity :: BtCollisionObjectClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setInterpolationLinearVelocity' :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#274 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getFriction :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#367 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setCompanionId :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setInterpolationAngularVelocity :: BtCollisionObjectClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setInterpolationAngularVelocity' :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#447 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_serialize :: (BtCollisionObjectClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#295 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setWorldTransform :: BtCollisionObjectClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#295 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setWorldTransform' :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#362 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getCompanionId :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#235 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_internalSetExtensionPointer :: BtCollisionObjectClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setContactProcessingThreshold :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setInterpolationWorldTransform :: BtCollisionObjectClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setInterpolationWorldTransform' :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#342 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getInterpolationLinearVelocity :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_mergesSimulationIslands :: BtCollisionObjectClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setCollisionShape :: (BtCollisionObjectClass bc, BtCollisionShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#418 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setCcdMotionThreshold :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getIslandTag :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#517 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_calculateSerializeBufferSize :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#405 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getCcdMotionThreshold :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#430 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setUserPointer :: BtCollisionObjectClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#436 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_checkCollideWith :: (BtCollisionObjectClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getAnisotropicFriction :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#347 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getInterpolationAngularVelocity :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#253 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_forceActivationState :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_isStaticObject :: BtCollisionObjectClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setFriction :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getInterpolationWorldTransform :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getInterpolationWorldTransform0 :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#322 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getInterpolationWorldTransform1 :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#357 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setIslandTag :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setHitFraction :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#449 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_serializeSingleObject :: (BtCollisionObjectClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#383 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getCollisionFlags :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getDeactivationTime :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getCollisionShape :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getCollisionShape0 :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#205 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getCollisionShape1 :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setAnisotropicFriction :: BtCollisionObjectClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setAnisotropicFriction' :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_checkCollideWithOverride :: (BtCollisionObjectClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#301 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getBroadphaseHandle :: BtCollisionObjectClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#301 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getBroadphaseHandle0 :: BtCollisionObjectClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getBroadphaseHandle1 :: BtCollisionObjectClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#424 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getUserPointer :: BtCollisionObjectClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#400 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setCcdSweptSphereRadius :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getWorldTransform :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getWorldTransform0 :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#290 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getWorldTransform1 :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#388 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setCollisionFlags :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#222 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_internalSetTemporaryCollisionShape :: (BtCollisionObjectClass bc, BtCollisionShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#372 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getHitFraction :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_isActive :: BtCollisionObjectClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#242 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setActivationState :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getInternalType :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#240 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getActivationState :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_hasContactResponse :: BtCollisionObjectClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getRootCollisionShape :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getRootCollisionShape0 :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#215 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getRootCollisionShape1 :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#266 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getRestitution :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#394 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getCcdSweptSphereRadius :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_getContactProcessingThreshold :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setDeactivationTime :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_internalGetExtensionPointer :: BtCollisionObjectClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_isStaticOrKinematicObject :: BtCollisionObjectClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#262 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setRestitution :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_hasAnisotropicFriction :: BtCollisionObjectClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#311 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_setBroadphaseHandle :: (BtCollisionObjectClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_isKinematicObject :: BtCollisionObjectClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_activationState1_set :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_activationState1_get :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_anisotropicFriction_set :: BtCollisionObjectClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_anisotropicFriction_get :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_broadphaseHandle_set :: (BtCollisionObjectClass bc, BtBroadphaseProxyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_broadphaseHandle_get :: BtCollisionObjectClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_ccdMotionThreshold_set :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_ccdMotionThreshold_get :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_ccdSweptSphereRadius_set :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_ccdSweptSphereRadius_get :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_checkCollideWith_set :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_checkCollideWith_get :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_collisionFlags_set :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_collisionFlags_get :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_collisionShape_set :: (BtCollisionObjectClass bc, BtCollisionShapeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_collisionShape_get :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_companionId_set :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_companionId_get :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_contactProcessingThreshold_set :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_contactProcessingThreshold_get :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_deactivationTime_set :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_deactivationTime_get :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_extensionPointer_set :: BtCollisionObjectClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_extensionPointer_get :: BtCollisionObjectClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_friction_set :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_friction_get :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_hasAnisotropicFriction_set :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_hasAnisotropicFriction_get :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_hitFraction_set :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_hitFraction_get :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_internalType_set :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_internalType_get :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_interpolationAngularVelocity_set :: BtCollisionObjectClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_interpolationAngularVelocity_get :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_interpolationLinearVelocity_set :: BtCollisionObjectClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_interpolationLinearVelocity_get :: BtCollisionObjectClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_interpolationWorldTransform_set :: BtCollisionObjectClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_interpolationWorldTransform_get :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_islandTag1_set :: BtCollisionObjectClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_islandTag1_get :: BtCollisionObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_restitution_set :: BtCollisionObjectClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_restitution_get :: BtCollisionObjectClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_rootCollisionShape_set :: (BtCollisionObjectClass bc, BtCollisionShapeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_rootCollisionShape_get :: BtCollisionObjectClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_userObjectPointer_set :: BtCollisionObjectClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_userObjectPointer_get :: BtCollisionObjectClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObject_m_worldTransform_set :: BtCollisionObjectClass bc => bc -> Transform -> IO () btCollisionObject_m_worldTransform_get :: BtCollisionObjectClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#455 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData :: IO (BtCollisionObjectDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#478 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_free :: BtCollisionObjectDoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#478 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_activationState1_set :: BtCollisionObjectDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_activationState1_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_anisotropicFriction_set :: (BtCollisionObjectDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#456 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_anisotropicFriction_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#456 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_broadphaseHandle_set :: BtCollisionObjectDoubleDataClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#472 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_broadphaseHandle_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#472 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_ccdMotionThreshold_set :: BtCollisionObjectDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#471 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_ccdMotionThreshold_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#471 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_ccdSweptSphereRadius_set :: BtCollisionObjectDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#480 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_ccdSweptSphereRadius_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#480 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_checkCollideWith_set :: BtCollisionObjectDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#475 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_checkCollideWith_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#475 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_collisionFlags_set :: BtCollisionObjectDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#457 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_collisionFlags_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#457 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_collisionShape_set :: BtCollisionObjectDoubleDataClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_collisionShape_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_companionId_set :: BtCollisionObjectDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#466 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_companionId_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#466 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_contactProcessingThreshold_set :: BtCollisionObjectDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#467 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_contactProcessingThreshold_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#467 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_deactivationTime_set :: BtCollisionObjectDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#468 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_deactivationTime_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#468 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_friction_set :: BtCollisionObjectDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#474 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_friction_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#474 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_hasAnisotropicFriction_set :: BtCollisionObjectDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#470 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_hasAnisotropicFriction_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#470 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_hitFraction_set :: BtCollisionObjectDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#479 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_hitFraction_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#479 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_internalType_set :: BtCollisionObjectDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#464 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_internalType_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#464 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_interpolationAngularVelocity_set :: (BtCollisionObjectDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#463 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_interpolationAngularVelocity_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#463 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_interpolationLinearVelocity_set :: (BtCollisionObjectDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_interpolationLinearVelocity_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_interpolationWorldTransform_set :: (BtCollisionObjectDoubleDataClass bc, BtTransformDoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#476 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_interpolationWorldTransform_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (BtTransformDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#476 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_islandTag1_set :: BtCollisionObjectDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#459 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_islandTag1_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#459 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_name_set :: BtCollisionObjectDoubleDataClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#469 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_name_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#469 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_restitution_set :: BtCollisionObjectDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#458 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_restitution_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#458 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_rootCollisionShape_set :: (BtCollisionObjectDoubleDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#461 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_rootCollisionShape_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#461 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectDoubleData_m_worldTransform_set :: (BtCollisionObjectDoubleDataClass bc, BtTransformDoubleDataClass a) => bc -> a -> IO () btCollisionObjectDoubleData_m_worldTransform_get :: BtCollisionObjectDoubleDataClass bc => bc -> IO (BtTransformDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#487 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData :: IO (BtCollisionObjectFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#510 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_free :: BtCollisionObjectFloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#510 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_activationState1_set :: BtCollisionObjectFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#497 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_activationState1_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#497 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_anisotropicFriction_set :: (BtCollisionObjectFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#488 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_anisotropicFriction_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#488 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_broadphaseHandle_set :: BtCollisionObjectFloatDataClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#504 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_broadphaseHandle_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#504 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_ccdMotionThreshold_set :: BtCollisionObjectFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#503 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_ccdMotionThreshold_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#503 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_ccdSweptSphereRadius_set :: BtCollisionObjectFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#512 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_ccdSweptSphereRadius_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#512 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_checkCollideWith_set :: BtCollisionObjectFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#507 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_checkCollideWith_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#507 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_collisionFlags_set :: BtCollisionObjectFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#489 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_collisionFlags_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#489 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_collisionShape_set :: BtCollisionObjectFloatDataClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#509 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_collisionShape_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#509 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_companionId_set :: BtCollisionObjectFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#498 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_companionId_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#498 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_contactProcessingThreshold_set :: BtCollisionObjectFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#499 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_contactProcessingThreshold_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#499 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_deactivationTime_set :: BtCollisionObjectFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#500 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_deactivationTime_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#500 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_friction_set :: BtCollisionObjectFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#506 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_friction_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#506 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_hasAnisotropicFriction_set :: BtCollisionObjectFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#502 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_hasAnisotropicFriction_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#502 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_hitFraction_set :: BtCollisionObjectFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#511 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_hitFraction_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#511 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_internalType_set :: BtCollisionObjectFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#496 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_internalType_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#496 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_interpolationAngularVelocity_set :: (BtCollisionObjectFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#495 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_interpolationAngularVelocity_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#495 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_interpolationLinearVelocity_set :: (BtCollisionObjectFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#494 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_interpolationLinearVelocity_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#494 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_interpolationWorldTransform_set :: (BtCollisionObjectFloatDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#508 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_interpolationWorldTransform_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#508 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_islandTag1_set :: BtCollisionObjectFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#491 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_islandTag1_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#491 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_name_set :: BtCollisionObjectFloatDataClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#501 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_name_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#501 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_restitution_set :: BtCollisionObjectFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#490 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_restitution_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#490 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_rootCollisionShape_set :: (BtCollisionObjectFloatDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_rootCollisionShape_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp?r=2223 btCollisionObjectFloatData_m_worldTransform_set :: (BtCollisionObjectFloatDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () btCollisionObjectFloatData_m_worldTransform_get :: BtCollisionObjectFloatDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld :: (BtDispatcherClass p0, BtBroadphaseInterfaceClass p1, BtCollisionConfigurationClass p2) => p0 -> p1 -> p2 -> IO (BtCollisionWorld) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_free :: BtCollisionWorldClass bc => bc -> IO () btCollisionWorld_setBroadphase :: (BtCollisionWorldClass bc, BtBroadphaseInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#504 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_serialize :: (BtCollisionWorldClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getDispatcher :: BtCollisionWorldClass bc => bc -> IO (BtDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getDispatcher0 :: BtCollisionWorldClass bc => bc -> IO (BtDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getDispatcher1 :: BtCollisionWorldClass bc => bc -> IO (BtDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#484 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getDispatchInfo :: BtCollisionWorldClass bc => bc -> IO (BtDispatcherInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#484 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getDispatchInfo0 :: BtCollisionWorldClass bc => bc -> IO (BtDispatcherInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#489 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getDispatchInfo1 :: BtCollisionWorldClass bc => bc -> IO (BtDispatcherInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getDebugDrawer :: BtCollisionWorldClass bc => bc -> IO (BtIDebugDraw) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#482 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_performDiscreteCollisionDetection :: BtCollisionWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#469 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getCollisionObjectArray :: BtCollisionWorldClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#469 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getCollisionObjectArray0 :: BtCollisionWorldClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#474 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getCollisionObjectArray1 :: BtCollisionWorldClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#160 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_debugDrawObject :: (BtCollisionWorldClass bc, BtCollisionShapeClass p1) => bc -> Transform -> p1 -> Vec3 -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#160 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_debugDrawObject' :: (BtCollisionWorldClass bc, BtCollisionShapeClass p1) => bc -> p1 -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#436 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_rayTest :: (BtCollisionWorldClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#436 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_rayTest' :: (BtCollisionWorldClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#467 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_addCollisionObject :: (BtCollisionWorldClass bc, BtCollisionObjectClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#498 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_setForceUpdateAllAabbs :: BtCollisionWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#444 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_contactTest :: (BtCollisionWorldClass bc, BtCollisionObjectClass p0, BtCollisionWorld_ContactResultCallbackClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#494 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getForceUpdateAllAabbs :: BtCollisionWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_updateAabbs :: BtCollisionWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_setDebugDrawer :: (BtCollisionWorldClass bc, BtIDebugDrawClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#158 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_debugDrawWorld :: BtCollisionWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_convexSweepTest :: (BtCollisionWorldClass bc, BtConvexShapeClass p0, BtCollisionWorld_ConvexResultCallbackClass p3) => bc -> p0 -> Transform -> Transform -> p3 -> Float -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_convexSweepTest' :: (BtCollisionWorldClass bc, BtConvexShapeClass p0, BtCollisionWorld_ConvexResultCallbackClass p3) => bc -> p0 -> p3 -> Float -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#429 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getNumCollisionObjects :: BtCollisionWorldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#448 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_contactPairTest :: (BtCollisionWorldClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtCollisionWorld_ContactResultCallbackClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getBroadphase :: BtCollisionWorldClass bc => bc -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getBroadphase0 :: BtCollisionWorldClass bc => bc -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getBroadphase1 :: BtCollisionWorldClass bc => bc -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#458 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_rayTestSingle :: (BtCollisionObjectClass p2, BtCollisionShapeClass p3, BtCollisionWorld_RayResultCallbackClass p5) => Transform -> Transform -> p2 -> p3 -> Transform -> p5 -> IO (Transform, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#458 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_rayTestSingle' :: (BtCollisionObjectClass p2, BtCollisionShapeClass p3, BtCollisionWorld_RayResultCallbackClass p5) => p2 -> p3 -> p5 -> IO (Transform, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_objectQuerySingle :: (BtConvexShapeClass p0, BtCollisionObjectClass p3, BtCollisionShapeClass p4, BtCollisionWorld_ConvexResultCallbackClass p6) => p0 -> Transform -> Transform -> p3 -> p4 -> Transform -> p6 -> Float -> IO (Transform, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_objectQuerySingle' :: (BtConvexShapeClass p0, BtCollisionObjectClass p3, BtCollisionShapeClass p4, BtCollisionWorld_ConvexResultCallbackClass p6) => p0 -> p3 -> p4 -> p6 -> Float -> IO (Transform, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_updateSingleAabb :: (BtCollisionWorldClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_serializeCollisionObjects :: (BtCollisionWorldClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_getPairCache :: BtCollisionWorldClass bc => bc -> IO (BtOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#480 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_removeCollisionObject :: (BtCollisionWorldClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_broadphasePairCache_set :: (BtCollisionWorldClass bc, BtBroadphaseInterfaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_broadphasePairCache_get :: BtCollisionWorldClass bc => bc -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_collisionObjects_set :: (BtCollisionWorldClass bc, BtAlignedObjectArray_btCollisionObject_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_collisionObjects_get :: BtCollisionWorldClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_debugDrawer_set :: (BtCollisionWorldClass bc, BtIDebugDrawClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_debugDrawer_get :: BtCollisionWorldClass bc => bc -> IO (BtIDebugDraw) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_dispatchInfo_set :: (BtCollisionWorldClass bc, BtDispatcherInfoClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_dispatchInfo_get :: BtCollisionWorldClass bc => bc -> IO (BtDispatcherInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_dispatcher1_set :: (BtCollisionWorldClass bc, BtDispatcherClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_dispatcher1_get :: BtCollisionWorldClass bc => bc -> IO (BtDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_forceUpdateAllAabbs_set :: BtCollisionWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_forceUpdateAllAabbs_get :: BtCollisionWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp?r=2223 btCollisionWorld_m_stackAlloc_set :: (BtCollisionWorldClass bc, BtStackAllocClass a) => bc -> a -> IO () btCollisionWorld_m_stackAlloc_get :: BtCollisionWorldClass bc => bc -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_free :: BtConvexConvexAlgorithmClass bc => bc -> IO () btConvexConvexAlgorithm_getAllContactManifolds :: (BtConvexConvexAlgorithmClass bc, BtAlignedObjectArray_btPersistentManifold_ptr_Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_calculateTimeOfImpact :: (BtConvexConvexAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_setLowLevelOfDetail :: BtConvexConvexAlgorithmClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_processCollision :: (BtConvexConvexAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_getManifold :: BtConvexConvexAlgorithmClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_simplexSolver_set :: (BtConvexConvexAlgorithmClass bc, BtVoronoiSimplexSolverClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_simplexSolver_get :: BtConvexConvexAlgorithmClass bc => bc -> IO (BtVoronoiSimplexSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_ownManifold_set :: BtConvexConvexAlgorithmClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_ownManifold_get :: BtConvexConvexAlgorithmClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_manifoldPtr_set :: (BtConvexConvexAlgorithmClass bc, BtPersistentManifoldClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_manifoldPtr_get :: BtConvexConvexAlgorithmClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_lowLevelOfDetail_set :: BtConvexConvexAlgorithmClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_lowLevelOfDetail_get :: BtConvexConvexAlgorithmClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_numPerturbationIterations_set :: BtConvexConvexAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_numPerturbationIterations_get :: BtConvexConvexAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp?r=2223 btConvexConvexAlgorithm_m_minimumPointsPerturbationThreshold_set :: BtConvexConvexAlgorithmClass bc => bc -> Int -> IO () btConvexConvexAlgorithm_m_minimumPointsPerturbationThreshold_get :: BtConvexConvexAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration :: BtDefaultCollisionConstructionInfoClass p0 => p0 -> IO (BtDefaultCollisionConfiguration) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_free :: BtDefaultCollisionConfigurationClass bc => bc -> IO () btDefaultCollisionConfiguration_getStackAllocator :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_setPlaneConvexMultipointIterations :: BtDefaultCollisionConfigurationClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_getSimplexSolver :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtVoronoiSimplexSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_setConvexConvexMultipointIterations :: BtDefaultCollisionConfigurationClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_getCollisionAlgorithmCreateFunc :: BtDefaultCollisionConfigurationClass bc => bc -> Int -> Int -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_persistentManifoldPoolSize_set :: BtDefaultCollisionConfigurationClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_persistentManifoldPoolSize_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_stackAlloc_set :: (BtDefaultCollisionConfigurationClass bc, BtStackAllocClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_stackAlloc_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_ownsStackAllocator_set :: BtDefaultCollisionConfigurationClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_ownsStackAllocator_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_ownsPersistentManifoldPool_set :: BtDefaultCollisionConfigurationClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_ownsPersistentManifoldPool_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_ownsCollisionAlgorithmPool_set :: BtDefaultCollisionConfigurationClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_ownsCollisionAlgorithmPool_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_simplexSolver_set :: (BtDefaultCollisionConfigurationClass bc, BtVoronoiSimplexSolverClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_simplexSolver_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtVoronoiSimplexSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_convexConvexCreateFunc_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_convexConvexCreateFunc_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_convexConcaveCreateFunc_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_convexConcaveCreateFunc_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_swappedConvexConcaveCreateFunc_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_swappedConvexConcaveCreateFunc_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_compoundCreateFunc_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_compoundCreateFunc_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_swappedCompoundCreateFunc_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_swappedCompoundCreateFunc_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_emptyCreateFunc_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_emptyCreateFunc_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_sphereSphereCF_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_sphereSphereCF_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_boxBoxCF_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_boxBoxCF_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_sphereTriangleCF_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_sphereTriangleCF_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_triangleSphereCF_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_triangleSphereCF_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_planeConvexCF_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_planeConvexCF_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConfiguration_m_convexPlaneCF_set :: (BtDefaultCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () btDefaultCollisionConfiguration_m_convexPlaneCF_get :: BtDefaultCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo :: IO (BtDefaultCollisionConstructionInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_free :: BtDefaultCollisionConstructionInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_customCollisionAlgorithmMaxElementSize_set :: BtDefaultCollisionConstructionInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_customCollisionAlgorithmMaxElementSize_get :: BtDefaultCollisionConstructionInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_defaultMaxCollisionAlgorithmPoolSize_set :: BtDefaultCollisionConstructionInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_defaultMaxCollisionAlgorithmPoolSize_get :: BtDefaultCollisionConstructionInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_defaultMaxPersistentManifoldPoolSize_set :: BtDefaultCollisionConstructionInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_defaultMaxPersistentManifoldPoolSize_get :: BtDefaultCollisionConstructionInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_defaultStackAllocatorSize_set :: BtDefaultCollisionConstructionInfoClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_defaultStackAllocatorSize_get :: BtDefaultCollisionConstructionInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_stackAlloc_set :: (BtDefaultCollisionConstructionInfoClass bc, BtStackAllocClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_stackAlloc_get :: BtDefaultCollisionConstructionInfoClass bc => bc -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp?r=2223 btDefaultCollisionConstructionInfo_m_useEpaPenetrationAlgorithm_set :: BtDefaultCollisionConstructionInfoClass bc => bc -> Int -> IO () btDefaultCollisionConstructionInfo_m_useEpaPenetrationAlgorithm_get :: BtDefaultCollisionConstructionInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject :: IO (BtGhostObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_free :: BtGhostObjectClass bc => bc -> IO () btGhostObject_convexSweepTest :: (BtGhostObjectClass bc, BtConvexShapeClass p0, BtCollisionWorld_ConvexResultCallbackClass p3) => bc -> p0 -> Transform -> Transform -> p3 -> Float -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_convexSweepTest' :: (BtGhostObjectClass bc, BtConvexShapeClass p0, BtCollisionWorld_ConvexResultCallbackClass p3) => bc -> p0 -> p3 -> Float -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_removeOverlappingObjectInternal :: (BtGhostObjectClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1, BtBroadphaseProxyClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_getNumOverlappingObjects :: BtGhostObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_addOverlappingObjectInternal :: (BtGhostObjectClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_rayTest :: (BtGhostObjectClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_rayTest' :: (BtGhostObjectClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_getOverlappingPairs :: BtGhostObjectClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_getOverlappingPairs0 :: BtGhostObjectClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_upcast :: BtCollisionObjectClass p0 => p0 -> IO (BtGhostObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_upcast0 :: BtCollisionObjectClass p0 => p0 -> IO (BtGhostObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_upcast1 :: BtCollisionObjectClass p0 => p0 -> IO (BtGhostObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_getOverlappingObject :: BtGhostObjectClass bc => bc -> Int -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_getOverlappingObject0 :: BtGhostObjectClass bc => bc -> Int -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_getOverlappingObject1 :: BtGhostObjectClass bc => bc -> Int -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostObject_m_overlappingObjects_set :: (BtGhostObjectClass bc, BtAlignedObjectArray_btCollisionObject_ptr_Class a) => bc -> a -> IO () btGhostObject_m_overlappingObjects_get :: BtGhostObjectClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostPairCallback :: IO (BtGhostPairCallback) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostPairCallback_free :: BtGhostPairCallbackClass bc => bc -> IO () btGhostPairCallback_addOverlappingPair :: (BtGhostPairCallbackClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostPairCallback_removeOverlappingPair :: (BtGhostPairCallbackClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1, BtDispatcherClass p2) => bc -> p0 -> p1 -> p2 -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btGhostPairCallback_removeOverlappingPairsContainingProxy :: (BtGhostPairCallbackClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult0 :: IO (BtManifoldResult) btManifoldResult1 :: (BtCollisionObjectClass p0, BtCollisionObjectClass p1) => p0 -> p1 -> IO (BtManifoldResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_free :: BtManifoldResultClass bc => bc -> IO () btManifoldResult_getPersistentManifold :: BtManifoldResultClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_getPersistentManifold0 :: BtManifoldResultClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_getPersistentManifold1 :: BtManifoldResultClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_getBody0Internal :: BtManifoldResultClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_addContactPoint :: BtManifoldResultClass bc => bc -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_addContactPoint' :: BtManifoldResultClass bc => bc -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_getBody1Internal :: BtManifoldResultClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_setShapeIdentifiersB :: BtManifoldResultClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_setShapeIdentifiersA :: BtManifoldResultClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_refreshContactPoints :: BtManifoldResultClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_setPersistentManifold :: (BtManifoldResultClass bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_body0_set :: (BtManifoldResultClass bc, BtCollisionObjectClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_body0_get :: BtManifoldResultClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_body1_set :: (BtManifoldResultClass bc, BtCollisionObjectClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_body1_get :: BtManifoldResultClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_index0_set :: BtManifoldResultClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_index0_get :: BtManifoldResultClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_index1_set :: BtManifoldResultClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_index1_get :: BtManifoldResultClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_manifoldPtr_set :: (BtManifoldResultClass bc, BtPersistentManifoldClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_manifoldPtr_get :: BtManifoldResultClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_partId0_set :: BtManifoldResultClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_partId0_get :: BtManifoldResultClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_partId1_set :: BtManifoldResultClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_partId1_get :: BtManifoldResultClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_rootTransA_set :: BtManifoldResultClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_rootTransA_get :: BtManifoldResultClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp?r=2223 btManifoldResult_m_rootTransB_set :: BtManifoldResultClass bc => bc -> Transform -> IO () btManifoldResult_m_rootTransB_get :: BtManifoldResultClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btPairCachingGhostObject :: IO (BtPairCachingGhostObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btPairCachingGhostObject_free :: BtPairCachingGhostObjectClass bc => bc -> IO () btPairCachingGhostObject_removeOverlappingObjectInternal :: (BtPairCachingGhostObjectClass bc, BtBroadphaseProxyClass p0, BtDispatcherClass p1, BtBroadphaseProxyClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btPairCachingGhostObject_getOverlappingPairCache :: BtPairCachingGhostObjectClass bc => bc -> IO (BtHashedOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btPairCachingGhostObject_addOverlappingObjectInternal :: (BtPairCachingGhostObjectClass bc, BtBroadphaseProxyClass p0, BtBroadphaseProxyClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btGhostObject.cpp?r=2223 btPairCachingGhostObject_m_hashPairCache_set :: (BtPairCachingGhostObjectClass bc, BtHashedOverlappingPairCacheClass a) => bc -> a -> IO () btPairCachingGhostObject_m_hashPairCache_get :: BtPairCachingGhostObjectClass bc => bc -> IO (BtHashedOverlappingPairCache) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm0 :: (BtPersistentManifoldClass p0, BtCollisionAlgorithmConstructionInfoClass p1, BtCollisionObjectClass p2, BtCollisionObjectClass p3) => p0 -> p1 -> p2 -> p3 -> IO (BtSphereSphereCollisionAlgorithm) btSphereSphereCollisionAlgorithm1 :: BtCollisionAlgorithmConstructionInfoClass p0 => p0 -> IO (BtSphereSphereCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_free :: BtSphereSphereCollisionAlgorithmClass bc => bc -> IO () btSphereSphereCollisionAlgorithm_getAllContactManifolds :: (BtSphereSphereCollisionAlgorithmClass bc, BtAlignedObjectArray_btPersistentManifold_ptr_Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_calculateTimeOfImpact :: (BtSphereSphereCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_processCollision :: (BtSphereSphereCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_m_ownManifold_set :: BtSphereSphereCollisionAlgorithmClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_m_ownManifold_get :: BtSphereSphereCollisionAlgorithmClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp?r=2223 btSphereSphereCollisionAlgorithm_m_manifoldPtr_set :: (BtSphereSphereCollisionAlgorithmClass bc, BtPersistentManifoldClass a) => bc -> a -> IO () btSphereSphereCollisionAlgorithm_m_manifoldPtr_get :: BtSphereSphereCollisionAlgorithmClass bc => bc -> IO (BtPersistentManifold) btCollisionWorld_AllHitsRayResultCallback'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))) btCollisionWorld_AllHitsRayResultCallback_free'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_AllHitsRayResultCallback_addSingleResult'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO CFloat))) btCollisionWorld_AllHitsRayResultCallback_m_collisionObjects_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_AllHitsRayResultCallback_m_collisionObjects_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_AllHitsRayResultCallback_m_hitFractions_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_AllHitsRayResultCallback_m_hitFractions_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_AllHitsRayResultCallback_m_hitNormalWorld_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_AllHitsRayResultCallback_m_hitNormalWorld_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_AllHitsRayResultCallback_m_hitPointWorld_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_AllHitsRayResultCallback_m_hitPointWorld_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_AllHitsRayResultCallback_m_rayFromWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_AllHitsRayResultCallback_m_rayFromWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_AllHitsRayResultCallback_m_rayToWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_AllHitsRayResultCallback_m_rayToWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))) btCollisionWorld_ClosestConvexResultCallback_free'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_ClosestConvexResultCallback_addSingleResult'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO CFloat))) btCollisionWorld_ClosestConvexResultCallback_m_convexFromWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_convexFromWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_convexToWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_convexToWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_hitCollisionObject_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_hitCollisionObject_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_ClosestConvexResultCallback_m_hitNormalWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_hitNormalWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_hitPointWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestConvexResultCallback_m_hitPointWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))) btCollisionWorld_ClosestRayResultCallback_free'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_ClosestRayResultCallback_addSingleResult'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO CFloat))) btCollisionWorld_ClosestRayResultCallback_m_hitNormalWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback_m_hitNormalWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback_m_hitPointWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback_m_hitPointWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback_m_rayFromWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback_m_rayFromWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback_m_rayToWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ClosestRayResultCallback_m_rayToWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_ContactResultCallback_addSingleResult'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (CInt -> (CInt -> (IO CFloat)))))))) btCollisionWorld_ContactResultCallback_needsCollision'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btCollisionWorld_ContactResultCallback_m_collisionFilterGroup_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btCollisionWorld_ContactResultCallback_m_collisionFilterGroup_get'_ :: (Ptr ()) -> (IO CShort) btCollisionWorld_ContactResultCallback_m_collisionFilterMask_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btCollisionWorld_ContactResultCallback_m_collisionFilterMask_get'_ :: (Ptr ()) -> (IO CShort) btCollisionWorld_ConvexResultCallback_addSingleResult'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO CFloat))) btCollisionWorld_ConvexResultCallback_needsCollision'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btCollisionWorld_ConvexResultCallback_hasHit'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_ConvexResultCallback_m_closestHitFraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionWorld_ConvexResultCallback_m_closestHitFraction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionWorld_ConvexResultCallback_m_collisionFilterGroup_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btCollisionWorld_ConvexResultCallback_m_collisionFilterGroup_get'_ :: (Ptr ()) -> (IO CShort) btCollisionWorld_ConvexResultCallback_m_collisionFilterMask_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btCollisionWorld_ConvexResultCallback_m_collisionFilterMask_get'_ :: (Ptr ()) -> (IO CShort) btSphereSphereCollisionAlgorithm_CreateFunc'_ :: IO (Ptr ()) btSphereSphereCollisionAlgorithm_CreateFunc_free'_ :: (Ptr ()) -> (IO ()) btSphereSphereCollisionAlgorithm_CreateFunc_CreateCollisionAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btConvexConvexAlgorithm_CreateFunc_free'_ :: (Ptr ()) -> (IO ()) btConvexConvexAlgorithm_CreateFunc_CreateCollisionAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btConvexConvexAlgorithm_CreateFunc_m_simplexSolver_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexConvexAlgorithm_CreateFunc_m_simplexSolver_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexConvexAlgorithm_CreateFunc_m_numPerturbationIterations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexConvexAlgorithm_CreateFunc_m_numPerturbationIterations_get'_ :: (Ptr ()) -> (IO CInt) btConvexConvexAlgorithm_CreateFunc_m_minimumPointsPerturbationThreshold_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexConvexAlgorithm_CreateFunc_m_minimumPointsPerturbationThreshold_get'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_LocalConvexResult'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO (Ptr ())))))) btCollisionWorld_LocalConvexResult_free'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_LocalConvexResult_m_hitCollisionObject_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_LocalConvexResult_m_hitCollisionObject_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_LocalConvexResult_m_hitFraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionWorld_LocalConvexResult_m_hitFraction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionWorld_LocalConvexResult_m_hitNormalLocal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_LocalConvexResult_m_hitNormalLocal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_LocalConvexResult_m_hitPointLocal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_LocalConvexResult_m_hitPointLocal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_LocalConvexResult_m_localShapeInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_LocalConvexResult_m_localShapeInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_LocalRayResult'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO (Ptr ()))))) btCollisionWorld_LocalRayResult_free'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_LocalRayResult_m_collisionObject_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_LocalRayResult_m_collisionObject_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_LocalRayResult_m_hitFraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionWorld_LocalRayResult_m_hitFraction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionWorld_LocalRayResult_m_hitNormalLocal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_LocalRayResult_m_hitNormalLocal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionWorld_LocalRayResult_m_localShapeInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_LocalRayResult_m_localShapeInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_LocalShapeInfo'_ :: IO (Ptr ()) btCollisionWorld_LocalShapeInfo_free'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_LocalShapeInfo_m_shapePart_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionWorld_LocalShapeInfo_m_shapePart_get'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_LocalShapeInfo_m_triangleIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionWorld_LocalShapeInfo_m_triangleIndex_get'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_RayResultCallback_addSingleResult'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO CFloat))) btCollisionWorld_RayResultCallback_needsCollision'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btCollisionWorld_RayResultCallback_hasHit'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_RayResultCallback_m_closestHitFraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionWorld_RayResultCallback_m_closestHitFraction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionWorld_RayResultCallback_m_collisionFilterGroup_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btCollisionWorld_RayResultCallback_m_collisionFilterGroup_get'_ :: (Ptr ()) -> (IO CShort) btCollisionWorld_RayResultCallback_m_collisionFilterMask_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btCollisionWorld_RayResultCallback_m_collisionFilterMask_get'_ :: (Ptr ()) -> (IO CShort) btCollisionWorld_RayResultCallback_m_collisionObject_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_RayResultCallback_m_collisionObject_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_RayResultCallback_m_flags_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btCollisionWorld_RayResultCallback_m_flags_get'_ :: (Ptr ()) -> (IO CUInt) btCollisionAlgorithmCreateFunc'_ :: IO (Ptr ()) btCollisionAlgorithmCreateFunc_free'_ :: (Ptr ()) -> (IO ()) btCollisionAlgorithmCreateFunc_CreateCollisionAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btCollisionAlgorithmCreateFunc_m_swapped_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionAlgorithmCreateFunc_m_swapped_get'_ :: (Ptr ()) -> (IO CInt) btCollisionConfiguration_getStackAllocator'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionConfiguration_getCollisionAlgorithmCreateFunc'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO (Ptr ())))) btCollisionDispatcher'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionDispatcher_free'_ :: (Ptr ()) -> (IO ()) btCollisionDispatcher_allocateCollisionAlgorithm'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCollisionDispatcher_getDispatcherFlags'_ :: (Ptr ()) -> (IO CInt) btCollisionDispatcher_getCollisionConfiguration'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionDispatcher_getCollisionConfiguration0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionDispatcher_getCollisionConfiguration1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionDispatcher_setDispatcherFlags'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionDispatcher_releaseManifold'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionDispatcher_setCollisionConfiguration'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionDispatcher_getNumManifolds'_ :: (Ptr ()) -> (IO CInt) btCollisionDispatcher_clearManifold'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionDispatcher_freeCollisionAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionDispatcher_registerCollisionCreateFunc'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btCollisionDispatcher_defaultNearCallback'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btCollisionDispatcher_findAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btCollisionDispatcher_needsResponse'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btCollisionDispatcher_getNewManifold'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btCollisionDispatcher_dispatchAllCollisionPairs'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btCollisionDispatcher_needsCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btCollisionDispatcher_getManifoldByIndexInternal'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCollisionDispatcher_getManifoldByIndexInternal0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCollisionDispatcher_getManifoldByIndexInternal1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCollisionDispatcher_m_collisionConfiguration_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionDispatcher_m_collisionConfiguration_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionDispatcher_m_defaultManifoldResult_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionDispatcher_m_defaultManifoldResult_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionDispatcher_m_dispatcherFlags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionDispatcher_m_dispatcherFlags_get'_ :: (Ptr ()) -> (IO CInt) btCollisionDispatcher_m_manifoldsPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionDispatcher_m_manifoldsPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject'_ :: IO (Ptr ()) btCollisionObject_free'_ :: (Ptr ()) -> (IO ()) btCollisionObject_getCcdSquareMotionThreshold'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_activate'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_setInterpolationLinearVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_setInterpolationLinearVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getFriction'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_setCompanionId'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_setInterpolationAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_setInterpolationAngularVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btCollisionObject_setWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_setWorldTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getCompanionId'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_internalSetExtensionPointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_setContactProcessingThreshold'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_setInterpolationWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_setInterpolationWorldTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getInterpolationLinearVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_mergesSimulationIslands'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_setCollisionShape'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_setCcdMotionThreshold'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_getIslandTag'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_getCcdMotionThreshold'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_setUserPointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_checkCollideWith'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btCollisionObject_getAnisotropicFriction'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getInterpolationAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_forceActivationState'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_isStaticObject'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_setFriction'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_getInterpolationWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getInterpolationWorldTransform0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getInterpolationWorldTransform1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_setIslandTag'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_setHitFraction'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_serializeSingleObject'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_getCollisionFlags'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_getDeactivationTime'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_getCollisionShape'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getCollisionShape0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getCollisionShape1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_setAnisotropicFriction'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_setAnisotropicFriction''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_checkCollideWithOverride'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btCollisionObject_getBroadphaseHandle'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getBroadphaseHandle0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getBroadphaseHandle1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getUserPointer'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_setCcdSweptSphereRadius'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_getWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getWorldTransform0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_getWorldTransform1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_setCollisionFlags'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_internalSetTemporaryCollisionShape'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_getHitFraction'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_isActive'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_setActivationState'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_getInternalType'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_getActivationState'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_hasContactResponse'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_getRootCollisionShape'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getRootCollisionShape0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getRootCollisionShape1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_getRestitution'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_getCcdSweptSphereRadius'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_getContactProcessingThreshold'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_setDeactivationTime'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_internalGetExtensionPointer'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_isStaticOrKinematicObject'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_setRestitution'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_hasAnisotropicFriction'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_setBroadphaseHandle'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_isKinematicObject'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_activationState1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_m_activationState1_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_anisotropicFriction_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_anisotropicFriction_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_broadphaseHandle_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_m_broadphaseHandle_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_m_ccdMotionThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_m_ccdMotionThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_m_ccdSweptSphereRadius_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_m_ccdSweptSphereRadius_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_m_checkCollideWith_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_m_checkCollideWith_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_collisionFlags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_m_collisionFlags_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_collisionShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_m_collisionShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_m_companionId_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_m_companionId_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_contactProcessingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_m_contactProcessingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_m_deactivationTime_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_m_deactivationTime_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_m_extensionPointer_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_m_extensionPointer_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_m_friction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_m_friction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_m_hasAnisotropicFriction_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_m_hasAnisotropicFriction_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_hitFraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_m_hitFraction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_m_internalType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_m_internalType_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_interpolationAngularVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_interpolationAngularVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_interpolationLinearVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_interpolationLinearVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_interpolationWorldTransform_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_interpolationWorldTransform_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_islandTag1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObject_m_islandTag1_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObject_m_restitution_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObject_m_restitution_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObject_m_rootCollisionShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_m_rootCollisionShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_m_userObjectPointer_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObject_m_userObjectPointer_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObject_m_worldTransform_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObject_m_worldTransform_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionObjectDoubleData'_ :: IO (Ptr ()) btCollisionObjectDoubleData_free'_ :: (Ptr ()) -> (IO ()) btCollisionObjectDoubleData_m_activationState1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectDoubleData_m_activationState1_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectDoubleData_m_anisotropicFriction_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_anisotropicFriction_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectDoubleData_m_broadphaseHandle_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_broadphaseHandle_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectDoubleData_m_ccdMotionThreshold_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btCollisionObjectDoubleData_m_ccdMotionThreshold_get'_ :: (Ptr ()) -> (IO CDouble) btCollisionObjectDoubleData_m_ccdSweptSphereRadius_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btCollisionObjectDoubleData_m_ccdSweptSphereRadius_get'_ :: (Ptr ()) -> (IO CDouble) btCollisionObjectDoubleData_m_checkCollideWith_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectDoubleData_m_checkCollideWith_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectDoubleData_m_collisionFlags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectDoubleData_m_collisionFlags_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectDoubleData_m_collisionShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_collisionShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectDoubleData_m_companionId_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectDoubleData_m_companionId_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectDoubleData_m_contactProcessingThreshold_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btCollisionObjectDoubleData_m_contactProcessingThreshold_get'_ :: (Ptr ()) -> (IO CDouble) btCollisionObjectDoubleData_m_deactivationTime_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btCollisionObjectDoubleData_m_deactivationTime_get'_ :: (Ptr ()) -> (IO CDouble) btCollisionObjectDoubleData_m_friction_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btCollisionObjectDoubleData_m_friction_get'_ :: (Ptr ()) -> (IO CDouble) btCollisionObjectDoubleData_m_hasAnisotropicFriction_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectDoubleData_m_hasAnisotropicFriction_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectDoubleData_m_hitFraction_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btCollisionObjectDoubleData_m_hitFraction_get'_ :: (Ptr ()) -> (IO CDouble) btCollisionObjectDoubleData_m_internalType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectDoubleData_m_internalType_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectDoubleData_m_interpolationAngularVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_interpolationAngularVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectDoubleData_m_interpolationLinearVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_interpolationLinearVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectDoubleData_m_interpolationWorldTransform_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_interpolationWorldTransform_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectDoubleData_m_islandTag1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectDoubleData_m_islandTag1_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectDoubleData_m_name_set'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btCollisionObjectDoubleData_m_name_get'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCollisionObjectDoubleData_m_restitution_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btCollisionObjectDoubleData_m_restitution_get'_ :: (Ptr ()) -> (IO CDouble) btCollisionObjectDoubleData_m_rootCollisionShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_rootCollisionShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectDoubleData_m_worldTransform_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectDoubleData_m_worldTransform_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData'_ :: IO (Ptr ()) btCollisionObjectFloatData_free'_ :: (Ptr ()) -> (IO ()) btCollisionObjectFloatData_m_activationState1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectFloatData_m_activationState1_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectFloatData_m_anisotropicFriction_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_anisotropicFriction_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData_m_broadphaseHandle_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_broadphaseHandle_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData_m_ccdMotionThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObjectFloatData_m_ccdMotionThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObjectFloatData_m_ccdSweptSphereRadius_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObjectFloatData_m_ccdSweptSphereRadius_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObjectFloatData_m_checkCollideWith_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectFloatData_m_checkCollideWith_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectFloatData_m_collisionFlags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectFloatData_m_collisionFlags_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectFloatData_m_collisionShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_collisionShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData_m_companionId_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectFloatData_m_companionId_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectFloatData_m_contactProcessingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObjectFloatData_m_contactProcessingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObjectFloatData_m_deactivationTime_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObjectFloatData_m_deactivationTime_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObjectFloatData_m_friction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObjectFloatData_m_friction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObjectFloatData_m_hasAnisotropicFriction_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectFloatData_m_hasAnisotropicFriction_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectFloatData_m_hitFraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObjectFloatData_m_hitFraction_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObjectFloatData_m_internalType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectFloatData_m_internalType_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectFloatData_m_interpolationAngularVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_interpolationAngularVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData_m_interpolationLinearVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_interpolationLinearVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData_m_interpolationWorldTransform_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_interpolationWorldTransform_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData_m_islandTag1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionObjectFloatData_m_islandTag1_get'_ :: (Ptr ()) -> (IO CInt) btCollisionObjectFloatData_m_name_set'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btCollisionObjectFloatData_m_name_get'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCollisionObjectFloatData_m_restitution_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionObjectFloatData_m_restitution_get'_ :: (Ptr ()) -> (IO CFloat) btCollisionObjectFloatData_m_rootCollisionShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_rootCollisionShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionObjectFloatData_m_worldTransform_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionObjectFloatData_m_worldTransform_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btCollisionWorld_free'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_setBroadphase'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_getDispatcher'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getDispatcher0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getDispatcher1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getDispatchInfo'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getDispatchInfo0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getDispatchInfo1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getDebugDrawer'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_performDiscreteCollisionDetection'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_getCollisionObjectArray'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getCollisionObjectArray0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getCollisionObjectArray1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_debugDrawObject'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ())))) btCollisionWorld_debugDrawObject''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ())))) btCollisionWorld_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btCollisionWorld_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btCollisionWorld_addCollisionObject'_ :: (Ptr ()) -> ((Ptr ()) -> (CShort -> (CShort -> (IO ())))) btCollisionWorld_setForceUpdateAllAabbs'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionWorld_contactTest'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btCollisionWorld_getForceUpdateAllAabbs'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_updateAabbs'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_setDebugDrawer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_debugDrawWorld'_ :: (Ptr ()) -> (IO ()) btCollisionWorld_convexSweepTest'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO ())))))) btCollisionWorld_convexSweepTest''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO ())))))) btCollisionWorld_getNumCollisionObjects'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_contactPairTest'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btCollisionWorld_getBroadphase'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getBroadphase0'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_getBroadphase1'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_rayTestSingle'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))))) btCollisionWorld_rayTestSingle''_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))))) btCollisionWorld_objectQuerySingle'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO ())))))))) btCollisionWorld_objectQuerySingle''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO ())))))))) btCollisionWorld_updateSingleAabb'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_serializeCollisionObjects'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_getPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_removeCollisionObject'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_m_broadphasePairCache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_m_broadphasePairCache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_m_collisionObjects_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_m_collisionObjects_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_m_debugDrawer_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_m_debugDrawer_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_m_dispatchInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_m_dispatchInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_m_dispatcher1_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_m_dispatcher1_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionWorld_m_forceUpdateAllAabbs_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionWorld_m_forceUpdateAllAabbs_get'_ :: (Ptr ()) -> (IO CInt) btCollisionWorld_m_stackAlloc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionWorld_m_stackAlloc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexConvexAlgorithm_free'_ :: (Ptr ()) -> (IO ()) btConvexConvexAlgorithm_getAllContactManifolds'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexConvexAlgorithm_calculateTimeOfImpact'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CFloat))))) btConvexConvexAlgorithm_setLowLevelOfDetail'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexConvexAlgorithm_processCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))))) btConvexConvexAlgorithm_getManifold'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexConvexAlgorithm_m_simplexSolver_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexConvexAlgorithm_m_simplexSolver_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexConvexAlgorithm_m_ownManifold_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexConvexAlgorithm_m_ownManifold_get'_ :: (Ptr ()) -> (IO CInt) btConvexConvexAlgorithm_m_manifoldPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexConvexAlgorithm_m_manifoldPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexConvexAlgorithm_m_lowLevelOfDetail_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexConvexAlgorithm_m_lowLevelOfDetail_get'_ :: (Ptr ()) -> (IO CInt) btConvexConvexAlgorithm_m_numPerturbationIterations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexConvexAlgorithm_m_numPerturbationIterations_get'_ :: (Ptr ()) -> (IO CInt) btConvexConvexAlgorithm_m_minimumPointsPerturbationThreshold_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexConvexAlgorithm_m_minimumPointsPerturbationThreshold_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConfiguration'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_free'_ :: (Ptr ()) -> (IO ()) btDefaultCollisionConfiguration_getStackAllocator'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_setPlaneConvexMultipointIterations'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btDefaultCollisionConfiguration_getSimplexSolver'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_setConvexConvexMultipointIterations'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btDefaultCollisionConfiguration_getCollisionAlgorithmCreateFunc'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO (Ptr ())))) btDefaultCollisionConfiguration_m_persistentManifoldPoolSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConfiguration_m_persistentManifoldPoolSize_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConfiguration_m_stackAlloc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_stackAlloc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_ownsStackAllocator_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConfiguration_m_ownsStackAllocator_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConfiguration_m_ownsPersistentManifoldPool_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConfiguration_m_ownsPersistentManifoldPool_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConfiguration_m_ownsCollisionAlgorithmPool_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConfiguration_m_ownsCollisionAlgorithmPool_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConfiguration_m_simplexSolver_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_simplexSolver_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_convexConvexCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_convexConvexCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_convexConcaveCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_convexConcaveCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_swappedConvexConcaveCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_swappedConvexConcaveCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_compoundCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_compoundCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_swappedCompoundCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_swappedCompoundCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_emptyCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_emptyCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_sphereSphereCF_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_sphereSphereCF_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_boxBoxCF_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_boxBoxCF_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_sphereTriangleCF_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_sphereTriangleCF_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_triangleSphereCF_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_triangleSphereCF_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_planeConvexCF_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_planeConvexCF_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConfiguration_m_convexPlaneCF_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConfiguration_m_convexPlaneCF_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConstructionInfo'_ :: IO (Ptr ()) btDefaultCollisionConstructionInfo_free'_ :: (Ptr ()) -> (IO ()) btDefaultCollisionConstructionInfo_m_customCollisionAlgorithmMaxElementSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConstructionInfo_m_customCollisionAlgorithmMaxElementSize_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConstructionInfo_m_defaultMaxCollisionAlgorithmPoolSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConstructionInfo_m_defaultMaxCollisionAlgorithmPoolSize_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConstructionInfo_m_defaultMaxPersistentManifoldPoolSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConstructionInfo_m_defaultMaxPersistentManifoldPoolSize_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConstructionInfo_m_defaultStackAllocatorSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConstructionInfo_m_defaultStackAllocatorSize_get'_ :: (Ptr ()) -> (IO CInt) btDefaultCollisionConstructionInfo_m_stackAlloc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultCollisionConstructionInfo_m_stackAlloc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultCollisionConstructionInfo_m_useEpaPenetrationAlgorithm_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultCollisionConstructionInfo_m_useEpaPenetrationAlgorithm_get'_ :: (Ptr ()) -> (IO CInt) btGhostObject'_ :: IO (Ptr ()) btGhostObject_free'_ :: (Ptr ()) -> (IO ()) btGhostObject_convexSweepTest'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO ())))))) btGhostObject_convexSweepTest''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO ())))))) btGhostObject_removeOverlappingObjectInternal'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btGhostObject_getNumOverlappingObjects'_ :: (Ptr ()) -> (IO CInt) btGhostObject_addOverlappingObjectInternal'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btGhostObject_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btGhostObject_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btGhostObject_getOverlappingPairs'_ :: (Ptr ()) -> (IO (Ptr ())) btGhostObject_getOverlappingPairs0'_ :: (Ptr ()) -> (IO (Ptr ())) btGhostObject_upcast'_ :: (Ptr ()) -> (IO (Ptr ())) btGhostObject_upcast0'_ :: (Ptr ()) -> (IO (Ptr ())) btGhostObject_upcast1'_ :: (Ptr ()) -> (IO (Ptr ())) btGhostObject_getOverlappingObject'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGhostObject_getOverlappingObject0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGhostObject_getOverlappingObject1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGhostObject_m_overlappingObjects_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGhostObject_m_overlappingObjects_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGhostPairCallback'_ :: IO (Ptr ()) btGhostPairCallback_free'_ :: (Ptr ()) -> (IO ()) btGhostPairCallback_addOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btGhostPairCallback_removeOverlappingPair'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btGhostPairCallback_removeOverlappingPairsContainingProxy'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btManifoldResult0'_ :: IO (Ptr ()) btManifoldResult1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btManifoldResult_free'_ :: (Ptr ()) -> (IO ()) btManifoldResult_getPersistentManifold'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_getPersistentManifold0'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_getPersistentManifold1'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_getBody0Internal'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_addContactPoint'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btManifoldResult_addContactPoint''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btManifoldResult_getBody1Internal'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_setShapeIdentifiersB'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btManifoldResult_setShapeIdentifiersA'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btManifoldResult_refreshContactPoints'_ :: (Ptr ()) -> (IO ()) btManifoldResult_setPersistentManifold'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btManifoldResult_m_body0_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btManifoldResult_m_body0_get'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_m_body1_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btManifoldResult_m_body1_get'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_m_index0_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldResult_m_index0_get'_ :: (Ptr ()) -> (IO CInt) btManifoldResult_m_index1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldResult_m_index1_get'_ :: (Ptr ()) -> (IO CInt) btManifoldResult_m_manifoldPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btManifoldResult_m_manifoldPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btManifoldResult_m_partId0_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldResult_m_partId0_get'_ :: (Ptr ()) -> (IO CInt) btManifoldResult_m_partId1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldResult_m_partId1_get'_ :: (Ptr ()) -> (IO CInt) btManifoldResult_m_rootTransA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldResult_m_rootTransA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldResult_m_rootTransB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldResult_m_rootTransB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPairCachingGhostObject'_ :: IO (Ptr ()) btPairCachingGhostObject_free'_ :: (Ptr ()) -> (IO ()) btPairCachingGhostObject_removeOverlappingObjectInternal'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btPairCachingGhostObject_getOverlappingPairCache'_ :: (Ptr ()) -> (IO (Ptr ())) btPairCachingGhostObject_addOverlappingObjectInternal'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btPairCachingGhostObject_m_hashPairCache_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPairCachingGhostObject_m_hashPairCache_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSphereSphereCollisionAlgorithm0'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btSphereSphereCollisionAlgorithm1'_ :: (Ptr ()) -> (IO (Ptr ())) btSphereSphereCollisionAlgorithm_free'_ :: (Ptr ()) -> (IO ()) btSphereSphereCollisionAlgorithm_getAllContactManifolds'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSphereSphereCollisionAlgorithm_calculateTimeOfImpact'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CFloat))))) btSphereSphereCollisionAlgorithm_processCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))))) btSphereSphereCollisionAlgorithm_m_ownManifold_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSphereSphereCollisionAlgorithm_m_ownManifold_get'_ :: (Ptr ()) -> (IO CInt) btSphereSphereCollisionAlgorithm_m_manifoldPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSphereSphereCollisionAlgorithm_m_manifoldPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) module Physics.Bullet.Raw.BulletCollision.CollisionShapes -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to40 :: IO (BtBU_Simplex1to4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to41 :: Vec3 -> IO (BtBU_Simplex1to4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to42 :: Vec3 -> Vec3 -> IO (BtBU_Simplex1to4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to43 :: Vec3 -> Vec3 -> Vec3 -> IO (BtBU_Simplex1to4) btBU_Simplex1to44 :: Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (BtBU_Simplex1to4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_free :: BtBU_Simplex1to4Class bc => bc -> IO () btBU_Simplex1to4_reset :: BtBU_Simplex1to4Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getNumPlanes :: BtBU_Simplex1to4Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getIndex :: BtBU_Simplex1to4Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getNumEdges :: BtBU_Simplex1to4Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getName :: BtBU_Simplex1to4Class bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getVertex :: BtBU_Simplex1to4Class bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getVertex' :: BtBU_Simplex1to4Class bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getEdge :: BtBU_Simplex1to4Class bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getEdge' :: BtBU_Simplex1to4Class bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_addVertex :: BtBU_Simplex1to4Class bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_addVertex' :: BtBU_Simplex1to4Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_isInside :: BtBU_Simplex1to4Class bc => bc -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_isInside' :: BtBU_Simplex1to4Class bc => bc -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getPlane :: BtBU_Simplex1to4Class bc => bc -> Vec3 -> Vec3 -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getPlane' :: BtBU_Simplex1to4Class bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getAabb :: BtBU_Simplex1to4Class bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getAabb' :: BtBU_Simplex1to4Class bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_getNumVertices :: BtBU_Simplex1to4Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTetrahedronShape.cpp?r=2223 btBU_Simplex1to4_m_numVertices_set :: BtBU_Simplex1to4Class bc => bc -> Int -> IO () btBU_Simplex1to4_m_numVertices_get :: BtBU_Simplex1to4Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape :: Vec3 -> IO (BtBoxShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_free :: BtBoxShapeClass bc => bc -> IO () btBoxShape_calculateLocalInertia :: BtBoxShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_calculateLocalInertia' :: BtBoxShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getNumPlanes :: BtBoxShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_localGetSupportingVertex :: BtBoxShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_localGetSupportingVertex' :: BtBoxShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_setLocalScaling :: BtBoxShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_setLocalScaling' :: BtBoxShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getPlaneEquation :: BtBoxShapeClass bc => bc -> Vec4 -> Int -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getPlaneEquation' :: BtBoxShapeClass bc => bc -> Int -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getPreferredPenetrationDirection :: BtBoxShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getPreferredPenetrationDirection' :: BtBoxShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getNumEdges :: BtBoxShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getName :: BtBoxShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getVertex :: BtBoxShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getVertex' :: BtBoxShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getEdge :: BtBoxShapeClass bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getEdge' :: BtBoxShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#252 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_isInside :: BtBoxShapeClass bc => bc -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#252 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_isInside' :: BtBoxShapeClass bc => bc -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getPlane :: BtBoxShapeClass bc => bc -> Vec3 -> Vec3 -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getPlane' :: BtBoxShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getHalfExtentsWithoutMargin :: BtBoxShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#275 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getNumPreferredPenetrationDirections :: BtBoxShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getAabb :: BtBoxShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getAabb' :: BtBoxShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_setMargin :: BtBoxShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getNumVertices :: BtBoxShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_getHalfExtentsWithMargin :: BtBoxShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_localGetSupportingVertexWithoutMargin :: BtBoxShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBoxShape.cpp?r=2223 btBoxShape_localGetSupportingVertexWithoutMargin' :: BtBoxShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape0 :: BtStridingMeshInterfaceClass p0 => p0 -> Bool -> Bool -> IO (BtBvhTriangleMeshShape) btBvhTriangleMeshShape1 :: BtStridingMeshInterfaceClass p0 => p0 -> Bool -> Vec3 -> Vec3 -> Bool -> IO (BtBvhTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_free :: BtBvhTriangleMeshShapeClass bc => bc -> IO () btBvhTriangleMeshShape_calculateSerializeBufferSize :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_buildOptimizedBvh :: BtBvhTriangleMeshShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_setLocalScaling :: BtBvhTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_setLocalScaling' :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_performRaycast :: (BtBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_performRaycast' :: (BtBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_setTriangleInfoMap :: (BtBvhTriangleMeshShapeClass bc, BtTriangleInfoMapClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_usesQuantizedAabbCompression :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_getName :: BtBvhTriangleMeshShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_serialize :: (BtBvhTriangleMeshShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_getTriangleInfoMap :: BtBvhTriangleMeshShapeClass bc => bc -> IO (BtTriangleInfoMap) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_getTriangleInfoMap0 :: BtBvhTriangleMeshShapeClass bc => bc -> IO (BtTriangleInfoMap) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_getTriangleInfoMap1 :: BtBvhTriangleMeshShapeClass bc => bc -> IO (BtTriangleInfoMap) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_serializeSingleTriangleInfoMap :: (BtBvhTriangleMeshShapeClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_getOwnsBvh :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_partialRefitTree :: BtBvhTriangleMeshShapeClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_partialRefitTree' :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_getOptimizedBvh :: BtBvhTriangleMeshShapeClass bc => bc -> IO (BtOptimizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_processAllTriangles :: (BtBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_processAllTriangles' :: (BtBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_refitTree :: BtBvhTriangleMeshShapeClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_refitTree' :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_performConvexcast :: (BtBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_performConvexcast' :: (BtBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_serializeSingleBvh :: (BtBvhTriangleMeshShapeClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_setOptimizedBvh :: (BtBvhTriangleMeshShapeClass bc, BtOptimizedBvhClass p0) => bc -> p0 -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_setOptimizedBvh' :: (BtBvhTriangleMeshShapeClass bc, BtOptimizedBvhClass p0) => bc -> p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_m_bvh_set :: (BtBvhTriangleMeshShapeClass bc, BtOptimizedBvhClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_m_bvh_get :: BtBvhTriangleMeshShapeClass bc => bc -> IO (BtOptimizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_m_triangleInfoMap_set :: (BtBvhTriangleMeshShapeClass bc, BtTriangleInfoMapClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_m_triangleInfoMap_get :: BtBvhTriangleMeshShapeClass bc => bc -> IO (BtTriangleInfoMap) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_m_useQuantizedAabbCompression_set :: BtBvhTriangleMeshShapeClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_m_useQuantizedAabbCompression_get :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btBvhTriangleMeshShape_m_ownsBvh_set :: BtBvhTriangleMeshShapeClass bc => bc -> Bool -> IO () btBvhTriangleMeshShape_m_ownsBvh_get :: BtBvhTriangleMeshShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape0 :: IO (BtCapsuleShape) btCapsuleShape1 :: Float -> Float -> IO (BtCapsuleShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_free :: BtCapsuleShapeClass bc => bc -> IO () btCapsuleShape_calculateLocalInertia :: BtCapsuleShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_calculateLocalInertia' :: BtCapsuleShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_calculateSerializeBufferSize :: BtCapsuleShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_setLocalScaling :: BtCapsuleShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_setLocalScaling' :: BtCapsuleShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_getUpAxis :: BtCapsuleShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_getName :: BtCapsuleShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_getHalfHeight :: BtCapsuleShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_setMargin :: BtCapsuleShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_getAabb :: BtCapsuleShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_getAabb' :: BtCapsuleShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_serialize :: (BtCapsuleShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_localGetSupportingVertexWithoutMargin :: BtCapsuleShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_localGetSupportingVertexWithoutMargin' :: BtCapsuleShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_getRadius :: BtCapsuleShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShape_m_upAxis_set :: BtCapsuleShapeClass bc => bc -> Int -> IO () btCapsuleShape_m_upAxis_get :: BtCapsuleShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeData :: IO (BtCapsuleShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeData_free :: BtCapsuleShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeData_m_convexInternalShapeData_set :: (BtCapsuleShapeDataClass bc, BtConvexInternalShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeData_m_convexInternalShapeData_get :: BtCapsuleShapeDataClass bc => bc -> IO (BtConvexInternalShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeData_m_upAxis_set :: BtCapsuleShapeDataClass bc => bc -> Int -> IO () btCapsuleShapeData_m_upAxis_get :: BtCapsuleShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeX :: Float -> Float -> IO (BtCapsuleShapeX) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeX_free :: BtCapsuleShapeXClass bc => bc -> IO () btCapsuleShapeX_getName :: BtCapsuleShapeXClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeZ :: Float -> Float -> IO (BtCapsuleShapeZ) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp?r=2223 btCapsuleShapeZ_free :: BtCapsuleShapeZClass bc => bc -> IO () btCapsuleShapeZ_getName :: BtCapsuleShapeZClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btCharIndexTripletData :: IO (BtCharIndexTripletData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btCharIndexTripletData_free :: BtCharIndexTripletDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btCharIndexTripletData_m_pad_set :: BtCharIndexTripletDataClass bc => bc -> Char -> IO () btCharIndexTripletData_m_pad_get :: BtCharIndexTripletDataClass bc => bc -> IO (Char) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_calculateLocalInertia :: BtCollisionShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_calculateLocalInertia' :: BtCollisionShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_setUserPointer :: BtCollisionShapeClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_serialize :: (BtCollisionShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getLocalScaling :: BtCollisionShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_calculateSerializeBufferSize :: BtCollisionShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getName :: BtCollisionShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isCompound :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isPolyhedral :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_setLocalScaling :: BtCollisionShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_setLocalScaling' :: BtCollisionShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getAabb :: BtCollisionShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getAabb' :: BtCollisionShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getContactBreakingThreshold :: BtCollisionShapeClass bc => bc -> Float -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isConvex :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isInfinite :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getUserPointer :: BtCollisionShapeClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isNonMoving :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getMargin :: BtCollisionShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_setMargin :: BtCollisionShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isConvex2d :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isSoftBody :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_calculateTemporalAabb :: BtCollisionShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> Float -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_calculateTemporalAabb' :: BtCollisionShapeClass bc => bc -> Float -> IO (Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_isConcave :: BtCollisionShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getAngularMotionDisc :: BtCollisionShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_serializeSingleShape :: (BtCollisionShapeClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_getShapeType :: BtCollisionShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_m_shapeType_set :: BtCollisionShapeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_m_shapeType_get :: BtCollisionShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShape_m_userPointer_set :: BtCollisionShapeClass bc => bc -> VoidPtr -> IO () btCollisionShape_m_userPointer_get :: BtCollisionShapeClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShapeData :: IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShapeData_free :: BtCollisionShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShapeData_m_name_set :: BtCollisionShapeDataClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShapeData_m_name_get :: BtCollisionShapeDataClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCollisionShape.cpp?r=2223 btCollisionShapeData_m_shapeType_set :: BtCollisionShapeDataClass bc => bc -> Int -> IO () btCollisionShapeData_m_shapeType_get :: BtCollisionShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape :: Bool -> IO (BtCompoundShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_free :: BtCompoundShapeClass bc => bc -> IO () btCompoundShape_calculateLocalInertia :: BtCompoundShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_calculateLocalInertia' :: BtCompoundShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getDynamicAabbTree :: BtCompoundShapeClass bc => bc -> IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getDynamicAabbTree0 :: BtCompoundShapeClass bc => bc -> IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getDynamicAabbTree1 :: BtCompoundShapeClass bc => bc -> IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getUpdateRevision :: BtCompoundShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_serialize :: (BtCompoundShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getLocalScaling :: BtCompoundShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_createAabbTreeFromChildren :: BtCompoundShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#201 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_calculateSerializeBufferSize :: BtCompoundShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getName :: BtCompoundShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_setLocalScaling :: BtCompoundShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_setLocalScaling' :: BtCompoundShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getAabb :: BtCompoundShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getAabb' :: BtCompoundShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getChildShape :: BtCompoundShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getChildShape0 :: BtCompoundShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getChildShape1 :: BtCompoundShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_addChildShape :: (BtCompoundShapeClass bc, BtCollisionShapeClass p1) => bc -> Transform -> p1 -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_addChildShape' :: (BtCompoundShapeClass bc, BtCollisionShapeClass p1) => bc -> p1 -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getChildTransform :: BtCompoundShapeClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getChildTransform0 :: BtCompoundShapeClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getChildTransform1 :: BtCompoundShapeClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getChildList :: BtCompoundShapeClass bc => bc -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getMargin :: BtCompoundShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_setMargin :: BtCompoundShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_getNumChildShapes :: BtCompoundShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_removeChildShapeByIndex :: BtCompoundShapeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_recalculateLocalAabb :: BtCompoundShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_updateChildTransform :: BtCompoundShapeClass bc => bc -> Int -> Transform -> Bool -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_updateChildTransform' :: BtCompoundShapeClass bc => bc -> Int -> Bool -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_removeChildShape :: (BtCompoundShapeClass bc, BtCollisionShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_children_set :: (BtCompoundShapeClass bc, BtAlignedObjectArray_btCompoundShapeChild_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_children_get :: BtCompoundShapeClass bc => bc -> IO (BtAlignedObjectArray_btCompoundShapeChild_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_localAabbMin_set :: BtCompoundShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_localAabbMin_get :: BtCompoundShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_localAabbMax_set :: BtCompoundShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_localAabbMax_get :: BtCompoundShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_dynamicAabbTree_set :: (BtCompoundShapeClass bc, BtDbvtClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_dynamicAabbTree_get :: BtCompoundShapeClass bc => bc -> IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_updateRevision_set :: BtCompoundShapeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_updateRevision_get :: BtCompoundShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_collisionMargin_set :: BtCompoundShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_collisionMargin_get :: BtCompoundShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShape_m_localScaling_set :: BtCompoundShapeClass bc => bc -> Vec3 -> IO () btCompoundShape_m_localScaling_get :: BtCompoundShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild :: IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_free :: BtCompoundShapeChildClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_childMargin_set :: BtCompoundShapeChildClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_childMargin_get :: BtCompoundShapeChildClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_childShape_set :: (BtCompoundShapeChildClass bc, BtCollisionShapeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_childShape_get :: BtCompoundShapeChildClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_childShapeType_set :: BtCompoundShapeChildClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_childShapeType_get :: BtCompoundShapeChildClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_node_set :: (BtCompoundShapeChildClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_node_get :: BtCompoundShapeChildClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChild_m_transform_set :: BtCompoundShapeChildClass bc => bc -> Transform -> IO () btCompoundShapeChild_m_transform_get :: BtCompoundShapeChildClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData :: IO (BtCompoundShapeChildData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_free :: BtCompoundShapeChildDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_m_transform_set :: (BtCompoundShapeChildDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_m_transform_get :: BtCompoundShapeChildDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_m_childShape_set :: (BtCompoundShapeChildDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#183 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_m_childShape_get :: BtCompoundShapeChildDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#183 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_m_childShapeType_set :: BtCompoundShapeChildDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_m_childShapeType_get :: BtCompoundShapeChildDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeChildData_m_childMargin_set :: BtCompoundShapeChildDataClass bc => bc -> Float -> IO () btCompoundShapeChildData_m_childMargin_get :: BtCompoundShapeChildDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData :: IO (BtCompoundShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#190 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_free :: BtCompoundShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#190 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_m_collisionShapeData_set :: (BtCompoundShapeDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_m_collisionShapeData_get :: BtCompoundShapeDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_m_childShapePtr_set :: (BtCompoundShapeDataClass bc, BtCompoundShapeChildDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_m_childShapePtr_get :: BtCompoundShapeDataClass bc => bc -> IO (BtCompoundShapeChildData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_m_numChildShapes_set :: BtCompoundShapeDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#196 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_m_numChildShapes_get :: BtCompoundShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.h?r=2223#196 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCompoundShape.cpp?r=2223 btCompoundShapeData_m_collisionMargin_set :: BtCompoundShapeDataClass bc => bc -> Float -> IO () btCompoundShapeData_m_collisionMargin_get :: BtCompoundShapeDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.cpp?r=2223 btConcaveShape_processAllTriangles :: (BtConcaveShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.cpp?r=2223 btConcaveShape_processAllTriangles' :: (BtConcaveShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.cpp?r=2223 btConcaveShape_setMargin :: BtConcaveShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.cpp?r=2223 btConcaveShape_getMargin :: BtConcaveShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConcaveShape.cpp?r=2223 btConcaveShape_m_collisionMargin_set :: BtConcaveShapeClass bc => bc -> Float -> IO () btConcaveShape_m_collisionMargin_get :: BtConcaveShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape :: Float -> Float -> IO (BtConeShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_free :: BtConeShapeClass bc => bc -> IO () btConeShape_calculateLocalInertia :: BtConeShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_calculateLocalInertia' :: BtConeShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_localGetSupportingVertex :: BtConeShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_localGetSupportingVertex' :: BtConeShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_getConeUpIndex :: BtConeShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_getName :: BtConeShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_getHeight :: BtConeShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_setConeUpIndex :: BtConeShapeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_setLocalScaling :: BtConeShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_setLocalScaling' :: BtConeShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_localGetSupportingVertexWithoutMargin :: BtConeShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_localGetSupportingVertexWithoutMargin' :: BtConeShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShape_getRadius :: BtConeShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShapeX :: Float -> Float -> IO (BtConeShapeX) btConeShapeX_free :: BtConeShapeXClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConeShape.cpp?r=2223 btConeShapeZ :: Float -> Float -> IO (BtConeShapeZ) btConeShapeZ_free :: BtConeShapeZClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_free :: BtConvexHullShapeClass bc => bc -> IO () btConvexHullShape_addPoint :: BtConvexHullShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_addPoint' :: BtConvexHullShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_localGetSupportingVertex :: BtConvexHullShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_localGetSupportingVertex' :: BtConvexHullShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_calculateSerializeBufferSize :: BtConvexHullShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getScaledPoint :: BtConvexHullShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getNumPlanes :: BtConvexHullShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getNumEdges :: BtConvexHullShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getName :: BtConvexHullShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getVertex :: BtConvexHullShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getVertex' :: BtConvexHullShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getEdge :: BtConvexHullShapeClass bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getEdge' :: BtConvexHullShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_localGetSupportingVertexWithoutMargin :: BtConvexHullShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_localGetSupportingVertexWithoutMargin' :: BtConvexHullShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_isInside :: BtConvexHullShapeClass bc => bc -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_isInside' :: BtConvexHullShapeClass bc => bc -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getPlane :: BtConvexHullShapeClass bc => bc -> Vec3 -> Vec3 -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getPlane' :: BtConvexHullShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_setLocalScaling :: BtConvexHullShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_setLocalScaling' :: BtConvexHullShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getNumVertices :: BtConvexHullShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_serialize :: (BtConvexHullShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_getNumPoints :: BtConvexHullShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShape_m_unscaledPoints_set :: (BtConvexHullShapeClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () btConvexHullShape_m_unscaledPoints_get :: BtConvexHullShapeClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData :: IO (BtConvexHullShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_free :: BtConvexHullShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_m_convexInternalShapeData_set :: (BtConvexHullShapeDataClass bc, BtConvexInternalShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_m_convexInternalShapeData_get :: BtConvexHullShapeDataClass bc => bc -> IO (BtConvexInternalShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_m_unscaledPointsFloatPtr_set :: (BtConvexHullShapeDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_m_unscaledPointsFloatPtr_get :: BtConvexHullShapeDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_m_unscaledPointsDoublePtr_set :: (BtConvexHullShapeDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_m_unscaledPointsDoublePtr_get :: BtConvexHullShapeDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp?r=2223 btConvexHullShapeData_m_numUnscaledPoints_set :: BtConvexHullShapeDataClass bc => bc -> Int -> IO () btConvexHullShapeData_m_numUnscaledPoints_get :: BtConvexHullShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_setCachedLocalAabb :: BtConvexInternalAabbCachingShapeClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_setCachedLocalAabb' :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#220 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_recalcLocalAabb :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_setLocalScaling :: BtConvexInternalAabbCachingShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_setLocalScaling' :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_getNonvirtualAabb :: BtConvexInternalAabbCachingShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> Float -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_getNonvirtualAabb' :: BtConvexInternalAabbCachingShapeClass bc => bc -> Float -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_getCachedLocalAabb :: BtConvexInternalAabbCachingShapeClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_getCachedLocalAabb' :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#218 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_getAabb :: BtConvexInternalAabbCachingShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#218 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_getAabb' :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_m_localAabbMin_set :: BtConvexInternalAabbCachingShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_m_localAabbMin_get :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_m_localAabbMax_set :: BtConvexInternalAabbCachingShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_m_localAabbMax_get :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalAabbCachingShape_m_isLocalAabbValid_set :: BtConvexInternalAabbCachingShapeClass bc => bc -> Bool -> IO () btConvexInternalAabbCachingShape_m_isLocalAabbValid_get :: BtConvexInternalAabbCachingShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_localGetSupportingVertex :: BtConvexInternalShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_localGetSupportingVertex' :: BtConvexInternalShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#160 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_calculateSerializeBufferSize :: BtConvexInternalShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getImplicitShapeDimensions :: BtConvexInternalShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_serialize :: (BtConvexInternalShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getLocalScalingNV :: BtConvexInternalShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getAabbSlow :: BtConvexInternalShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getAabbSlow' :: BtConvexInternalShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getLocalScaling :: BtConvexInternalShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getPreferredPenetrationDirection :: BtConvexInternalShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getPreferredPenetrationDirection' :: BtConvexInternalShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setLocalScaling :: BtConvexInternalShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setLocalScaling' :: BtConvexInternalShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getNumPreferredPenetrationDirections :: BtConvexInternalShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getAabb :: BtConvexInternalShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getAabb' :: BtConvexInternalShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setMargin :: BtConvexInternalShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getMarginNV :: BtConvexInternalShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_getMargin :: BtConvexInternalShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setSafeMargin :: BtConvexInternalShapeClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setSafeMargin0 :: BtConvexInternalShapeClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setSafeMargin1 :: BtConvexInternalShapeClass bc => bc -> Vec3 -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setSafeMargin1' :: BtConvexInternalShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setImplicitShapeDimensions :: BtConvexInternalShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_setImplicitShapeDimensions' :: BtConvexInternalShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_m_localScaling_set :: BtConvexInternalShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_m_localScaling_get :: BtConvexInternalShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_m_implicitShapeDimensions_set :: BtConvexInternalShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_m_implicitShapeDimensions_get :: BtConvexInternalShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_m_collisionMargin_set :: BtConvexInternalShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_m_collisionMargin_get :: BtConvexInternalShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShape_m_padding_set :: BtConvexInternalShapeClass bc => bc -> Float -> IO () btConvexInternalShape_m_padding_get :: BtConvexInternalShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData :: IO (BtConvexInternalShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_free :: BtConvexInternalShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_collisionMargin_set :: BtConvexInternalShapeDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_collisionMargin_get :: BtConvexInternalShapeDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_collisionShapeData_set :: (BtConvexInternalShapeDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_collisionShapeData_get :: BtConvexInternalShapeDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_implicitShapeDimensions_set :: (BtConvexInternalShapeDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_implicitShapeDimensions_get :: BtConvexInternalShapeDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_localScaling_set :: (BtConvexInternalShapeDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_localScaling_get :: BtConvexInternalShapeDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp?r=2223 btConvexInternalShapeData_m_padding_set :: BtConvexInternalShapeDataClass bc => bc -> Int -> IO () btConvexInternalShapeData_m_padding_get :: BtConvexInternalShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getAabbNonVirtual :: BtConvexShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getAabbNonVirtual' :: BtConvexShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportingVertex :: BtConvexShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportingVertex' :: BtConvexShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getMargin :: BtConvexShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportVertexWithoutMarginNonVirtual :: BtConvexShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportVertexWithoutMarginNonVirtual' :: BtConvexShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getLocalScaling :: BtConvexShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getPreferredPenetrationDirection :: BtConvexShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getPreferredPenetrationDirection' :: BtConvexShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_setLocalScaling :: BtConvexShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_setLocalScaling' :: BtConvexShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getAabbSlow :: BtConvexShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getAabbSlow' :: BtConvexShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getAabb :: BtConvexShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getAabb' :: BtConvexShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_setMargin :: BtConvexShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getNumPreferredPenetrationDirections :: BtConvexShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportVertexNonVirtual :: BtConvexShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportVertexNonVirtual' :: BtConvexShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportingVertexWithoutMargin :: BtConvexShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_localGetSupportingVertexWithoutMargin' :: BtConvexShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexShape.cpp?r=2223 btConvexShape_getMarginNonVirtual :: BtConvexShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape :: BtStridingMeshInterfaceClass p0 => p0 -> Bool -> IO (BtConvexTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_free :: BtConvexTriangleMeshShapeClass bc => bc -> IO () btConvexTriangleMeshShape_getNumPlanes :: BtConvexTriangleMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_localGetSupportingVertex :: BtConvexTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_localGetSupportingVertex' :: BtConvexTriangleMeshShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getNumEdges :: BtConvexTriangleMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getName :: BtConvexTriangleMeshShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getVertex :: BtConvexTriangleMeshShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getVertex' :: BtConvexTriangleMeshShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getEdge :: BtConvexTriangleMeshShapeClass bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getEdge' :: BtConvexTriangleMeshShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getLocalScaling :: BtConvexTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_isInside :: BtConvexTriangleMeshShapeClass bc => bc -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_isInside' :: BtConvexTriangleMeshShapeClass bc => bc -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getPlane :: BtConvexTriangleMeshShapeClass bc => bc -> Vec3 -> Vec3 -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getPlane' :: BtConvexTriangleMeshShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_setLocalScaling :: BtConvexTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_setLocalScaling' :: BtConvexTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getMeshInterface :: BtConvexTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getMeshInterface0 :: BtConvexTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getMeshInterface1 :: BtConvexTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_getNumVertices :: BtConvexTriangleMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_localGetSupportingVertexWithoutMargin :: BtConvexTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_localGetSupportingVertexWithoutMargin' :: BtConvexTriangleMeshShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp?r=2223 btConvexTriangleMeshShape_m_stridingMesh_set :: (BtConvexTriangleMeshShapeClass bc, BtStridingMeshInterfaceClass a) => bc -> a -> IO () btConvexTriangleMeshShape_m_stridingMesh_get :: BtConvexTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape :: Vec3 -> IO (BtCylinderShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_free :: BtCylinderShapeClass bc => bc -> IO () btCylinderShape_calculateLocalInertia :: BtCylinderShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_calculateLocalInertia' :: BtCylinderShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_localGetSupportingVertex :: BtCylinderShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_localGetSupportingVertex' :: BtCylinderShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_calculateSerializeBufferSize :: BtCylinderShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_setLocalScaling :: BtCylinderShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_setLocalScaling' :: BtCylinderShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_getUpAxis :: BtCylinderShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_getName :: BtCylinderShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_serialize :: (BtCylinderShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_getHalfExtentsWithoutMargin :: BtCylinderShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_getAabb :: BtCylinderShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_getAabb' :: BtCylinderShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_setMargin :: BtCylinderShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_getHalfExtentsWithMargin :: BtCylinderShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_localGetSupportingVertexWithoutMargin :: BtCylinderShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_localGetSupportingVertexWithoutMargin' :: BtCylinderShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_getRadius :: BtCylinderShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShape_m_upAxis_set :: BtCylinderShapeClass bc => bc -> Int -> IO () btCylinderShape_m_upAxis_get :: BtCylinderShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#172 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeData :: IO (BtCylinderShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeData_free :: BtCylinderShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeData_m_convexInternalShapeData_set :: (BtCylinderShapeDataClass bc, BtConvexInternalShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeData_m_convexInternalShapeData_get :: BtCylinderShapeDataClass bc => bc -> IO (BtConvexInternalShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeData_m_upAxis_set :: BtCylinderShapeDataClass bc => bc -> Int -> IO () btCylinderShapeData_m_upAxis_get :: BtCylinderShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeX :: Vec3 -> IO (BtCylinderShapeX) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeX_free :: BtCylinderShapeXClass bc => bc -> IO () btCylinderShapeX_getName :: BtCylinderShapeXClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeX_localGetSupportingVertexWithoutMargin :: BtCylinderShapeXClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeX_localGetSupportingVertexWithoutMargin' :: BtCylinderShapeXClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeX_getRadius :: BtCylinderShapeXClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeZ :: Vec3 -> IO (BtCylinderShapeZ) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#158 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeZ_free :: BtCylinderShapeZClass bc => bc -> IO () btCylinderShapeZ_getName :: BtCylinderShapeZClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeZ_localGetSupportingVertexWithoutMargin :: BtCylinderShapeZClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeZ_localGetSupportingVertexWithoutMargin' :: BtCylinderShapeZClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btCylinderShape.cpp?r=2223 btCylinderShapeZ_getRadius :: BtCylinderShapeZClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape :: IO (BtEmptyShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_free :: BtEmptyShapeClass bc => bc -> IO () btEmptyShape_calculateLocalInertia :: BtEmptyShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_calculateLocalInertia' :: BtEmptyShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_getName :: BtEmptyShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_getLocalScaling :: BtEmptyShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_setLocalScaling :: BtEmptyShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_setLocalScaling' :: BtEmptyShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_getAabb :: BtEmptyShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_getAabb' :: BtEmptyShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_processAllTriangles :: (BtEmptyShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_processAllTriangles' :: (BtEmptyShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btEmptyShape.cpp?r=2223 btEmptyShape_m_localScaling_set :: BtEmptyShapeClass bc => bc -> Vec3 -> IO () btEmptyShape_m_localScaling_get :: BtEmptyShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh :: IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_free :: BtIndexedMeshClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_m_numTriangles_set :: BtIndexedMeshClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_m_numTriangles_get :: BtIndexedMeshClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_m_numVertices_set :: BtIndexedMeshClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_m_numVertices_get :: BtIndexedMeshClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_m_triangleIndexStride_set :: BtIndexedMeshClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_m_triangleIndexStride_get :: BtIndexedMeshClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btIndexedMesh_m_vertexStride_set :: BtIndexedMeshClass bc => bc -> Int -> IO () btIndexedMesh_m_vertexStride_get :: BtIndexedMeshClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btIntIndexData :: IO (BtIntIndexData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btIntIndexData_free :: BtIntIndexDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btIntIndexData_m_value_set :: BtIntIndexDataClass bc => bc -> Int -> IO () btIntIndexData_m_value_get :: BtIntIndexDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData :: IO (BtMeshPartData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_free :: BtMeshPartDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_vertices3f_set :: (BtMeshPartDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_vertices3f_get :: BtMeshPartDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_vertices3d_set :: (BtMeshPartDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_vertices3d_get :: BtMeshPartDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_indices32_set :: (BtMeshPartDataClass bc, BtIntIndexDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_indices32_get :: BtMeshPartDataClass bc => bc -> IO (BtIntIndexData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_3indices16_set :: (BtMeshPartDataClass bc, BtShortIntIndexTripletDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_3indices16_get :: BtMeshPartDataClass bc => bc -> IO (BtShortIntIndexTripletData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_3indices8_set :: (BtMeshPartDataClass bc, BtCharIndexTripletDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_3indices8_get :: BtMeshPartDataClass bc => bc -> IO (BtCharIndexTripletData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_indices16_set :: (BtMeshPartDataClass bc, BtShortIntIndexDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_indices16_get :: BtMeshPartDataClass bc => bc -> IO (BtShortIntIndexData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_numTriangles_set :: BtMeshPartDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_numTriangles_get :: BtMeshPartDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btMeshPartData_m_numVertices_set :: BtMeshPartDataClass bc => bc -> Int -> IO () btMeshPartData_m_numVertices_get :: BtMeshPartDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_free :: BtMultiSphereShapeClass bc => bc -> IO () btMultiSphereShape_calculateLocalInertia :: BtMultiSphereShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_calculateLocalInertia' :: BtMultiSphereShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_calculateSerializeBufferSize :: BtMultiSphereShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_getSphereCount :: BtMultiSphereShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_getName :: BtMultiSphereShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_serialize :: (BtMultiSphereShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_getSpherePosition :: BtMultiSphereShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_getSphereRadius :: BtMultiSphereShapeClass bc => bc -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_localGetSupportingVertexWithoutMargin :: BtMultiSphereShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_localGetSupportingVertexWithoutMargin' :: BtMultiSphereShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_m_localPositionArray_set :: (BtMultiSphereShapeClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_m_localPositionArray_get :: BtMultiSphereShapeClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShape_m_radiArray_set :: (BtMultiSphereShapeClass bc, BtAlignedObjectArray_float_Class a) => bc -> a -> IO () btMultiSphereShape_m_radiArray_get :: BtMultiSphereShapeClass bc => bc -> IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShapeData :: IO (BtMultiSphereShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShapeData_free :: BtMultiSphereShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShapeData_m_convexInternalShapeData_set :: (BtMultiSphereShapeDataClass bc, BtConvexInternalShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShapeData_m_convexInternalShapeData_get :: BtMultiSphereShapeDataClass bc => bc -> IO (BtConvexInternalShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShapeData_m_localPositionArrayPtr_set :: (BtMultiSphereShapeDataClass bc, BtPositionAndRadiusClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShapeData_m_localPositionArrayPtr_get :: BtMultiSphereShapeDataClass bc => bc -> IO (BtPositionAndRadius) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btMultiSphereShapeData_m_localPositionArraySize_set :: BtMultiSphereShapeDataClass bc => bc -> Int -> IO () btMultiSphereShapeData_m_localPositionArraySize_get :: BtMultiSphereShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh :: IO (BtOptimizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_free :: BtOptimizedBvhClass bc => bc -> IO () btOptimizedBvh_updateBvhNodes :: (BtOptimizedBvhClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> Int -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_serializeInPlace :: BtOptimizedBvhClass bc => bc -> VoidPtr -> Word32 -> Bool -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_refit :: (BtOptimizedBvhClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_refit' :: (BtOptimizedBvhClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_build :: (BtOptimizedBvhClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> Bool -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_build' :: (BtOptimizedBvhClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> Bool -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_refitPartial :: (BtOptimizedBvhClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_refitPartial' :: (BtOptimizedBvhClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp?r=2223 btOptimizedBvh_deSerializeInPlace :: VoidPtr -> Word32 -> Bool -> IO (BtOptimizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_setCachedLocalAabb :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_setCachedLocalAabb' :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_recalcLocalAabb :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_setLocalScaling :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_setLocalScaling' :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_getNonvirtualAabb :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> Float -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_getNonvirtualAabb' :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Float -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_getCachedLocalAabb :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_getCachedLocalAabb' :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_getAabb :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_getAabb' :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_m_localAabbMin_set :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_m_localAabbMin_get :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_m_localAabbMax_set :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_m_localAabbMax_get :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexAabbCachingShape_m_isLocalAabbValid_set :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> Bool -> IO () btPolyhedralConvexAabbCachingShape_m_isLocalAabbValid_get :: BtPolyhedralConvexAabbCachingShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_calculateLocalInertia :: BtPolyhedralConvexShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_calculateLocalInertia' :: BtPolyhedralConvexShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getNumPlanes :: BtPolyhedralConvexShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getNumEdges :: BtPolyhedralConvexShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getVertex :: BtPolyhedralConvexShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getVertex' :: BtPolyhedralConvexShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getEdge :: BtPolyhedralConvexShapeClass bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getEdge' :: BtPolyhedralConvexShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_isInside :: BtPolyhedralConvexShapeClass bc => bc -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_isInside' :: BtPolyhedralConvexShapeClass bc => bc -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getPlane :: BtPolyhedralConvexShapeClass bc => bc -> Vec3 -> Vec3 -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getPlane' :: BtPolyhedralConvexShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_initializePolyhedralFeatures :: BtPolyhedralConvexShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_getNumVertices :: BtPolyhedralConvexShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_localGetSupportingVertexWithoutMargin :: BtPolyhedralConvexShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp?r=2223 btPolyhedralConvexShape_localGetSupportingVertexWithoutMargin' :: BtPolyhedralConvexShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btPositionAndRadius :: IO (BtPositionAndRadius) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btPositionAndRadius_free :: BtPositionAndRadiusClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btPositionAndRadius_m_pos_set :: (BtPositionAndRadiusClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btPositionAndRadius_m_pos_get :: BtPositionAndRadiusClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp?r=2223 btPositionAndRadius_m_radius_set :: BtPositionAndRadiusClass bc => bc -> Float -> IO () btPositionAndRadius_m_radius_get :: BtPositionAndRadiusClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape :: BtBvhTriangleMeshShapeClass p0 => p0 -> Vec3 -> IO (BtScaledBvhTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_free :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO () btScaledBvhTriangleMeshShape_calculateLocalInertia :: BtScaledBvhTriangleMeshShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_calculateLocalInertia' :: BtScaledBvhTriangleMeshShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_getChildShape :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (BtBvhTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_getChildShape0 :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (BtBvhTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_getChildShape1 :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (BtBvhTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_calculateSerializeBufferSize :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_getName :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_serialize :: (BtScaledBvhTriangleMeshShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_getLocalScaling :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_setLocalScaling :: BtScaledBvhTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_setLocalScaling' :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_getAabb :: BtScaledBvhTriangleMeshShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_getAabb' :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_processAllTriangles :: (BtScaledBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_processAllTriangles' :: (BtScaledBvhTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_m_localScaling_set :: BtScaledBvhTriangleMeshShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_m_localScaling_get :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledBvhTriangleMeshShape_m_bvhTriMeshShape_set :: (BtScaledBvhTriangleMeshShapeClass bc, BtBvhTriangleMeshShapeClass a) => bc -> a -> IO () btScaledBvhTriangleMeshShape_m_bvhTriMeshShape_get :: BtScaledBvhTriangleMeshShapeClass bc => bc -> IO (BtBvhTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledTriangleMeshShapeData :: IO (BtScaledTriangleMeshShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledTriangleMeshShapeData_free :: BtScaledTriangleMeshShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledTriangleMeshShapeData_m_trimeshShapeData_set :: (BtScaledTriangleMeshShapeDataClass bc, BtTriangleMeshShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledTriangleMeshShapeData_m_trimeshShapeData_get :: BtScaledTriangleMeshShapeDataClass bc => bc -> IO (BtTriangleMeshShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp?r=2223 btScaledTriangleMeshShapeData_m_localScaling_set :: (BtScaledTriangleMeshShapeDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () btScaledTriangleMeshShapeData_m_localScaling_get :: BtScaledTriangleMeshShapeDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btShortIntIndexData :: IO (BtShortIntIndexData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btShortIntIndexData_free :: BtShortIntIndexDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btShortIntIndexData_m_value_set :: BtShortIntIndexDataClass bc => bc -> Int -> IO () btShortIntIndexData_m_value_get :: BtShortIntIndexDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btShortIntIndexTripletData :: IO (BtShortIntIndexTripletData) btShortIntIndexTripletData_free :: BtShortIntIndexTripletDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape :: Float -> IO (BtSphereShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_free :: BtSphereShapeClass bc => bc -> IO () btSphereShape_calculateLocalInertia :: BtSphereShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_calculateLocalInertia' :: BtSphereShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_localGetSupportingVertex :: BtSphereShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_localGetSupportingVertex' :: BtSphereShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_getName :: BtSphereShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_getMargin :: BtSphereShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_setMargin :: BtSphereShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_getAabb :: BtSphereShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_getAabb' :: BtSphereShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_setUnscaledRadius :: BtSphereShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_localGetSupportingVertexWithoutMargin :: BtSphereShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_localGetSupportingVertexWithoutMargin' :: BtSphereShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btSphereShape.cpp?r=2223 btSphereShape_getRadius :: BtSphereShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape :: Vec3 -> Float -> IO (BtStaticPlaneShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_free :: BtStaticPlaneShapeClass bc => bc -> IO () btStaticPlaneShape_calculateLocalInertia :: BtStaticPlaneShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_calculateLocalInertia' :: BtStaticPlaneShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_calculateSerializeBufferSize :: BtStaticPlaneShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_getName :: BtStaticPlaneShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_serialize :: (BtStaticPlaneShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_getLocalScaling :: BtStaticPlaneShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_getPlaneNormal :: BtStaticPlaneShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_getPlaneConstant :: BtStaticPlaneShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_setLocalScaling :: BtStaticPlaneShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_setLocalScaling' :: BtStaticPlaneShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_getAabb :: BtStaticPlaneShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_getAabb' :: BtStaticPlaneShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_processAllTriangles :: (BtStaticPlaneShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_processAllTriangles' :: (BtStaticPlaneShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_localAabbMin_set :: BtStaticPlaneShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_localAabbMin_get :: BtStaticPlaneShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_localAabbMax_set :: BtStaticPlaneShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_localAabbMax_get :: BtStaticPlaneShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_planeNormal_set :: BtStaticPlaneShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_planeNormal_get :: BtStaticPlaneShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_planeConstant_set :: BtStaticPlaneShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_planeConstant_get :: BtStaticPlaneShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShape_m_localScaling_set :: BtStaticPlaneShapeClass bc => bc -> Vec3 -> IO () btStaticPlaneShape_m_localScaling_get :: BtStaticPlaneShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData :: IO (BtStaticPlaneShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_free :: BtStaticPlaneShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_m_collisionShapeData_set :: (BtStaticPlaneShapeDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_m_collisionShapeData_get :: BtStaticPlaneShapeDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_m_localScaling_set :: (BtStaticPlaneShapeDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_m_localScaling_get :: BtStaticPlaneShapeDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_m_planeNormal_set :: (BtStaticPlaneShapeDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_m_planeNormal_get :: BtStaticPlaneShapeDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp?r=2223 btStaticPlaneShapeData_m_planeConstant_set :: BtStaticPlaneShapeDataClass bc => bc -> Float -> IO () btStaticPlaneShapeData_m_planeConstant_get :: BtStaticPlaneShapeDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_calculateSerializeBufferSize :: BtStridingMeshInterfaceClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_calculateAabbBruteForce :: BtStridingMeshInterfaceClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_calculateAabbBruteForce' :: BtStridingMeshInterfaceClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_serialize :: (BtStridingMeshInterfaceClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_preallocateVertices :: BtStridingMeshInterfaceClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_unLockVertexBase :: BtStridingMeshInterfaceClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_getScaling :: BtStridingMeshInterfaceClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_preallocateIndices :: BtStridingMeshInterfaceClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_setPremadeAabb :: BtStridingMeshInterfaceClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_setPremadeAabb' :: BtStridingMeshInterfaceClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_InternalProcessAllTriangles :: (BtStridingMeshInterfaceClass bc, BtInternalTriangleIndexCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_InternalProcessAllTriangles' :: (BtStridingMeshInterfaceClass bc, BtInternalTriangleIndexCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_getNumSubParts :: BtStridingMeshInterfaceClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_hasPremadeAabb :: BtStridingMeshInterfaceClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_setScaling :: BtStridingMeshInterfaceClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_setScaling' :: BtStridingMeshInterfaceClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_unLockReadOnlyVertexBase :: BtStridingMeshInterfaceClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterface_m_scaling_set :: BtStridingMeshInterfaceClass bc => bc -> Vec3 -> IO () btStridingMeshInterface_m_scaling_get :: BtStridingMeshInterfaceClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterfaceData :: IO (BtStridingMeshInterfaceData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterfaceData_free :: BtStridingMeshInterfaceDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterfaceData_m_meshPartsPtr_set :: (BtStridingMeshInterfaceDataClass bc, BtMeshPartDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterfaceData_m_meshPartsPtr_get :: BtStridingMeshInterfaceDataClass bc => bc -> IO (BtMeshPartData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterfaceData_m_scaling_set :: (BtStridingMeshInterfaceDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterfaceData_m_scaling_get :: BtStridingMeshInterfaceDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp?r=2223 btStridingMeshInterfaceData_m_numMeshParts_set :: BtStridingMeshInterfaceDataClass bc => bc -> Int -> IO () btStridingMeshInterfaceData_m_numMeshParts_get :: BtStridingMeshInterfaceDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray0 :: IO (BtTriangleIndexVertexArray) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_free :: BtTriangleIndexVertexArrayClass bc => bc -> IO () btTriangleIndexVertexArray_preallocateIndices :: BtTriangleIndexVertexArrayClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_preallocateVertices :: BtTriangleIndexVertexArrayClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_getIndexedMeshArray :: BtTriangleIndexVertexArrayClass bc => bc -> IO (BtAlignedObjectArray_btIndexedMesh_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_getIndexedMeshArray0 :: BtTriangleIndexVertexArrayClass bc => bc -> IO (BtAlignedObjectArray_btIndexedMesh_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_getIndexedMeshArray1 :: BtTriangleIndexVertexArrayClass bc => bc -> IO (BtAlignedObjectArray_btIndexedMesh_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#125 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_setPremadeAabb :: BtTriangleIndexVertexArrayClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#125 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_setPremadeAabb' :: BtTriangleIndexVertexArrayClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_getNumSubParts :: BtTriangleIndexVertexArrayClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_hasPremadeAabb :: BtTriangleIndexVertexArrayClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_unLockVertexBase :: BtTriangleIndexVertexArrayClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_unLockReadOnlyVertexBase :: BtTriangleIndexVertexArrayClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_m_indexedMeshes_set :: (BtTriangleIndexVertexArrayClass bc, BtAlignedObjectArray_btIndexedMesh_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_m_indexedMeshes_get :: BtTriangleIndexVertexArrayClass bc => bc -> IO (BtAlignedObjectArray_btIndexedMesh_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_m_hasAabb_set :: BtTriangleIndexVertexArrayClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_m_hasAabb_get :: BtTriangleIndexVertexArrayClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_m_aabbMin_set :: BtTriangleIndexVertexArrayClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_m_aabbMin_get :: BtTriangleIndexVertexArrayClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp?r=2223 btTriangleIndexVertexArray_m_aabbMax_set :: BtTriangleIndexVertexArrayClass bc => bc -> Vec3 -> IO () btTriangleIndexVertexArray_m_aabbMax_get :: BtTriangleIndexVertexArrayClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo :: IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_free :: BtTriangleInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_m_edgeV0V1Angle_set :: BtTriangleInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_m_edgeV0V1Angle_get :: BtTriangleInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_m_edgeV1V2Angle_set :: BtTriangleInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_m_edgeV1V2Angle_get :: BtTriangleInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_m_edgeV2V0Angle_set :: BtTriangleInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_m_edgeV2V0Angle_get :: BtTriangleInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfo_m_flags_set :: BtTriangleInfoClass bc => bc -> Int -> IO () btTriangleInfo_m_flags_get :: BtTriangleInfoClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData :: IO (BtTriangleInfoData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_free :: BtTriangleInfoDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_m_flags_set :: BtTriangleInfoDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_m_flags_get :: BtTriangleInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_m_edgeV0V1Angle_set :: BtTriangleInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_m_edgeV0V1Angle_get :: BtTriangleInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_m_edgeV1V2Angle_set :: BtTriangleInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_m_edgeV1V2Angle_get :: BtTriangleInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoData_m_edgeV2V0Angle_set :: BtTriangleInfoDataClass bc => bc -> Float -> IO () btTriangleInfoData_m_edgeV2V0Angle_get :: BtTriangleInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap :: IO (BtTriangleInfoMap) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_free :: BtTriangleInfoMapClass bc => bc -> IO () btTriangleInfoMap_serialize :: (BtTriangleInfoMapClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_calculateSerializeBufferSize :: BtTriangleInfoMapClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_deSerialize :: (BtTriangleInfoMapClass bc, BtTriangleInfoMapDataClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_convexEpsilon_set :: BtTriangleInfoMapClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_convexEpsilon_get :: BtTriangleInfoMapClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_edgeDistanceThreshold_set :: BtTriangleInfoMapClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_edgeDistanceThreshold_get :: BtTriangleInfoMapClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_equalVertexThreshold_set :: BtTriangleInfoMapClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_equalVertexThreshold_get :: BtTriangleInfoMapClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_maxEdgeAngleThreshold_set :: BtTriangleInfoMapClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_maxEdgeAngleThreshold_get :: BtTriangleInfoMapClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_planarEpsilon_set :: BtTriangleInfoMapClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_planarEpsilon_get :: BtTriangleInfoMapClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMap_m_zeroAreaThreshold_set :: BtTriangleInfoMapClass bc => bc -> Float -> IO () btTriangleInfoMap_m_zeroAreaThreshold_get :: BtTriangleInfoMapClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData :: IO (BtTriangleInfoMapData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_free :: BtTriangleInfoMapDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_convexEpsilon_set :: BtTriangleInfoMapDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_convexEpsilon_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_edgeDistanceThreshold_set :: BtTriangleInfoMapDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_edgeDistanceThreshold_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_equalVertexThreshold_set :: BtTriangleInfoMapDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_equalVertexThreshold_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_hashTableSize_set :: BtTriangleInfoMapDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_hashTableSize_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_nextSize_set :: BtTriangleInfoMapDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_nextSize_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_numKeys_set :: BtTriangleInfoMapDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_numKeys_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_numValues_set :: BtTriangleInfoMapDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_numValues_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_planarEpsilon_set :: BtTriangleInfoMapDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_planarEpsilon_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_valueArrayPtr_set :: (BtTriangleInfoMapDataClass bc, BtTriangleInfoDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_valueArrayPtr_get :: BtTriangleInfoMapDataClass bc => bc -> IO (BtTriangleInfoData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleInfoMap.cpp?r=2223 btTriangleInfoMapData_m_zeroAreaThreshold_set :: BtTriangleInfoMapDataClass bc => bc -> Float -> IO () btTriangleInfoMapData_m_zeroAreaThreshold_get :: BtTriangleInfoMapDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh :: Bool -> Bool -> IO (BtTriangleMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_free :: BtTriangleMeshClass bc => bc -> IO () btTriangleMesh_preallocateIndices :: BtTriangleMeshClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_getNumTriangles :: BtTriangleMeshClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_getUse32bitIndices :: BtTriangleMeshClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_addIndex :: BtTriangleMeshClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_preallocateVertices :: BtTriangleMeshClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_findOrAddVertex :: BtTriangleMeshClass bc => bc -> Vec3 -> Bool -> IO (Int, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_findOrAddVertex' :: BtTriangleMeshClass bc => bc -> Bool -> IO (Int, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_getUse4componentVertices :: BtTriangleMeshClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_addTriangle :: BtTriangleMeshClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Bool -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_addTriangle' :: BtTriangleMeshClass bc => bc -> Bool -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_4componentVertices_set :: (BtTriangleMeshClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_4componentVertices_get :: BtTriangleMeshClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_3componentVertices_set :: (BtTriangleMeshClass bc, BtAlignedObjectArray_float_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_3componentVertices_get :: BtTriangleMeshClass bc => bc -> IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_32bitIndices_set :: (BtTriangleMeshClass bc, BtAlignedObjectArray_unsignedint_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_32bitIndices_get :: BtTriangleMeshClass bc => bc -> IO (BtAlignedObjectArray_unsignedint_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_16bitIndices_set :: (BtTriangleMeshClass bc, BtAlignedObjectArray_unsignedshort_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_16bitIndices_get :: BtTriangleMeshClass bc => bc -> IO (BtAlignedObjectArray_unsignedshort_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_use32bitIndices_set :: BtTriangleMeshClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_use32bitIndices_get :: BtTriangleMeshClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_use4componentVertices_set :: BtTriangleMeshClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_use4componentVertices_get :: BtTriangleMeshClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp?r=2223 btTriangleMesh_m_weldingThreshold_set :: BtTriangleMeshClass bc => bc -> Float -> IO () btTriangleMesh_m_weldingThreshold_get :: BtTriangleMeshClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape :: BtStridingMeshInterfaceClass p0 => p0 -> IO (BtTriangleMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_free :: BtTriangleMeshShapeClass bc => bc -> IO () btTriangleMeshShape_calculateLocalInertia :: BtTriangleMeshShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_calculateLocalInertia' :: BtTriangleMeshShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getLocalAabbMax :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_localGetSupportingVertex :: BtTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_localGetSupportingVertex' :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getName :: BtTriangleMeshShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getLocalScaling :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_recalcLocalAabb :: BtTriangleMeshShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_setLocalScaling :: BtTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_setLocalScaling' :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getMeshInterface :: BtTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getMeshInterface0 :: BtTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getMeshInterface1 :: BtTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getAabb :: BtTriangleMeshShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getAabb' :: BtTriangleMeshShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_processAllTriangles :: (BtTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_processAllTriangles' :: (BtTriangleMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_localGetSupportingVertexWithoutMargin :: BtTriangleMeshShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_localGetSupportingVertexWithoutMargin' :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_getLocalAabbMin :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_m_localAabbMin_set :: BtTriangleMeshShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_m_localAabbMin_get :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_m_localAabbMax_set :: BtTriangleMeshShapeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_m_localAabbMax_get :: BtTriangleMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp?r=2223 btTriangleMeshShape_m_meshInterface_set :: (BtTriangleMeshShapeClass bc, BtStridingMeshInterfaceClass a) => bc -> a -> IO () btTriangleMeshShape_m_meshInterface_get :: BtTriangleMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData :: IO (BtTriangleMeshShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#125 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_free :: BtTriangleMeshShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#125 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_collisionMargin_set :: BtTriangleMeshShapeDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_collisionMargin_get :: BtTriangleMeshShapeDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_collisionShapeData_set :: (BtTriangleMeshShapeDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_collisionShapeData_get :: BtTriangleMeshShapeDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_meshInterface_set :: (BtTriangleMeshShapeDataClass bc, BtStridingMeshInterfaceDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_meshInterface_get :: BtTriangleMeshShapeDataClass bc => bc -> IO (BtStridingMeshInterfaceData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_quantizedDoubleBvh_set :: (BtTriangleMeshShapeDataClass bc, BtQuantizedBvhDoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_quantizedDoubleBvh_get :: BtTriangleMeshShapeDataClass bc => bc -> IO (BtQuantizedBvhDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_quantizedFloatBvh_set :: (BtTriangleMeshShapeDataClass bc, BtQuantizedBvhFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_quantizedFloatBvh_get :: BtTriangleMeshShapeDataClass bc => bc -> IO (BtQuantizedBvhFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp?r=2223 btTriangleMeshShapeData_m_triangleInfoMap_set :: (BtTriangleMeshShapeDataClass bc, BtTriangleInfoMapDataClass a) => bc -> a -> IO () btTriangleMeshShapeData_m_triangleInfoMap_get :: BtTriangleMeshShapeDataClass bc => bc -> IO (BtTriangleInfoMapData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape0 :: IO (BtTriangleShape) btTriangleShape1 :: Vec3 -> Vec3 -> Vec3 -> IO (BtTriangleShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_free :: BtTriangleShapeClass bc => bc -> IO () btTriangleShape_getVertexPtr :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getVertexPtr0 :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getVertexPtr1 :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getNumPlanes :: BtTriangleShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getPreferredPenetrationDirection :: BtTriangleShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getPreferredPenetrationDirection' :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getNumEdges :: BtTriangleShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#161 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getName :: BtTriangleShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getNumVertices :: BtTriangleShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getEdge :: BtTriangleShapeClass bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getEdge' :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_isInside :: BtTriangleShapeClass bc => bc -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_isInside' :: BtTriangleShapeClass bc => bc -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getPlane :: BtTriangleShapeClass bc => bc -> Vec3 -> Vec3 -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getPlane' :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getNumPreferredPenetrationDirections :: BtTriangleShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getAabb :: BtTriangleShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getAabb' :: BtTriangleShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getVertex :: BtTriangleShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getVertex' :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_calcNormal :: BtTriangleShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_calcNormal' :: BtTriangleShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_calculateLocalInertia :: BtTriangleShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_calculateLocalInertia' :: BtTriangleShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getPlaneEquation :: BtTriangleShapeClass bc => bc -> Int -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_getPlaneEquation' :: BtTriangleShapeClass bc => bc -> Int -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_localGetSupportingVertexWithoutMargin :: BtTriangleShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btTriangleShape.cpp?r=2223 btTriangleShape_localGetSupportingVertexWithoutMargin' :: BtTriangleShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape :: BtConvexShapeClass p0 => p0 -> Float -> IO (BtUniformScalingShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_free :: BtUniformScalingShapeClass bc => bc -> IO () btUniformScalingShape_calculateLocalInertia :: BtUniformScalingShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_calculateLocalInertia' :: BtUniformScalingShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getUniformScalingFactor :: BtUniformScalingShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_localGetSupportingVertex :: BtUniformScalingShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_localGetSupportingVertex' :: BtUniformScalingShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getName :: BtUniformScalingShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getAabbSlow :: BtUniformScalingShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getAabbSlow' :: BtUniformScalingShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getLocalScaling :: BtUniformScalingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getChildShape :: BtUniformScalingShapeClass bc => bc -> IO (BtConvexShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getChildShape0 :: BtUniformScalingShapeClass bc => bc -> IO (BtConvexShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getChildShape1 :: BtUniformScalingShapeClass bc => bc -> IO (BtConvexShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getPreferredPenetrationDirection :: BtUniformScalingShapeClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getPreferredPenetrationDirection' :: BtUniformScalingShapeClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_setLocalScaling :: BtUniformScalingShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_setLocalScaling' :: BtUniformScalingShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getNumPreferredPenetrationDirections :: BtUniformScalingShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getAabb :: BtUniformScalingShapeClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getAabb' :: BtUniformScalingShapeClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_setMargin :: BtUniformScalingShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_getMargin :: BtUniformScalingShapeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_localGetSupportingVertexWithoutMargin :: BtUniformScalingShapeClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_localGetSupportingVertexWithoutMargin' :: BtUniformScalingShapeClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_m_childConvexShape_set :: (BtUniformScalingShapeClass bc, BtConvexShapeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_m_childConvexShape_get :: BtUniformScalingShapeClass bc => bc -> IO (BtConvexShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp?r=2223 btUniformScalingShape_m_uniformScalingFactor_set :: BtUniformScalingShapeClass bc => bc -> Float -> IO () btUniformScalingShape_m_uniformScalingFactor_get :: BtUniformScalingShapeClass bc => bc -> IO (Float) btBU_Simplex1to40'_ :: IO (Ptr ()) btBU_Simplex1to41'_ :: (Ptr CFloat) -> (IO (Ptr ())) btBU_Simplex1to42'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))) btBU_Simplex1to43'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ())))) btBU_Simplex1to44'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))))) btBU_Simplex1to4_free'_ :: (Ptr ()) -> (IO ()) btBU_Simplex1to4_reset'_ :: (Ptr ()) -> (IO ()) btBU_Simplex1to4_getNumPlanes'_ :: (Ptr ()) -> (IO CInt) btBU_Simplex1to4_getIndex'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btBU_Simplex1to4_getNumEdges'_ :: (Ptr ()) -> (IO CInt) btBU_Simplex1to4_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btBU_Simplex1to4_getVertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btBU_Simplex1to4_getVertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btBU_Simplex1to4_getEdge'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBU_Simplex1to4_getEdge''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBU_Simplex1to4_addVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBU_Simplex1to4_addVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBU_Simplex1to4_isInside'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btBU_Simplex1to4_isInside''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btBU_Simplex1to4_getPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btBU_Simplex1to4_getPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btBU_Simplex1to4_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBU_Simplex1to4_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBU_Simplex1to4_getNumVertices'_ :: (Ptr ()) -> (IO CInt) btBU_Simplex1to4_m_numVertices_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBU_Simplex1to4_m_numVertices_get'_ :: (Ptr ()) -> (IO CInt) btBoxShape'_ :: (Ptr CFloat) -> (IO (Ptr ())) btBoxShape_free'_ :: (Ptr ()) -> (IO ()) btBoxShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btBoxShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btBoxShape_getNumPlanes'_ :: (Ptr ()) -> (IO CInt) btBoxShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBoxShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBoxShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBoxShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBoxShape_getPlaneEquation'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO ()))) btBoxShape_getPlaneEquation''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO ()))) btBoxShape_getPreferredPenetrationDirection'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btBoxShape_getPreferredPenetrationDirection''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btBoxShape_getNumEdges'_ :: (Ptr ()) -> (IO CInt) btBoxShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btBoxShape_getVertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btBoxShape_getVertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btBoxShape_getEdge'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBoxShape_getEdge''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBoxShape_isInside'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btBoxShape_isInside''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btBoxShape_getPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btBoxShape_getPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btBoxShape_getHalfExtentsWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBoxShape_getNumPreferredPenetrationDirections'_ :: (Ptr ()) -> (IO CInt) btBoxShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBoxShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBoxShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btBoxShape_getNumVertices'_ :: (Ptr ()) -> (IO CInt) btBoxShape_getHalfExtentsWithMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBoxShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBoxShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBvhTriangleMeshShape0'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO (Ptr ())))) btBvhTriangleMeshShape1'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))))) btBvhTriangleMeshShape_free'_ :: (Ptr ()) -> (IO ()) btBvhTriangleMeshShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btBvhTriangleMeshShape_buildOptimizedBvh'_ :: (Ptr ()) -> (IO ()) btBvhTriangleMeshShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBvhTriangleMeshShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBvhTriangleMeshShape_performRaycast'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBvhTriangleMeshShape_performRaycast''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBvhTriangleMeshShape_setTriangleInfoMap'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhTriangleMeshShape_usesQuantizedAabbCompression'_ :: (Ptr ()) -> (IO CInt) btBvhTriangleMeshShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btBvhTriangleMeshShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btBvhTriangleMeshShape_getTriangleInfoMap'_ :: (Ptr ()) -> (IO (Ptr ())) btBvhTriangleMeshShape_getTriangleInfoMap0'_ :: (Ptr ()) -> (IO (Ptr ())) btBvhTriangleMeshShape_getTriangleInfoMap1'_ :: (Ptr ()) -> (IO (Ptr ())) btBvhTriangleMeshShape_serializeSingleTriangleInfoMap'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhTriangleMeshShape_getOwnsBvh'_ :: (Ptr ()) -> (IO CInt) btBvhTriangleMeshShape_partialRefitTree'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBvhTriangleMeshShape_partialRefitTree''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBvhTriangleMeshShape_getOptimizedBvh'_ :: (Ptr ()) -> (IO (Ptr ())) btBvhTriangleMeshShape_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBvhTriangleMeshShape_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btBvhTriangleMeshShape_refitTree'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBvhTriangleMeshShape_refitTree''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btBvhTriangleMeshShape_performConvexcast'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btBvhTriangleMeshShape_performConvexcast''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btBvhTriangleMeshShape_serializeSingleBvh'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhTriangleMeshShape_setOptimizedBvh'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ()))) btBvhTriangleMeshShape_setOptimizedBvh''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ()))) btBvhTriangleMeshShape_m_bvh_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhTriangleMeshShape_m_bvh_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBvhTriangleMeshShape_m_triangleInfoMap_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhTriangleMeshShape_m_triangleInfoMap_get'_ :: (Ptr ()) -> (IO (Ptr ())) btBvhTriangleMeshShape_m_useQuantizedAabbCompression_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBvhTriangleMeshShape_m_useQuantizedAabbCompression_get'_ :: (Ptr ()) -> (IO CInt) btBvhTriangleMeshShape_m_ownsBvh_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBvhTriangleMeshShape_m_ownsBvh_get'_ :: (Ptr ()) -> (IO CInt) btCapsuleShape0'_ :: IO (Ptr ()) btCapsuleShape1'_ :: CFloat -> (CFloat -> (IO (Ptr ()))) btCapsuleShape_free'_ :: (Ptr ()) -> (IO ()) btCapsuleShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCapsuleShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCapsuleShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btCapsuleShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCapsuleShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCapsuleShape_getUpAxis'_ :: (Ptr ()) -> (IO CInt) btCapsuleShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCapsuleShape_getHalfHeight'_ :: (Ptr ()) -> (IO CFloat) btCapsuleShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCapsuleShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCapsuleShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCapsuleShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btCapsuleShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCapsuleShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCapsuleShape_getRadius'_ :: (Ptr ()) -> (IO CFloat) btCapsuleShape_m_upAxis_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCapsuleShape_m_upAxis_get'_ :: (Ptr ()) -> (IO CInt) btCapsuleShapeData'_ :: IO (Ptr ()) btCapsuleShapeData_free'_ :: (Ptr ()) -> (IO ()) btCapsuleShapeData_m_convexInternalShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCapsuleShapeData_m_convexInternalShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCapsuleShapeData_m_upAxis_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCapsuleShapeData_m_upAxis_get'_ :: (Ptr ()) -> (IO CInt) btCapsuleShapeX'_ :: CFloat -> (CFloat -> (IO (Ptr ()))) btCapsuleShapeX_free'_ :: (Ptr ()) -> (IO ()) btCapsuleShapeX_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCapsuleShapeZ'_ :: CFloat -> (CFloat -> (IO (Ptr ()))) btCapsuleShapeZ_free'_ :: (Ptr ()) -> (IO ()) btCapsuleShapeZ_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCharIndexTripletData'_ :: IO (Ptr ()) btCharIndexTripletData_free'_ :: (Ptr ()) -> (IO ()) btCharIndexTripletData_m_pad_set'_ :: (Ptr ()) -> (CChar -> (IO ())) btCharIndexTripletData_m_pad_get'_ :: (Ptr ()) -> (IO CChar) btCollisionShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCollisionShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCollisionShape_setUserPointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btCollisionShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCollisionShape_isCompound'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_isPolyhedral'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCollisionShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCollisionShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCollisionShape_getContactBreakingThreshold'_ :: (Ptr ()) -> (CFloat -> (IO CFloat)) btCollisionShape_isConvex'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_isInfinite'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_getUserPointer'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionShape_isNonMoving'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_getMargin'_ :: (Ptr ()) -> (IO CFloat) btCollisionShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCollisionShape_isConvex2d'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_isSoftBody'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_calculateTemporalAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))))) btCollisionShape_calculateTemporalAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))))) btCollisionShape_isConcave'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_getAngularMotionDisc'_ :: (Ptr ()) -> (IO CFloat) btCollisionShape_serializeSingleShape'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionShape_getShapeType'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_m_shapeType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionShape_m_shapeType_get'_ :: (Ptr ()) -> (IO CInt) btCollisionShape_m_userPointer_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCollisionShape_m_userPointer_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCollisionShapeData'_ :: IO (Ptr ()) btCollisionShapeData_free'_ :: (Ptr ()) -> (IO ()) btCollisionShapeData_m_name_set'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btCollisionShapeData_m_name_get'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCollisionShapeData_m_shapeType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCollisionShapeData_m_shapeType_get'_ :: (Ptr ()) -> (IO CInt) btCompoundShape'_ :: CInt -> (IO (Ptr ())) btCompoundShape_free'_ :: (Ptr ()) -> (IO ()) btCompoundShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCompoundShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCompoundShape_getDynamicAabbTree'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShape_getDynamicAabbTree0'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShape_getDynamicAabbTree1'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShape_getUpdateRevision'_ :: (Ptr ()) -> (IO CInt) btCompoundShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btCompoundShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_createAabbTreeFromChildren'_ :: (Ptr ()) -> (IO ()) btCompoundShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btCompoundShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCompoundShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCompoundShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCompoundShape_getChildShape'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCompoundShape_getChildShape0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCompoundShape_getChildShape1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btCompoundShape_addChildShape'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btCompoundShape_addChildShape''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btCompoundShape_getChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btCompoundShape_getChildTransform0'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btCompoundShape_getChildTransform1'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btCompoundShape_getChildList'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShape_getMargin'_ :: (Ptr ()) -> (IO CFloat) btCompoundShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCompoundShape_getNumChildShapes'_ :: (Ptr ()) -> (IO CInt) btCompoundShape_removeChildShapeByIndex'_ :: (Ptr ()) -> (CInt -> (IO ())) btCompoundShape_recalculateLocalAabb'_ :: (Ptr ()) -> (IO ()) btCompoundShape_updateChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (CInt -> (IO ())))) btCompoundShape_updateChildTransform''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (CInt -> (IO ())))) btCompoundShape_removeChildShape'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShape_m_children_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShape_m_children_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShape_m_localAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_m_localAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_m_localAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_m_localAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_m_dynamicAabbTree_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShape_m_dynamicAabbTree_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShape_m_updateRevision_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCompoundShape_m_updateRevision_get'_ :: (Ptr ()) -> (IO CInt) btCompoundShape_m_collisionMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCompoundShape_m_collisionMargin_get'_ :: (Ptr ()) -> (IO CFloat) btCompoundShape_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShape_m_localScaling_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShapeChild'_ :: IO (Ptr ()) btCompoundShapeChild_free'_ :: (Ptr ()) -> (IO ()) btCompoundShapeChild_m_childMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCompoundShapeChild_m_childMargin_get'_ :: (Ptr ()) -> (IO CFloat) btCompoundShapeChild_m_childShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShapeChild_m_childShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShapeChild_m_childShapeType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCompoundShapeChild_m_childShapeType_get'_ :: (Ptr ()) -> (IO CInt) btCompoundShapeChild_m_node_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShapeChild_m_node_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShapeChild_m_transform_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShapeChild_m_transform_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCompoundShapeChildData'_ :: IO (Ptr ()) btCompoundShapeChildData_free'_ :: (Ptr ()) -> (IO ()) btCompoundShapeChildData_m_transform_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShapeChildData_m_transform_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShapeChildData_m_childShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShapeChildData_m_childShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShapeChildData_m_childShapeType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCompoundShapeChildData_m_childShapeType_get'_ :: (Ptr ()) -> (IO CInt) btCompoundShapeChildData_m_childMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCompoundShapeChildData_m_childMargin_get'_ :: (Ptr ()) -> (IO CFloat) btCompoundShapeData'_ :: IO (Ptr ()) btCompoundShapeData_free'_ :: (Ptr ()) -> (IO ()) btCompoundShapeData_m_collisionShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShapeData_m_collisionShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShapeData_m_childShapePtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCompoundShapeData_m_childShapePtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCompoundShapeData_m_numChildShapes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCompoundShapeData_m_numChildShapes_get'_ :: (Ptr ()) -> (IO CInt) btCompoundShapeData_m_collisionMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCompoundShapeData_m_collisionMargin_get'_ :: (Ptr ()) -> (IO CFloat) btConcaveShape_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConcaveShape_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConcaveShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConcaveShape_getMargin'_ :: (Ptr ()) -> (IO CFloat) btConcaveShape_m_collisionMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConcaveShape_m_collisionMargin_get'_ :: (Ptr ()) -> (IO CFloat) btConeShape'_ :: CFloat -> (CFloat -> (IO (Ptr ()))) btConeShape_free'_ :: (Ptr ()) -> (IO ()) btConeShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btConeShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btConeShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConeShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConeShape_getConeUpIndex'_ :: (Ptr ()) -> (IO CInt) btConeShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btConeShape_getHeight'_ :: (Ptr ()) -> (IO CFloat) btConeShape_setConeUpIndex'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConeShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConeShape_getRadius'_ :: (Ptr ()) -> (IO CFloat) btConeShapeX'_ :: CFloat -> (CFloat -> (IO (Ptr ()))) btConeShapeX_free'_ :: (Ptr ()) -> (IO ()) btConeShapeZ'_ :: CFloat -> (CFloat -> (IO (Ptr ()))) btConeShapeZ_free'_ :: (Ptr ()) -> (IO ()) btConvexHullShape_free'_ :: (Ptr ()) -> (IO ()) btConvexHullShape_addPoint'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexHullShape_addPoint''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexHullShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexHullShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexHullShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btConvexHullShape_getScaledPoint'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexHullShape_getNumPlanes'_ :: (Ptr ()) -> (IO CInt) btConvexHullShape_getNumEdges'_ :: (Ptr ()) -> (IO CInt) btConvexHullShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btConvexHullShape_getVertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexHullShape_getVertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexHullShape_getEdge'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexHullShape_getEdge''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexHullShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexHullShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexHullShape_isInside'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btConvexHullShape_isInside''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btConvexHullShape_getPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btConvexHullShape_getPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btConvexHullShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexHullShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexHullShape_getNumVertices'_ :: (Ptr ()) -> (IO CInt) btConvexHullShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btConvexHullShape_getNumPoints'_ :: (Ptr ()) -> (IO CInt) btConvexHullShape_m_unscaledPoints_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexHullShape_m_unscaledPoints_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexHullShapeData'_ :: IO (Ptr ()) btConvexHullShapeData_free'_ :: (Ptr ()) -> (IO ()) btConvexHullShapeData_m_convexInternalShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexHullShapeData_m_convexInternalShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexHullShapeData_m_unscaledPointsFloatPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexHullShapeData_m_unscaledPointsFloatPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexHullShapeData_m_unscaledPointsDoublePtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexHullShapeData_m_unscaledPointsDoublePtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexHullShapeData_m_numUnscaledPoints_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexHullShapeData_m_numUnscaledPoints_get'_ :: (Ptr ()) -> (IO CInt) btConvexInternalAabbCachingShape_setCachedLocalAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexInternalAabbCachingShape_setCachedLocalAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexInternalAabbCachingShape_recalcLocalAabb'_ :: (Ptr ()) -> (IO ()) btConvexInternalAabbCachingShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalAabbCachingShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalAabbCachingShape_getNonvirtualAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btConvexInternalAabbCachingShape_getNonvirtualAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btConvexInternalAabbCachingShape_getCachedLocalAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexInternalAabbCachingShape_getCachedLocalAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexInternalAabbCachingShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexInternalAabbCachingShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexInternalAabbCachingShape_m_localAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalAabbCachingShape_m_localAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalAabbCachingShape_m_localAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalAabbCachingShape_m_localAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalAabbCachingShape_m_isLocalAabbValid_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexInternalAabbCachingShape_m_isLocalAabbValid_get'_ :: (Ptr ()) -> (IO CInt) btConvexInternalShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexInternalShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexInternalShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btConvexInternalShape_getImplicitShapeDimensions'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btConvexInternalShape_getLocalScalingNV'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_getAabbSlow'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexInternalShape_getAabbSlow''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexInternalShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_getPreferredPenetrationDirection'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexInternalShape_getPreferredPenetrationDirection''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexInternalShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_getNumPreferredPenetrationDirections'_ :: (Ptr ()) -> (IO CInt) btConvexInternalShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexInternalShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexInternalShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexInternalShape_getMarginNV'_ :: (Ptr ()) -> (IO CFloat) btConvexInternalShape_getMargin'_ :: (Ptr ()) -> (IO CFloat) btConvexInternalShape_setSafeMargin'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btConvexInternalShape_setSafeMargin0'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btConvexInternalShape_setSafeMargin1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btConvexInternalShape_setSafeMargin1''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btConvexInternalShape_setImplicitShapeDimensions'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_setImplicitShapeDimensions''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_m_localScaling_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_m_implicitShapeDimensions_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_m_implicitShapeDimensions_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexInternalShape_m_collisionMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexInternalShape_m_collisionMargin_get'_ :: (Ptr ()) -> (IO CFloat) btConvexInternalShape_m_padding_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexInternalShape_m_padding_get'_ :: (Ptr ()) -> (IO CFloat) btConvexInternalShapeData'_ :: IO (Ptr ()) btConvexInternalShapeData_free'_ :: (Ptr ()) -> (IO ()) btConvexInternalShapeData_m_collisionMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexInternalShapeData_m_collisionMargin_get'_ :: (Ptr ()) -> (IO CFloat) btConvexInternalShapeData_m_collisionShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexInternalShapeData_m_collisionShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexInternalShapeData_m_implicitShapeDimensions_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexInternalShapeData_m_implicitShapeDimensions_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexInternalShapeData_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexInternalShapeData_m_localScaling_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexInternalShapeData_m_padding_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConvexInternalShapeData_m_padding_get'_ :: (Ptr ()) -> (IO CInt) btConvexShape_getAabbNonVirtual'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexShape_getAabbNonVirtual''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_getMargin'_ :: (Ptr ()) -> (IO CFloat) btConvexShape_localGetSupportVertexWithoutMarginNonVirtual'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_localGetSupportVertexWithoutMarginNonVirtual''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexShape_getPreferredPenetrationDirection'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexShape_getPreferredPenetrationDirection''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexShape_getAabbSlow'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexShape_getAabbSlow''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexShape_getNumPreferredPenetrationDirections'_ :: (Ptr ()) -> (IO CInt) btConvexShape_localGetSupportVertexNonVirtual'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_localGetSupportVertexNonVirtual''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexShape_getMarginNonVirtual'_ :: (Ptr ()) -> (IO CFloat) btConvexTriangleMeshShape'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btConvexTriangleMeshShape_free'_ :: (Ptr ()) -> (IO ()) btConvexTriangleMeshShape_getNumPlanes'_ :: (Ptr ()) -> (IO CInt) btConvexTriangleMeshShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexTriangleMeshShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexTriangleMeshShape_getNumEdges'_ :: (Ptr ()) -> (IO CInt) btConvexTriangleMeshShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btConvexTriangleMeshShape_getVertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexTriangleMeshShape_getVertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btConvexTriangleMeshShape_getEdge'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexTriangleMeshShape_getEdge''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btConvexTriangleMeshShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexTriangleMeshShape_isInside'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btConvexTriangleMeshShape_isInside''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btConvexTriangleMeshShape_getPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btConvexTriangleMeshShape_getPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btConvexTriangleMeshShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexTriangleMeshShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexTriangleMeshShape_getMeshInterface'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexTriangleMeshShape_getMeshInterface0'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexTriangleMeshShape_getMeshInterface1'_ :: (Ptr ()) -> (IO (Ptr ())) btConvexTriangleMeshShape_getNumVertices'_ :: (Ptr ()) -> (IO CInt) btConvexTriangleMeshShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexTriangleMeshShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexTriangleMeshShape_m_stridingMesh_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConvexTriangleMeshShape_m_stridingMesh_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCylinderShape'_ :: (Ptr CFloat) -> (IO (Ptr ())) btCylinderShape_free'_ :: (Ptr ()) -> (IO ()) btCylinderShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCylinderShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btCylinderShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btCylinderShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCylinderShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCylinderShape_getUpAxis'_ :: (Ptr ()) -> (IO CInt) btCylinderShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCylinderShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btCylinderShape_getHalfExtentsWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCylinderShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCylinderShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btCylinderShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btCylinderShape_getHalfExtentsWithMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btCylinderShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShape_getRadius'_ :: (Ptr ()) -> (IO CFloat) btCylinderShape_m_upAxis_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCylinderShape_m_upAxis_get'_ :: (Ptr ()) -> (IO CInt) btCylinderShapeData'_ :: IO (Ptr ()) btCylinderShapeData_free'_ :: (Ptr ()) -> (IO ()) btCylinderShapeData_m_convexInternalShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btCylinderShapeData_m_convexInternalShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btCylinderShapeData_m_upAxis_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btCylinderShapeData_m_upAxis_get'_ :: (Ptr ()) -> (IO CInt) btCylinderShapeX'_ :: (Ptr CFloat) -> (IO (Ptr ())) btCylinderShapeX_free'_ :: (Ptr ()) -> (IO ()) btCylinderShapeX_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCylinderShapeX_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShapeX_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShapeX_getRadius'_ :: (Ptr ()) -> (IO CFloat) btCylinderShapeZ'_ :: (Ptr CFloat) -> (IO (Ptr ())) btCylinderShapeZ_free'_ :: (Ptr ()) -> (IO ()) btCylinderShapeZ_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btCylinderShapeZ_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShapeZ_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btCylinderShapeZ_getRadius'_ :: (Ptr ()) -> (IO CFloat) btEmptyShape'_ :: IO (Ptr ()) btEmptyShape_free'_ :: (Ptr ()) -> (IO ()) btEmptyShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btEmptyShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btEmptyShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btEmptyShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btEmptyShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btEmptyShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btEmptyShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btEmptyShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btEmptyShape_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btEmptyShape_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btEmptyShape_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btEmptyShape_m_localScaling_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btIndexedMesh'_ :: IO (Ptr ()) btIndexedMesh_free'_ :: (Ptr ()) -> (IO ()) btIndexedMesh_m_numTriangles_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btIndexedMesh_m_numTriangles_get'_ :: (Ptr ()) -> (IO CInt) btIndexedMesh_m_numVertices_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btIndexedMesh_m_numVertices_get'_ :: (Ptr ()) -> (IO CInt) btIndexedMesh_m_triangleIndexStride_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btIndexedMesh_m_triangleIndexStride_get'_ :: (Ptr ()) -> (IO CInt) btIndexedMesh_m_vertexStride_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btIndexedMesh_m_vertexStride_get'_ :: (Ptr ()) -> (IO CInt) btIntIndexData'_ :: IO (Ptr ()) btIntIndexData_free'_ :: (Ptr ()) -> (IO ()) btIntIndexData_m_value_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btIntIndexData_m_value_get'_ :: (Ptr ()) -> (IO CInt) btMeshPartData'_ :: IO (Ptr ()) btMeshPartData_free'_ :: (Ptr ()) -> (IO ()) btMeshPartData_m_vertices3f_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMeshPartData_m_vertices3f_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMeshPartData_m_vertices3d_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMeshPartData_m_vertices3d_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMeshPartData_m_indices32_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMeshPartData_m_indices32_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMeshPartData_m_3indices16_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMeshPartData_m_3indices16_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMeshPartData_m_3indices8_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMeshPartData_m_3indices8_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMeshPartData_m_indices16_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMeshPartData_m_indices16_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMeshPartData_m_numTriangles_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btMeshPartData_m_numTriangles_get'_ :: (Ptr ()) -> (IO CInt) btMeshPartData_m_numVertices_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btMeshPartData_m_numVertices_get'_ :: (Ptr ()) -> (IO CInt) btMultiSphereShape_free'_ :: (Ptr ()) -> (IO ()) btMultiSphereShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btMultiSphereShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btMultiSphereShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btMultiSphereShape_getSphereCount'_ :: (Ptr ()) -> (IO CInt) btMultiSphereShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btMultiSphereShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btMultiSphereShape_getSpherePosition'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btMultiSphereShape_getSphereRadius'_ :: (Ptr ()) -> (CInt -> (IO CFloat)) btMultiSphereShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btMultiSphereShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btMultiSphereShape_m_localPositionArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSphereShape_m_localPositionArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSphereShape_m_radiArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSphereShape_m_radiArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSphereShapeData'_ :: IO (Ptr ()) btMultiSphereShapeData_free'_ :: (Ptr ()) -> (IO ()) btMultiSphereShapeData_m_convexInternalShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSphereShapeData_m_convexInternalShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSphereShapeData_m_localPositionArrayPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btMultiSphereShapeData_m_localPositionArrayPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btMultiSphereShapeData_m_localPositionArraySize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btMultiSphereShapeData_m_localPositionArraySize_get'_ :: (Ptr ()) -> (IO CInt) btOptimizedBvh'_ :: IO (Ptr ()) btOptimizedBvh_free'_ :: (Ptr ()) -> (IO ()) btOptimizedBvh_updateBvhNodes'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (CInt -> (IO ()))))) btOptimizedBvh_serializeInPlace'_ :: (Ptr ()) -> ((Ptr ()) -> (CUInt -> (CInt -> (IO CInt)))) btOptimizedBvh_refit'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btOptimizedBvh_refit''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btOptimizedBvh_build'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btOptimizedBvh_build''_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btOptimizedBvh_refitPartial'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btOptimizedBvh_refitPartial''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btOptimizedBvh_deSerializeInPlace'_ :: (Ptr ()) -> (CUInt -> (CInt -> (IO (Ptr ())))) btPolyhedralConvexAabbCachingShape_setCachedLocalAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexAabbCachingShape_setCachedLocalAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexAabbCachingShape_recalcLocalAabb'_ :: (Ptr ()) -> (IO ()) btPolyhedralConvexAabbCachingShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPolyhedralConvexAabbCachingShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPolyhedralConvexAabbCachingShape_getNonvirtualAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btPolyhedralConvexAabbCachingShape_getNonvirtualAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btPolyhedralConvexAabbCachingShape_getCachedLocalAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexAabbCachingShape_getCachedLocalAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexAabbCachingShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btPolyhedralConvexAabbCachingShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btPolyhedralConvexAabbCachingShape_m_localAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPolyhedralConvexAabbCachingShape_m_localAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPolyhedralConvexAabbCachingShape_m_localAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPolyhedralConvexAabbCachingShape_m_localAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPolyhedralConvexAabbCachingShape_m_isLocalAabbValid_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btPolyhedralConvexAabbCachingShape_m_isLocalAabbValid_get'_ :: (Ptr ()) -> (IO CInt) btPolyhedralConvexShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexShape_getNumPlanes'_ :: (Ptr ()) -> (IO CInt) btPolyhedralConvexShape_getNumEdges'_ :: (Ptr ()) -> (IO CInt) btPolyhedralConvexShape_getVertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexShape_getVertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexShape_getEdge'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btPolyhedralConvexShape_getEdge''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btPolyhedralConvexShape_isInside'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btPolyhedralConvexShape_isInside''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btPolyhedralConvexShape_getPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btPolyhedralConvexShape_getPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btPolyhedralConvexShape_initializePolyhedralFeatures'_ :: (Ptr ()) -> (IO CInt) btPolyhedralConvexShape_getNumVertices'_ :: (Ptr ()) -> (IO CInt) btPolyhedralConvexShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPolyhedralConvexShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPositionAndRadius'_ :: IO (Ptr ()) btPositionAndRadius_free'_ :: (Ptr ()) -> (IO ()) btPositionAndRadius_m_pos_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPositionAndRadius_m_pos_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPositionAndRadius_m_radius_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btPositionAndRadius_m_radius_get'_ :: (Ptr ()) -> (IO CFloat) btScaledBvhTriangleMeshShape'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO (Ptr ()))) btScaledBvhTriangleMeshShape_free'_ :: (Ptr ()) -> (IO ()) btScaledBvhTriangleMeshShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btScaledBvhTriangleMeshShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btScaledBvhTriangleMeshShape_getChildShape'_ :: (Ptr ()) -> (IO (Ptr ())) btScaledBvhTriangleMeshShape_getChildShape0'_ :: (Ptr ()) -> (IO (Ptr ())) btScaledBvhTriangleMeshShape_getChildShape1'_ :: (Ptr ()) -> (IO (Ptr ())) btScaledBvhTriangleMeshShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btScaledBvhTriangleMeshShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btScaledBvhTriangleMeshShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btScaledBvhTriangleMeshShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btScaledBvhTriangleMeshShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btScaledBvhTriangleMeshShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btScaledBvhTriangleMeshShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btScaledBvhTriangleMeshShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btScaledBvhTriangleMeshShape_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btScaledBvhTriangleMeshShape_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btScaledBvhTriangleMeshShape_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btScaledBvhTriangleMeshShape_m_localScaling_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btScaledBvhTriangleMeshShape_m_bvhTriMeshShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btScaledBvhTriangleMeshShape_m_bvhTriMeshShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btScaledTriangleMeshShapeData'_ :: IO (Ptr ()) btScaledTriangleMeshShapeData_free'_ :: (Ptr ()) -> (IO ()) btScaledTriangleMeshShapeData_m_trimeshShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btScaledTriangleMeshShapeData_m_trimeshShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btScaledTriangleMeshShapeData_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btScaledTriangleMeshShapeData_m_localScaling_get'_ :: (Ptr ()) -> (IO (Ptr ())) btShortIntIndexData'_ :: IO (Ptr ()) btShortIntIndexData_free'_ :: (Ptr ()) -> (IO ()) btShortIntIndexData_m_value_set'_ :: (Ptr ()) -> (CShort -> (IO ())) btShortIntIndexData_m_value_get'_ :: (Ptr ()) -> (IO CShort) btShortIntIndexTripletData'_ :: IO (Ptr ()) btShortIntIndexTripletData_free'_ :: (Ptr ()) -> (IO ()) btSphereShape'_ :: CFloat -> (IO (Ptr ())) btSphereShape_free'_ :: (Ptr ()) -> (IO ()) btSphereShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btSphereShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btSphereShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSphereShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSphereShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btSphereShape_getMargin'_ :: (Ptr ()) -> (IO CFloat) btSphereShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSphereShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btSphereShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btSphereShape_setUnscaledRadius'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSphereShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSphereShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSphereShape_getRadius'_ :: (Ptr ()) -> (IO CFloat) btStaticPlaneShape'_ :: (Ptr CFloat) -> (CFloat -> (IO (Ptr ()))) btStaticPlaneShape_free'_ :: (Ptr ()) -> (IO ()) btStaticPlaneShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btStaticPlaneShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btStaticPlaneShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btStaticPlaneShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btStaticPlaneShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btStaticPlaneShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_getPlaneNormal'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_getPlaneConstant'_ :: (Ptr ()) -> (IO CFloat) btStaticPlaneShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btStaticPlaneShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btStaticPlaneShape_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btStaticPlaneShape_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btStaticPlaneShape_m_localAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_m_localAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_m_localAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_m_localAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_m_planeNormal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_m_planeNormal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_m_planeConstant_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btStaticPlaneShape_m_planeConstant_get'_ :: (Ptr ()) -> (IO CFloat) btStaticPlaneShape_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShape_m_localScaling_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStaticPlaneShapeData'_ :: IO (Ptr ()) btStaticPlaneShapeData_free'_ :: (Ptr ()) -> (IO ()) btStaticPlaneShapeData_m_collisionShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btStaticPlaneShapeData_m_collisionShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btStaticPlaneShapeData_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btStaticPlaneShapeData_m_localScaling_get'_ :: (Ptr ()) -> (IO (Ptr ())) btStaticPlaneShapeData_m_planeNormal_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btStaticPlaneShapeData_m_planeNormal_get'_ :: (Ptr ()) -> (IO (Ptr ())) btStaticPlaneShapeData_m_planeConstant_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btStaticPlaneShapeData_m_planeConstant_get'_ :: (Ptr ()) -> (IO CFloat) btStridingMeshInterface_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btStridingMeshInterface_calculateAabbBruteForce'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btStridingMeshInterface_calculateAabbBruteForce''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btStridingMeshInterface_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btStridingMeshInterface_preallocateVertices'_ :: (Ptr ()) -> (CInt -> (IO ())) btStridingMeshInterface_unLockVertexBase'_ :: (Ptr ()) -> (CInt -> (IO ())) btStridingMeshInterface_getScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStridingMeshInterface_preallocateIndices'_ :: (Ptr ()) -> (CInt -> (IO ())) btStridingMeshInterface_setPremadeAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btStridingMeshInterface_setPremadeAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btStridingMeshInterface_InternalProcessAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btStridingMeshInterface_InternalProcessAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btStridingMeshInterface_getNumSubParts'_ :: (Ptr ()) -> (IO CInt) btStridingMeshInterface_hasPremadeAabb'_ :: (Ptr ()) -> (IO CInt) btStridingMeshInterface_setScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStridingMeshInterface_setScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStridingMeshInterface_unLockReadOnlyVertexBase'_ :: (Ptr ()) -> (CInt -> (IO ())) btStridingMeshInterface_m_scaling_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStridingMeshInterface_m_scaling_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStridingMeshInterfaceData'_ :: IO (Ptr ()) btStridingMeshInterfaceData_free'_ :: (Ptr ()) -> (IO ()) btStridingMeshInterfaceData_m_meshPartsPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btStridingMeshInterfaceData_m_meshPartsPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btStridingMeshInterfaceData_m_scaling_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btStridingMeshInterfaceData_m_scaling_get'_ :: (Ptr ()) -> (IO (Ptr ())) btStridingMeshInterfaceData_m_numMeshParts_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btStridingMeshInterfaceData_m_numMeshParts_get'_ :: (Ptr ()) -> (IO CInt) btTriangleIndexVertexArray0'_ :: IO (Ptr ()) btTriangleIndexVertexArray_free'_ :: (Ptr ()) -> (IO ()) btTriangleIndexVertexArray_preallocateIndices'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleIndexVertexArray_preallocateVertices'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleIndexVertexArray_getIndexedMeshArray'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleIndexVertexArray_getIndexedMeshArray0'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleIndexVertexArray_getIndexedMeshArray1'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleIndexVertexArray_setPremadeAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btTriangleIndexVertexArray_setPremadeAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btTriangleIndexVertexArray_getNumSubParts'_ :: (Ptr ()) -> (IO CInt) btTriangleIndexVertexArray_hasPremadeAabb'_ :: (Ptr ()) -> (IO CInt) btTriangleIndexVertexArray_unLockVertexBase'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleIndexVertexArray_unLockReadOnlyVertexBase'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleIndexVertexArray_m_indexedMeshes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleIndexVertexArray_m_indexedMeshes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleIndexVertexArray_m_hasAabb_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleIndexVertexArray_m_hasAabb_get'_ :: (Ptr ()) -> (IO CInt) btTriangleIndexVertexArray_m_aabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleIndexVertexArray_m_aabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleIndexVertexArray_m_aabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleIndexVertexArray_m_aabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleInfo'_ :: IO (Ptr ()) btTriangleInfo_free'_ :: (Ptr ()) -> (IO ()) btTriangleInfo_m_edgeV0V1Angle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfo_m_edgeV0V1Angle_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfo_m_edgeV1V2Angle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfo_m_edgeV1V2Angle_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfo_m_edgeV2V0Angle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfo_m_edgeV2V0Angle_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfo_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleInfo_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btTriangleInfoData'_ :: IO (Ptr ()) btTriangleInfoData_free'_ :: (Ptr ()) -> (IO ()) btTriangleInfoData_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleInfoData_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btTriangleInfoData_m_edgeV0V1Angle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoData_m_edgeV0V1Angle_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoData_m_edgeV1V2Angle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoData_m_edgeV1V2Angle_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoData_m_edgeV2V0Angle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoData_m_edgeV2V0Angle_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMap'_ :: IO (Ptr ()) btTriangleInfoMap_free'_ :: (Ptr ()) -> (IO ()) btTriangleInfoMap_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btTriangleInfoMap_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btTriangleInfoMap_deSerialize'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleInfoMap_m_convexEpsilon_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMap_m_convexEpsilon_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMap_m_edgeDistanceThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMap_m_edgeDistanceThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMap_m_equalVertexThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMap_m_equalVertexThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMap_m_maxEdgeAngleThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMap_m_maxEdgeAngleThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMap_m_planarEpsilon_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMap_m_planarEpsilon_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMap_m_zeroAreaThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMap_m_zeroAreaThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMapData'_ :: IO (Ptr ()) btTriangleInfoMapData_free'_ :: (Ptr ()) -> (IO ()) btTriangleInfoMapData_m_convexEpsilon_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMapData_m_convexEpsilon_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMapData_m_edgeDistanceThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMapData_m_edgeDistanceThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMapData_m_equalVertexThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMapData_m_equalVertexThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMapData_m_hashTableSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleInfoMapData_m_hashTableSize_get'_ :: (Ptr ()) -> (IO CInt) btTriangleInfoMapData_m_nextSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleInfoMapData_m_nextSize_get'_ :: (Ptr ()) -> (IO CInt) btTriangleInfoMapData_m_numKeys_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleInfoMapData_m_numKeys_get'_ :: (Ptr ()) -> (IO CInt) btTriangleInfoMapData_m_numValues_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleInfoMapData_m_numValues_get'_ :: (Ptr ()) -> (IO CInt) btTriangleInfoMapData_m_planarEpsilon_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMapData_m_planarEpsilon_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleInfoMapData_m_valueArrayPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleInfoMapData_m_valueArrayPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleInfoMapData_m_zeroAreaThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleInfoMapData_m_zeroAreaThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleMesh'_ :: CInt -> (CInt -> (IO (Ptr ()))) btTriangleMesh_free'_ :: (Ptr ()) -> (IO ()) btTriangleMesh_preallocateIndices'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleMesh_getNumTriangles'_ :: (Ptr ()) -> (IO CInt) btTriangleMesh_getUse32bitIndices'_ :: (Ptr ()) -> (IO CInt) btTriangleMesh_addIndex'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleMesh_preallocateVertices'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleMesh_findOrAddVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO CInt))) btTriangleMesh_findOrAddVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO CInt))) btTriangleMesh_getUse4componentVertices'_ :: (Ptr ()) -> (IO CInt) btTriangleMesh_addTriangle'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ()))))) btTriangleMesh_addTriangle''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ()))))) btTriangleMesh_m_4componentVertices_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMesh_m_4componentVertices_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMesh_m_3componentVertices_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMesh_m_3componentVertices_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMesh_m_32bitIndices_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMesh_m_32bitIndices_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMesh_m_16bitIndices_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMesh_m_16bitIndices_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMesh_m_use32bitIndices_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleMesh_m_use32bitIndices_get'_ :: (Ptr ()) -> (IO CInt) btTriangleMesh_m_use4componentVertices_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTriangleMesh_m_use4componentVertices_get'_ :: (Ptr ()) -> (IO CInt) btTriangleMesh_m_weldingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleMesh_m_weldingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleMeshShape'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShape_free'_ :: (Ptr ()) -> (IO ()) btTriangleMeshShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btTriangleMeshShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btTriangleMeshShape_getLocalAabbMax'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btTriangleMeshShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btTriangleMeshShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btTriangleMeshShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_recalcLocalAabb'_ :: (Ptr ()) -> (IO ()) btTriangleMeshShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_getMeshInterface'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShape_getMeshInterface0'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShape_getMeshInterface1'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleMeshShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleMeshShape_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleMeshShape_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleMeshShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btTriangleMeshShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btTriangleMeshShape_getLocalAabbMin'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_m_localAabbMin_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_m_localAabbMin_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_m_localAabbMax_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_m_localAabbMax_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleMeshShape_m_meshInterface_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMeshShape_m_meshInterface_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShapeData'_ :: IO (Ptr ()) btTriangleMeshShapeData_free'_ :: (Ptr ()) -> (IO ()) btTriangleMeshShapeData_m_collisionMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTriangleMeshShapeData_m_collisionMargin_get'_ :: (Ptr ()) -> (IO CFloat) btTriangleMeshShapeData_m_collisionShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMeshShapeData_m_collisionShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShapeData_m_meshInterface_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMeshShapeData_m_meshInterface_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShapeData_m_quantizedDoubleBvh_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMeshShapeData_m_quantizedDoubleBvh_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShapeData_m_quantizedFloatBvh_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMeshShapeData_m_quantizedFloatBvh_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleMeshShapeData_m_triangleInfoMap_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTriangleMeshShapeData_m_triangleInfoMap_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTriangleShape0'_ :: IO (Ptr ()) btTriangleShape1'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ())))) btTriangleShape_free'_ :: (Ptr ()) -> (IO ()) btTriangleShape_getVertexPtr'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_getVertexPtr0'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_getVertexPtr1'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_getNumPlanes'_ :: (Ptr ()) -> (IO CInt) btTriangleShape_getPreferredPenetrationDirection'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_getPreferredPenetrationDirection''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_getNumEdges'_ :: (Ptr ()) -> (IO CInt) btTriangleShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btTriangleShape_getNumVertices'_ :: (Ptr ()) -> (IO CInt) btTriangleShape_getEdge'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleShape_getEdge''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleShape_isInside'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btTriangleShape_isInside''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btTriangleShape_getPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btTriangleShape_getPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO ())))) btTriangleShape_getNumPreferredPenetrationDirections'_ :: (Ptr ()) -> (IO CInt) btTriangleShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleShape_getVertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_getVertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_calcNormal'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleShape_calcNormal''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_getPlaneEquation'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleShape_getPlaneEquation''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btTriangleShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape'_ :: (Ptr ()) -> (CFloat -> (IO (Ptr ()))) btUniformScalingShape_free'_ :: (Ptr ()) -> (IO ()) btUniformScalingShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_getUniformScalingFactor'_ :: (Ptr ()) -> (IO CFloat) btUniformScalingShape_localGetSupportingVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_localGetSupportingVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btUniformScalingShape_getAabbSlow'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btUniformScalingShape_getAabbSlow''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btUniformScalingShape_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniformScalingShape_getChildShape'_ :: (Ptr ()) -> (IO (Ptr ())) btUniformScalingShape_getChildShape0'_ :: (Ptr ()) -> (IO (Ptr ())) btUniformScalingShape_getChildShape1'_ :: (Ptr ()) -> (IO (Ptr ())) btUniformScalingShape_getPreferredPenetrationDirection'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_getPreferredPenetrationDirection''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniformScalingShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniformScalingShape_getNumPreferredPenetrationDirections'_ :: (Ptr ()) -> (IO CInt) btUniformScalingShape_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btUniformScalingShape_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btUniformScalingShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btUniformScalingShape_getMargin'_ :: (Ptr ()) -> (IO CFloat) btUniformScalingShape_localGetSupportingVertexWithoutMargin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_localGetSupportingVertexWithoutMargin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btUniformScalingShape_m_childConvexShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btUniformScalingShape_m_childConvexShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btUniformScalingShape_m_uniformScalingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btUniformScalingShape_m_uniformScalingFactor_get'_ :: (Ptr ()) -> (IO CFloat) module Physics.Bullet.Raw.BulletCollision.Gimpact -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE :: IO (BT_BOX_BOX_TRANSFORM_CACHE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_free :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO () bT_BOX_BOX_TRANSFORM_CACHE_calc_from_full_invert :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_calc_from_full_invert' :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_calc_from_homogenic :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_calc_from_homogenic' :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#219 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_transform :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#219 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_transform' :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_calc_absolute_matrix :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_m_T1to0_set :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_m_T1to0_get :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_m_R1to0_set :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_m_R1to0_get :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 bT_BOX_BOX_TRANSFORM_CACHE_m_AR_set :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> Mat3 -> IO () bT_BOX_BOX_TRANSFORM_CACHE_m_AR_get :: BT_BOX_BOX_TRANSFORM_CACHEClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 bT_QUANTIZED_BVH_NODE :: IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 bT_QUANTIZED_BVH_NODE_free :: BT_QUANTIZED_BVH_NODEClass bc => bc -> IO () bT_QUANTIZED_BVH_NODE_getEscapeIndex :: BT_QUANTIZED_BVH_NODEClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 bT_QUANTIZED_BVH_NODE_getDataIndex :: BT_QUANTIZED_BVH_NODEClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 bT_QUANTIZED_BVH_NODE_setEscapeIndex :: BT_QUANTIZED_BVH_NODEClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 bT_QUANTIZED_BVH_NODE_setDataIndex :: BT_QUANTIZED_BVH_NODEClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 bT_QUANTIZED_BVH_NODE_isLeafNode :: BT_QUANTIZED_BVH_NODEClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 bT_QUANTIZED_BVH_NODE_m_escapeIndexOrDataIndex_set :: BT_QUANTIZED_BVH_NODEClass bc => bc -> Int -> IO () bT_QUANTIZED_BVH_NODE_m_escapeIndexOrDataIndex_get :: BT_QUANTIZED_BVH_NODEClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#322 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_CompoundPrimitiveManager0 :: BtGImpactCompoundShapeClass p0 => p0 -> IO (BtGImpactCompoundShape_CompoundPrimitiveManager) btGImpactCompoundShape_CompoundPrimitiveManager1 :: IO (BtGImpactCompoundShape_CompoundPrimitiveManager) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_CompoundPrimitiveManager_free :: BtGImpactCompoundShape_CompoundPrimitiveManagerClass bc => bc -> IO () btGImpactCompoundShape_CompoundPrimitiveManager_get_primitive_count :: BtGImpactCompoundShape_CompoundPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_CompoundPrimitiveManager_get_primitive_triangle :: (BtGImpactCompoundShape_CompoundPrimitiveManagerClass bc, BtPrimitiveTriangleClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_CompoundPrimitiveManager_get_primitive_box :: (BtGImpactCompoundShape_CompoundPrimitiveManagerClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_CompoundPrimitiveManager_is_trimesh :: BtGImpactCompoundShape_CompoundPrimitiveManagerClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_CompoundPrimitiveManager_m_compoundShape_set :: (BtGImpactCompoundShape_CompoundPrimitiveManagerClass bc, BtGImpactCompoundShapeClass a) => bc -> a -> IO () btGImpactCompoundShape_CompoundPrimitiveManager_m_compoundShape_get :: BtGImpactCompoundShape_CompoundPrimitiveManagerClass bc => bc -> IO (BtGImpactCompoundShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#215 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_CreateFunc :: IO (BtGImpactCollisionAlgorithm_CreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_CreateFunc_free :: BtGImpactCollisionAlgorithm_CreateFuncClass bc => bc -> IO () btGImpactCollisionAlgorithm_CreateFunc_CreateCollisionAlgorithm :: (BtGImpactCollisionAlgorithm_CreateFuncClass bc, BtCollisionAlgorithmConstructionInfoClass p0, BtCollisionObjectClass p1, BtCollisionObjectClass p2) => bc -> p0 -> p1 -> p2 -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_DATA :: IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_DATA_free :: GIM_BVH_DATAClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_DATA_m_bound_set :: (GIM_BVH_DATAClass bc, BtAABBClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_DATA_m_bound_get :: GIM_BVH_DATAClass bc => bc -> IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_DATA_m_data_set :: GIM_BVH_DATAClass bc => bc -> Int -> IO () gIM_BVH_DATA_m_data_get :: GIM_BVH_DATAClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_DATA_ARRAY :: IO (GIM_BVH_DATA_ARRAY) gIM_BVH_DATA_ARRAY_free :: GIM_BVH_DATA_ARRAYClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE :: IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_free :: GIM_BVH_TREE_NODEClass bc => bc -> IO () gIM_BVH_TREE_NODE_setDataIndex :: GIM_BVH_TREE_NODEClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_getEscapeIndex :: GIM_BVH_TREE_NODEClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_getDataIndex :: GIM_BVH_TREE_NODEClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_setEscapeIndex :: GIM_BVH_TREE_NODEClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_isLeafNode :: GIM_BVH_TREE_NODEClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_m_bound_set :: (GIM_BVH_TREE_NODEClass bc, BtAABBClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_m_bound_get :: GIM_BVH_TREE_NODEClass bc => bc -> IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_m_escapeIndexOrDataIndex_set :: GIM_BVH_TREE_NODEClass bc => bc -> Int -> IO () gIM_BVH_TREE_NODE_m_escapeIndexOrDataIndex_get :: GIM_BVH_TREE_NODEClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_BVH_TREE_NODE_ARRAY :: IO (GIM_BVH_TREE_NODE_ARRAY) gIM_BVH_TREE_NODE_ARRAY_free :: GIM_BVH_TREE_NODE_ARRAYClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_PAIR0 :: IO (GIM_PAIR) gIM_PAIR1 :: Int -> Int -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_PAIR_free :: GIM_PAIRClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_PAIR_m_index1_set :: GIM_PAIRClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_PAIR_m_index1_get :: GIM_PAIRClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 gIM_PAIR_m_index2_set :: GIM_PAIRClass bc => bc -> Int -> IO () gIM_PAIR_m_index2_get :: GIM_PAIRClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 gIM_QUANTIZED_BVH_NODE_ARRAY :: IO (GIM_QUANTIZED_BVH_NODE_ARRAY) gIM_QUANTIZED_BVH_NODE_ARRAY_free :: GIM_QUANTIZED_BVH_NODE_ARRAYClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 gIM_TRIANGLE_CONTACT :: IO (GIM_TRIANGLE_CONTACT) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 gIM_TRIANGLE_CONTACT_free :: GIM_TRIANGLE_CONTACTClass bc => bc -> IO () gIM_TRIANGLE_CONTACT_copy_from :: (GIM_TRIANGLE_CONTACTClass bc, GIM_TRIANGLE_CONTACTClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 gIM_TRIANGLE_CONTACT_m_penetration_depth_set :: GIM_TRIANGLE_CONTACTClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 gIM_TRIANGLE_CONTACT_m_penetration_depth_get :: GIM_TRIANGLE_CONTACTClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 gIM_TRIANGLE_CONTACT_m_point_count_set :: GIM_TRIANGLE_CONTACTClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 gIM_TRIANGLE_CONTACT_m_point_count_get :: GIM_TRIANGLE_CONTACTClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 gIM_TRIANGLE_CONTACT_m_separating_normal_set :: GIM_TRIANGLE_CONTACTClass bc => bc -> Vec4 -> IO () gIM_TRIANGLE_CONTACT_m_separating_normal_get :: GIM_TRIANGLE_CONTACTClass bc => bc -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#578 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#545 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager0 :: IO (BtGImpactMeshShapePart_TrimeshPrimitiveManager) btGImpactMeshShapePart_TrimeshPrimitiveManager1 :: BtStridingMeshInterfaceClass p0 => p0 -> Int -> IO (BtGImpactMeshShapePart_TrimeshPrimitiveManager) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#633 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_free :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO () btGImpactMeshShapePart_TrimeshPrimitiveManager_get_vertex_count :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#656 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_get_vertex :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#656 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_get_vertex' :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#623 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_is_trimesh :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#596 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_lock :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#674 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_get_primitive_box :: (BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#683 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_get_primitive_triangle :: (BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc, BtPrimitiveTriangleClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#610 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_unlock :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#693 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_get_bullet_triangle :: (BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc, BtTriangleShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#628 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_get_primitive_count :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#531 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#531 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_margin_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#532 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_margin_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#532 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_meshInterface_set :: (BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc, BtStridingMeshInterfaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#533 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_meshInterface_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#533 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_scale_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#534 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_scale_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#534 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_part_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#535 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_part_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#535 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_lock_count_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#537 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_m_lock_count_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#537 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_numverts_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#539 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_numverts_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#539 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_stride_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#541 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_stride_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#541 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_indexstride_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#542 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_indexstride_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#542 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_TrimeshPrimitiveManager_numfaces_set :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> Int -> IO () btGImpactMeshShapePart_TrimeshPrimitiveManager_numfaces_get :: BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#243 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB0 :: IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB1 :: Vec3 -> Vec3 -> Vec3 -> IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB2 :: Vec3 -> Vec3 -> Vec3 -> Float -> IO (BtAABB) btAABB3 :: BtAABBClass p0 => p0 -> Float -> IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#507 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_free :: BtAABBClass bc => bc -> IO () btAABB_overlapping_trans_conservative :: (BtAABBClass bc, BtAABBClass p0) => bc -> p0 -> Transform -> IO (Bool, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#507 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_overlapping_trans_conservative' :: (BtAABBClass bc, BtAABBClass p0) => bc -> p0 -> IO (Bool, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#360 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_appy_transform :: BtAABBClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#360 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_appy_transform' :: BtAABBClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#425 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_find_intersection :: (BtAABBClass bc, BtAABBClass p0, BtAABBClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#456 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_collide_ray :: BtAABBClass bc => bc -> Vec3 -> Vec3 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#456 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_collide_ray' :: BtAABBClass bc => bc -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#524 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_overlapping_trans_cache :: (BtAABBClass bc, BtAABBClass p0, BT_BOX_BOX_TRANSFORM_CACHEClass p1) => bc -> p0 -> p1 -> Bool -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#418 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_get_center_extend :: BtAABBClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#418 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_get_center_extend' :: BtAABBClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_invalidate :: BtAABBClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#437 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_has_collision :: (BtAABBClass bc, BtAABBClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_appy_transform_trans_cache :: (BtAABBClass bc, BT_BOX_BOX_TRANSFORM_CACHEClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#341 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_calc_from_triangle_margin :: BtAABBClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#341 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_calc_from_triangle_margin' :: BtAABBClass bc => bc -> Float -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#301 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_increment_margin :: BtAABBClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#393 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_merge :: (BtAABBClass bc, BtAABBClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#578 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_collide_plane :: BtAABBClass bc => bc -> Vec4 -> IO (Bool, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#578 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_collide_plane' :: BtAABBClass bc => bc -> IO (Bool, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#515 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_overlapping_trans_conservative2 :: (BtAABBClass bc, BtAABBClass p0, BT_BOX_BOX_TRANSFORM_CACHEClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#311 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_copy_with_margin :: (BtAABBClass bc, BtAABBClass p0) => bc -> p0 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#589 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_collide_triangle_exact :: BtAABBClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec4 -> IO (Bool, Vec3, Vec3, Vec3, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#589 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_collide_triangle_exact' :: BtAABBClass bc => bc -> IO (Bool, Vec3, Vec3, Vec3, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#235 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#235 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_m_max_set :: BtAABBClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#234 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_m_max_get :: BtAABBClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.h?r=2223#234 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btBoxCollision.cpp?r=2223 btAABB_m_min_set :: BtAABBClass bc => bc -> Vec3 -> IO () btAABB_m_min_get :: BtAABBClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree :: IO (BtBvhTree) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_free :: BtBvhTreeClass bc => bc -> IO () btBvhTree_getNodeCount :: BtBvhTreeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_build_tree :: (BtBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_setNodeBound :: (BtBvhTreeClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_getLeftNode :: BtBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree__build_sub_tree :: (BtBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_clearNodes :: BtBvhTreeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree__sort_and_calc_splitting_index :: (BtBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> Int -> Int -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_getEscapeNodeIndex :: BtBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#179 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_isLeafNode :: BtBvhTreeClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#215 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_get_node_pointer :: BtBvhTreeClass bc => bc -> Int -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_getNodeData :: BtBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_getNodeBound :: (BtBvhTreeClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#204 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_getRightNode :: BtBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree__calc_splitting_axis :: (BtBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> Int -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_m_num_nodes_set :: BtBvhTreeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_m_num_nodes_get :: BtBvhTreeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btBvhTree_m_node_array_set :: (BtBvhTreeClass bc, GIM_BVH_TREE_NODE_ARRAYClass a) => bc -> a -> IO () btBvhTree_m_node_array_get :: BtBvhTreeClass bc => bc -> IO (GIM_BVH_TREE_NODE_ARRAY) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#262 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh0 :: IO (BtGImpactBvh) btGImpactBvh1 :: BtPrimitiveManagerBaseClass p0 => p0 -> IO (BtGImpactBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#354 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_free :: BtGImpactBvhClass bc => bc -> IO () btGImpactBvh_setNodeBound :: (BtGImpactBvhClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#370 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getEscapeNodeIndex :: BtGImpactBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#339 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_isLeafNode :: BtGImpactBvhClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getPrimitiveManager :: BtGImpactBvhClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#349 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getNodeBound :: (BtGImpactBvhClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#365 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getRightNode :: BtGImpactBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#360 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getLeftNode :: BtGImpactBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_setPrimitiveManager :: (BtGImpactBvhClass bc, BtPrimitiveManagerBaseClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#301 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_buildSet :: BtGImpactBvhClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getNodeTriangle :: (BtGImpactBvhClass bc, BtPrimitiveTriangleClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#333 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getNodeCount :: BtGImpactBvhClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#321 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_hasHierarchy :: BtGImpactBvhClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_rayQuery :: (BtGImpactBvhClass bc, BtAlignedObjectArray_int_Class p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_rayQuery' :: (BtGImpactBvhClass bc, BtAlignedObjectArray_int_Class p2) => bc -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#295 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_update :: BtGImpactBvhClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_refit :: BtGImpactBvhClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_isTrimesh :: BtGImpactBvhClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_boxQuery :: (BtGImpactBvhClass bc, BtAABBClass p0, BtAlignedObjectArray_int_Class p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#392 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_find_collision :: (BtGImpactBvhClass p0, BtGImpactBvhClass p2, BtPairSetClass p4) => p0 -> Transform -> p2 -> Transform -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#392 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_find_collision' :: (BtGImpactBvhClass p0, BtGImpactBvhClass p2, BtPairSetClass p4) => p0 -> p2 -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#381 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_get_node_pointer :: BtGImpactBvhClass bc => bc -> Int -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_boxQueryTrans :: (BtGImpactBvhClass bc, BtAABBClass p0, BtAlignedObjectArray_int_Class p2) => bc -> p0 -> Transform -> p2 -> IO (Bool, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_boxQueryTrans' :: (BtGImpactBvhClass bc, BtAABBClass p0, BtAlignedObjectArray_int_Class p2) => bc -> p0 -> p2 -> IO (Bool, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#344 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_getNodeData :: BtGImpactBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#253 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#253 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_m_box_tree_set :: (BtGImpactBvhClass bc, BtBvhTreeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_m_box_tree_get :: BtGImpactBvhClass bc => bc -> IO (BtBvhTree) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btGImpactBvh_m_primitive_manager_set :: (BtGImpactBvhClass bc, BtPrimitiveManagerBaseClass a) => bc -> a -> IO () btGImpactBvh_m_primitive_manager_get :: BtGImpactBvhClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm :: (BtCollisionAlgorithmConstructionInfoClass p0, BtCollisionObjectClass p1, BtCollisionObjectClass p2) => p0 -> p1 -> p2 -> IO (BtGImpactCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#276 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_free :: BtGImpactCollisionAlgorithmClass bc => bc -> IO () btGImpactCollisionAlgorithm_getFace1 :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_getFace0 :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#252 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_compoundshape :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtGImpactShapeInterfaceClass p2, BtCompoundShapeClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#247 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_shape :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtGImpactShapeInterfaceClass p2, BtCollisionShapeClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#172 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_convex_vs_convex_collision :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtCollisionShapeClass p2, BtCollisionShapeClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_setFace0 :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_setFace1 :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_checkManifold :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_newContactManifold :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_addContactPoint :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_addContactPoint' :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpacttrimeshpart_vs_plane_collision :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtGImpactMeshShapePartClass p2, BtStaticPlaneShapeClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_registerAlgorithm :: BtCollisionDispatcherClass p0 => p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_processCollision :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_destroyContactManifolds :: BtGImpactCollisionAlgorithmClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_gimpact_find_pairs :: (BtGImpactCollisionAlgorithmClass bc, BtGImpactShapeInterfaceClass p2, BtGImpactShapeInterfaceClass p3, BtPairSetClass p4) => bc -> Transform -> Transform -> p2 -> p3 -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_gimpact_find_pairs' :: (BtGImpactCollisionAlgorithmClass bc, BtGImpactShapeInterfaceClass p2, BtGImpactShapeInterfaceClass p3, BtPairSetClass p4) => bc -> p2 -> p3 -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_getLastManifold :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_shape_find_pairs :: (BtGImpactCollisionAlgorithmClass bc, BtGImpactShapeInterfaceClass p2, BtCollisionShapeClass p3, BtAlignedObjectArray_int_Class p4) => bc -> Transform -> Transform -> p2 -> p3 -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_shape_find_pairs' :: (BtGImpactCollisionAlgorithmClass bc, BtGImpactShapeInterfaceClass p2, BtCollisionShapeClass p3, BtAlignedObjectArray_int_Class p4) => bc -> p2 -> p3 -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_destroyConvexAlgorithm :: BtGImpactCollisionAlgorithmClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_checkConvexAlgorithm :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_newAlgorithm :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1) => bc -> p0 -> p1 -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#167 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_shape_vs_shape_collision :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtCollisionShapeClass p2, BtCollisionShapeClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_setPart1 :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_setPart0 :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_clearCache :: BtGImpactCollisionAlgorithmClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#292 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_getPart1 :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#284 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_getPart0 :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_concave :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtGImpactShapeInterfaceClass p2, BtConcaveShapeClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#205 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_calculateTimeOfImpact :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtDispatcherInfoClass p2, BtManifoldResultClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#242 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_gimpact_vs_gimpact :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionObjectClass p0, BtCollisionObjectClass p1, BtGImpactShapeInterfaceClass p2, BtGImpactShapeInterfaceClass p3) => bc -> p0 -> p1 -> p2 -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#207 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_getAllContactManifolds :: (BtGImpactCollisionAlgorithmClass bc, BtAlignedObjectArray_btPersistentManifold_ptr_Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_convex_algorithm_set :: (BtGImpactCollisionAlgorithmClass bc, BtCollisionAlgorithmClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_convex_algorithm_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (BtCollisionAlgorithm) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_manifoldPtr_set :: (BtGImpactCollisionAlgorithmClass bc, BtPersistentManifoldClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_manifoldPtr_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_resultOut_set :: (BtGImpactCollisionAlgorithmClass bc, BtManifoldResultClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_resultOut_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (BtManifoldResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_dispatchInfo_set :: (BtGImpactCollisionAlgorithmClass bc, BtDispatcherInfoClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_dispatchInfo_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (BtDispatcherInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_triface0_set :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_triface0_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_part0_set :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_part0_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_triface1_set :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_triface1_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp?r=2223 btGImpactCollisionAlgorithm_m_part1_set :: BtGImpactCollisionAlgorithmClass bc => bc -> Int -> IO () btGImpactCollisionAlgorithm_m_part1_get :: BtGImpactCollisionAlgorithmClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#370 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape :: Bool -> IO (BtGImpactCompoundShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#498 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_free :: BtGImpactCompoundShapeClass bc => bc -> IO () btGImpactCompoundShape_calculateLocalInertia :: BtGImpactCompoundShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#498 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_calculateLocalInertia' :: BtGImpactCompoundShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#410 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_addChildShape :: (BtGImpactCompoundShapeClass bc, BtCollisionShapeClass p1) => bc -> Transform -> p1 -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#410 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_addChildShape' :: (BtGImpactCompoundShapeClass bc, BtCollisionShapeClass p1) => bc -> p1 -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#410 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_addChildShape0 :: (BtGImpactCompoundShapeClass bc, BtCollisionShapeClass p1) => bc -> Transform -> p1 -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#410 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_addChildShape0' :: (BtGImpactCompoundShapeClass bc, BtCollisionShapeClass p1) => bc -> p1 -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#418 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_addChildShape1 :: (BtGImpactCompoundShapeClass bc, BtCollisionShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#397 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getCompoundPrimitiveManager :: BtGImpactCompoundShapeClass bc => bc -> IO (BtGImpactCompoundShape_CompoundPrimitiveManager) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#464 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_setChildTransform :: BtGImpactCompoundShapeClass bc => bc -> Int -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#464 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_setChildTransform' :: BtGImpactCompoundShapeClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#454 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getChildTransform :: BtGImpactCompoundShapeClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#490 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getBulletTetrahedron :: (BtGImpactCompoundShapeClass bc, BtTetrahedronShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#500 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getName :: BtGImpactCompoundShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#478 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_needsRetrieveTetrahedrons :: BtGImpactCompoundShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#425 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getChildShape :: BtGImpactCompoundShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#425 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getChildShape0 :: BtGImpactCompoundShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#431 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getChildShape1 :: BtGImpactCompoundShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#484 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getBulletTriangle :: (BtGImpactCompoundShapeClass bc, BtTriangleShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#472 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_needsRetrieveTriangles :: BtGImpactCompoundShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#383 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_childrenHasTransform :: BtGImpactCompoundShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#403 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getNumChildShapes :: BtGImpactCompoundShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#391 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getPrimitiveManager :: BtGImpactCompoundShapeClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#439 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getChildAabb :: BtGImpactCompoundShapeClass bc => bc -> Int -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#439 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_getChildAabb' :: BtGImpactCompoundShapeClass bc => bc -> Int -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#365 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#365 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_m_childShapes_set :: (BtGImpactCompoundShapeClass bc, BtAlignedObjectArray_btCollisionShape_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#364 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_m_childShapes_get :: BtGImpactCompoundShapeClass bc => bc -> IO (BtAlignedObjectArray_btCollisionShape_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#364 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_m_childTransforms_set :: (BtGImpactCompoundShapeClass bc, BtAlignedObjectArray_btTransform_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#363 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_m_childTransforms_get :: BtGImpactCompoundShapeClass bc => bc -> IO (BtAlignedObjectArray_btTransform_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#363 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactCompoundShape_m_primitive_manager_set :: (BtGImpactCompoundShapeClass bc, BtGImpactCompoundShape_CompoundPrimitiveManagerClass a) => bc -> a -> IO () btGImpactCompoundShape_m_primitive_manager_get :: BtGImpactCompoundShapeClass bc => bc -> IO (BtGImpactCompoundShape_CompoundPrimitiveManager) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#927 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape :: BtStridingMeshInterfaceClass p0 => p0 -> IO (BtGImpactMeshShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1014 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_free :: BtGImpactMeshShapeClass bc => bc -> IO () btGImpactMeshShape_calculateLocalInertia :: BtGImpactMeshShapeClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1014 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_calculateLocalInertia' :: BtGImpactMeshShapeClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_setChildTransform :: BtGImpactMeshShapeClass bc => bc -> Int -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_setChildTransform' :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#945 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getMeshInterface :: BtGImpactMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#945 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getMeshInterface0 :: BtGImpactMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#950 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getMeshInterface1 :: BtGImpactMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1018 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getPrimitiveManager :: BtGImpactMeshShapeClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_processAllTriangles :: (BtGImpactMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_processAllTriangles' :: (BtGImpactMeshShapeClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#955 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getMeshPartCount :: BtGImpactMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_calculateSerializeBufferSize :: BtGImpactMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_rayTest :: (BtGImpactMeshShapeClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_rayTest' :: (BtGImpactMeshShapeClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#905 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_buildMeshParts :: (BtGImpactMeshShapeClass bc, BtStridingMeshInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getName :: BtGImpactMeshShapeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1054 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getBulletTriangle :: (BtGImpactMeshShapeClass bc, BtTriangleShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#973 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_setLocalScaling :: BtGImpactMeshShapeClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#973 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_setLocalScaling' :: BtGImpactMeshShapeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1041 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_needsRetrieveTriangles :: BtGImpactMeshShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1034 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_childrenHasTransform :: BtGImpactMeshShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1090 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getChildShape :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1090 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getChildShape0 :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1099 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getChildShape1 :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#915 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_calcLocalAABB :: BtGImpactMeshShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getChildTransform :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_serialize :: (BtGImpactMeshShapeClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1067 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_lockChildShapes :: BtGImpactMeshShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#987 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_setMargin :: BtGImpactMeshShapeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1026 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getNumChildShapes :: BtGImpactMeshShapeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1083 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getChildAabb :: BtGImpactMeshShapeClass bc => bc -> Int -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1083 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getChildAabb' :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1060 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getBulletTetrahedron :: (BtGImpactMeshShapeClass bc, BtTetrahedronShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1048 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_needsRetrieveTetrahedrons :: BtGImpactMeshShapeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1072 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_unlockChildShapes :: BtGImpactMeshShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#960 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getMeshPart :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#960 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getMeshPart0 :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#967 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_getMeshPart1 :: BtGImpactMeshShapeClass bc => bc -> Int -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1002 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_postUpdate :: BtGImpactMeshShapeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#901 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#901 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_m_meshInterface_set :: (BtGImpactMeshShapeClass bc, BtStridingMeshInterfaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#904 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_m_meshInterface_get :: BtGImpactMeshShapeClass bc => bc -> IO (BtStridingMeshInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#904 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShape_m_mesh_parts_set :: (BtGImpactMeshShapeClass bc, BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class a) => bc -> a -> IO () btGImpactMeshShape_m_mesh_parts_get :: BtGImpactMeshShapeClass bc => bc -> IO (BtAlignedObjectArray_btGImpactMeshShapePart_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1153 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData :: IO (BtGImpactMeshShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_free :: BtGImpactMeshShapeDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_collisionShapeData_set :: (BtGImpactMeshShapeDataClass bc, BtCollisionShapeDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_collisionShapeData_get :: BtGImpactMeshShapeDataClass bc => bc -> IO (BtCollisionShapeData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_meshInterface_set :: (BtGImpactMeshShapeDataClass bc, BtStridingMeshInterfaceDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1158 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_meshInterface_get :: BtGImpactMeshShapeDataClass bc => bc -> IO (BtStridingMeshInterfaceData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1158 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_localScaling_set :: (BtGImpactMeshShapeDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1160 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_localScaling_get :: BtGImpactMeshShapeDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1160 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_collisionMargin_set :: BtGImpactMeshShapeDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_collisionMargin_get :: BtGImpactMeshShapeDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#1162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapeData_m_gimpactSubType_set :: BtGImpactMeshShapeDataClass bc => bc -> Int -> IO () btGImpactMeshShapeData_m_gimpactSubType_get :: BtGImpactMeshShapeDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#716 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#710 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart0 :: IO (BtGImpactMeshShapePart) btGImpactMeshShapePart1 :: BtStridingMeshInterfaceClass p0 => p0 -> Int -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#809 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_free :: BtGImpactMeshShapePartClass bc => bc -> IO () btGImpactMeshShapePart_calculateLocalInertia :: BtGImpactMeshShapePartClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#809 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_calculateLocalInertia' :: BtGImpactMeshShapePartClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#786 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_setChildTransform :: BtGImpactMeshShapePartClass bc => bc -> Int -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#786 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_setChildTransform' :: BtGImpactMeshShapePartClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#877 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getLocalScaling :: BtGImpactMeshShapePartClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#855 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getVertex :: BtGImpactMeshShapePartClass bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#855 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getVertex' :: BtGImpactMeshShapePartClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#887 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_processAllTriangles :: (BtGImpactMeshShapePartClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#887 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_processAllTriangles' :: (BtGImpactMeshShapePartClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#814 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getName :: BtGImpactMeshShapePartClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#836 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getBulletTriangle :: (BtGImpactMeshShapePartClass bc, BtTriangleShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#871 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_setLocalScaling :: BtGImpactMeshShapePartClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#871 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_setLocalScaling' :: BtGImpactMeshShapePartClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#882 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getPart :: BtGImpactMeshShapePartClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#728 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_childrenHasTransform :: BtGImpactMeshShapePartClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#825 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_needsRetrieveTriangles :: BtGImpactMeshShapePartClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#757 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getChildShape :: BtGImpactMeshShapePartClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#757 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getChildShape0 :: BtGImpactMeshShapePartClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#767 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getChildShape1 :: BtGImpactMeshShapePartClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#775 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getChildTransform :: BtGImpactMeshShapePartClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#735 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_lockChildShapes :: BtGImpactMeshShapePartClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#866 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getMargin :: BtGImpactMeshShapePartClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#860 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_setMargin :: BtGImpactMeshShapePartClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#795 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getPrimitiveManager :: BtGImpactMeshShapePartClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#750 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getNumChildShapes :: BtGImpactMeshShapePartClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#841 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getBulletTetrahedron :: (BtGImpactMeshShapePartClass bc, BtTetrahedronShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#800 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getTrimeshPrimitiveManager :: BtGImpactMeshShapePartClass bc => bc -> IO (BtGImpactMeshShapePart_TrimeshPrimitiveManager) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#831 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_needsRetrieveTetrahedrons :: BtGImpactMeshShapePartClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#742 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_unlockChildShapes :: BtGImpactMeshShapePartClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#850 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_getVertexCount :: BtGImpactMeshShapePartClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#707 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#707 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactMeshShapePart_m_primitive_manager_set :: (BtGImpactMeshShapePartClass bc, BtGImpactMeshShapePart_TrimeshPrimitiveManagerClass a) => bc -> a -> IO () btGImpactMeshShapePart_m_primitive_manager_get :: BtGImpactMeshShapePartClass bc => bc -> IO (BtGImpactMeshShapePart_TrimeshPrimitiveManager) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh0 :: IO (BtGImpactQuantizedBvh) btGImpactQuantizedBvh1 :: BtPrimitiveManagerBaseClass p0 => p0 -> IO (BtGImpactQuantizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#330 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_free :: BtGImpactQuantizedBvhClass bc => bc -> IO () btGImpactQuantizedBvh_setNodeBound :: (BtGImpactQuantizedBvhClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#346 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getEscapeNodeIndex :: BtGImpactQuantizedBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#315 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_isLeafNode :: BtGImpactQuantizedBvhClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#261 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getPrimitiveManager :: BtGImpactQuantizedBvhClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getNodeBound :: (BtGImpactQuantizedBvhClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#341 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getRightNode :: BtGImpactQuantizedBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#336 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getLeftNode :: BtGImpactQuantizedBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#256 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_setPrimitiveManager :: (BtGImpactQuantizedBvhClass bc, BtPrimitiveManagerBaseClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_buildSet :: BtGImpactQuantizedBvhClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#351 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getNodeTriangle :: (BtGImpactQuantizedBvhClass bc, BtPrimitiveTriangleClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getNodeCount :: BtGImpactQuantizedBvhClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_hasHierarchy :: BtGImpactQuantizedBvhClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#294 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_rayQuery :: (BtGImpactQuantizedBvhClass bc, BtAlignedObjectArray_int_Class p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#294 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_rayQuery' :: (BtGImpactQuantizedBvhClass bc, BtAlignedObjectArray_int_Class p2) => bc -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_update :: BtGImpactQuantizedBvhClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#234 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_refit :: BtGImpactQuantizedBvhClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#303 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_isTrimesh :: BtGImpactQuantizedBvhClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_boxQuery :: (BtGImpactQuantizedBvhClass bc, BtAABBClass p0, BtAlignedObjectArray_int_Class p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#368 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_find_collision :: (BtGImpactQuantizedBvhClass p0, BtGImpactQuantizedBvhClass p2, BtPairSetClass p4) => p0 -> Transform -> p2 -> Transform -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#368 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_find_collision' :: (BtGImpactQuantizedBvhClass p0, BtGImpactQuantizedBvhClass p2, BtPairSetClass p4) => p0 -> p2 -> p4 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#357 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_get_node_pointer :: BtGImpactQuantizedBvhClass bc => bc -> Int -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#284 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_boxQueryTrans :: (BtGImpactQuantizedBvhClass bc, BtAABBClass p0, BtAlignedObjectArray_int_Class p2) => bc -> p0 -> Transform -> p2 -> IO (Bool, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#284 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_boxQueryTrans' :: (BtGImpactQuantizedBvhClass bc, BtAABBClass p0, BtAlignedObjectArray_int_Class p2) => bc -> p0 -> p2 -> IO (Bool, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#320 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_getNodeData :: BtGImpactQuantizedBvhClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_m_box_tree_set :: (BtGImpactQuantizedBvhClass bc, BtQuantizedBvhTreeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_m_box_tree_get :: BtGImpactQuantizedBvhClass bc => bc -> IO (BtQuantizedBvhTree) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btGImpactQuantizedBvh_m_primitive_manager_set :: (BtGImpactQuantizedBvhClass bc, BtPrimitiveManagerBaseClass a) => bc -> a -> IO () btGImpactQuantizedBvh_m_primitive_manager_get :: BtGImpactQuantizedBvhClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#239 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getPrimitiveTriangle :: (BtGImpactShapeInterfaceClass bc, BtPrimitiveTriangleClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_setChildTransform :: BtGImpactShapeInterfaceClass bc => bc -> Int -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#271 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_setChildTransform' :: BtGImpactShapeInterfaceClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getLocalScaling :: BtGImpactShapeInterfaceClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getLocalBox :: BtGImpactShapeInterfaceClass bc => bc -> IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getPrimitiveManager :: BtGImpactShapeInterfaceClass bc => bc -> IO (BtPrimitiveManagerBase) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#286 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_processAllTriangles :: (BtGImpactShapeInterfaceClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#286 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_processAllTriangles' :: (BtGImpactShapeInterfaceClass bc, BtTriangleCallbackClass p0) => bc -> p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#201 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_hasBoxSet :: BtGImpactShapeInterfaceClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_rayTest :: (BtGImpactShapeInterfaceClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_rayTest' :: (BtGImpactShapeInterfaceClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getBoxSet :: BtGImpactShapeInterfaceClass bc => bc -> IO (BtGImpactQuantizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#223 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getBulletTriangle :: (BtGImpactShapeInterfaceClass bc, BtTriangleShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_setLocalScaling :: BtGImpactShapeInterfaceClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_setLocalScaling' :: BtGImpactShapeInterfaceClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#218 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_needsRetrieveTriangles :: BtGImpactShapeInterfaceClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#215 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_childrenHasTransform :: BtGImpactShapeInterfaceClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getAabb :: BtGImpactShapeInterfaceClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getAabb' :: BtGImpactShapeInterfaceClass bc => bc -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getChildShape :: BtGImpactShapeInterfaceClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getChildShape0 :: BtGImpactShapeInterfaceClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#262 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getChildShape1 :: BtGImpactShapeInterfaceClass bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_calcLocalAABB :: BtGImpactShapeInterfaceClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getChildTransform :: BtGImpactShapeInterfaceClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_lockChildShapes :: BtGImpactShapeInterfaceClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#174 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_setMargin :: BtGImpactShapeInterfaceClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#212 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getNumChildShapes :: BtGImpactShapeInterfaceClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getChildAabb :: BtGImpactShapeInterfaceClass bc => bc -> Int -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getChildAabb' :: BtGImpactShapeInterfaceClass bc => bc -> Int -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getShapeType :: BtGImpactShapeInterfaceClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_getBulletTetrahedron :: (BtGImpactShapeInterfaceClass bc, BtTetrahedronShapeExClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_needsRetrieveTetrahedrons :: BtGImpactShapeInterfaceClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#234 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_unlockChildShapes :: BtGImpactShapeInterfaceClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_postUpdate :: BtGImpactShapeInterfaceClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_updateBound :: BtGImpactShapeInterfaceClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_localScaling_set :: BtGImpactShapeInterfaceClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_localScaling_get :: BtGImpactShapeInterfaceClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_m_box_set_set :: (BtGImpactShapeInterfaceClass bc, BtGImpactQuantizedBvhClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_m_box_set_get :: BtGImpactShapeInterfaceClass bc => bc -> IO (BtGImpactQuantizedBvh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_m_localAABB_set :: (BtGImpactShapeInterfaceClass bc, BtAABBClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_m_localAABB_get :: BtGImpactShapeInterfaceClass bc => bc -> IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btGImpactShapeInterface_m_needs_update_set :: BtGImpactShapeInterfaceClass bc => bc -> Bool -> IO () btGImpactShapeInterface_m_needs_update_get :: BtGImpactShapeInterfaceClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btPairSet :: IO (BtPairSet) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btPairSet_free :: BtPairSetClass bc => bc -> IO () btPairSet_push_pair_inv :: BtPairSetClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btPairSet_push_pair :: BtPairSetClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#239 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btPrimitiveManagerBase_get_primitive_box :: (BtPrimitiveManagerBaseClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#241 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btPrimitiveManagerBase_get_primitive_triangle :: (BtPrimitiveManagerBaseClass bc, BtPrimitiveTriangleClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btPrimitiveManagerBase_is_trimesh :: BtPrimitiveManagerBaseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactBvh.cpp?r=2223 btPrimitiveManagerBase_get_primitive_count :: BtPrimitiveManagerBaseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle :: IO (BtPrimitiveTriangle) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_free :: BtPrimitiveTriangleClass bc => bc -> IO () btPrimitiveTriangle_get_edge_plane :: BtPrimitiveTriangleClass bc => bc -> Int -> Vec4 -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_get_edge_plane' :: BtPrimitiveTriangleClass bc => bc -> Int -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_overlap_test_conservative :: (BtPrimitiveTriangleClass bc, BtPrimitiveTriangleClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_buildTriPlane :: BtPrimitiveTriangleClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_applyTransform :: BtPrimitiveTriangleClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_applyTransform' :: BtPrimitiveTriangleClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_find_triangle_collision_clip_method :: (BtPrimitiveTriangleClass bc, BtPrimitiveTriangleClass p0, GIM_TRIANGLE_CONTACTClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_m_dummy_set :: BtPrimitiveTriangleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_m_dummy_get :: BtPrimitiveTriangleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_m_margin_set :: BtPrimitiveTriangleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_m_margin_get :: BtPrimitiveTriangleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btPrimitiveTriangle_m_plane_set :: BtPrimitiveTriangleClass bc => bc -> Vec4 -> IO () btPrimitiveTriangle_m_plane_get :: BtPrimitiveTriangleClass bc => bc -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree :: IO (BtQuantizedBvhTree) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_free :: BtQuantizedBvhTreeClass bc => bc -> IO () btQuantizedBvhTree_getNodeCount :: BtQuantizedBvhTreeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_calc_quantization :: (BtQuantizedBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_build_tree :: (BtQuantizedBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_setNodeBound :: (BtQuantizedBvhTreeClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_getLeftNode :: BtQuantizedBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree__build_sub_tree :: (BtQuantizedBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_clearNodes :: BtQuantizedBvhTreeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree__sort_and_calc_splitting_index :: (BtQuantizedBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> Int -> Int -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_getEscapeNodeIndex :: BtQuantizedBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_isLeafNode :: BtQuantizedBvhTreeClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#211 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_get_node_pointer :: BtQuantizedBvhTreeClass bc => bc -> Int -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_getNodeData :: BtQuantizedBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#169 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_getNodeBound :: (BtQuantizedBvhTreeClass bc, BtAABBClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_getRightNode :: BtQuantizedBvhTreeClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree__calc_splitting_axis :: (BtQuantizedBvhTreeClass bc, GIM_BVH_DATA_ARRAYClass p0) => bc -> p0 -> Int -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_m_bvhQuantization_set :: BtQuantizedBvhTreeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_m_bvhQuantization_get :: BtQuantizedBvhTreeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_m_global_bound_set :: (BtQuantizedBvhTreeClass bc, BtAABBClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_m_global_bound_get :: BtQuantizedBvhTreeClass bc => bc -> IO (BtAABB) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_m_node_array_set :: (BtQuantizedBvhTreeClass bc, GIM_QUANTIZED_BVH_NODE_ARRAYClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_m_node_array_get :: BtQuantizedBvhTreeClass bc => bc -> IO (GIM_QUANTIZED_BVH_NODE_ARRAY) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp?r=2223 btQuantizedBvhTree_m_num_nodes_set :: BtQuantizedBvhTreeClass bc => bc -> Int -> IO () btQuantizedBvhTree_m_num_nodes_get :: BtQuantizedBvhTreeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btTetrahedronShapeEx :: IO (BtTetrahedronShapeEx) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btTetrahedronShapeEx_free :: BtTetrahedronShapeExClass bc => bc -> IO () btTetrahedronShapeEx_setVertices :: BtTetrahedronShapeExClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btGImpactShape.cpp?r=2223 btTetrahedronShapeEx_setVertices' :: BtTetrahedronShapeExClass bc => bc -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx0 :: IO (BtTriangleShapeEx) btTriangleShapeEx1 :: Vec3 -> Vec3 -> Vec3 -> IO (BtTriangleShapeEx) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx_free :: BtTriangleShapeExClass bc => bc -> IO () btTriangleShapeEx_overlap_test_conservative :: (BtTriangleShapeExClass bc, BtTriangleShapeExClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#169 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx_buildTriPlane :: BtTriangleShapeExClass bc => bc -> Vec4 -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#169 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx_buildTriPlane' :: BtTriangleShapeExClass bc => bc -> IO (Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx_applyTransform :: BtTriangleShapeExClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx_applyTransform' :: BtTriangleShapeExClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx_getAabb :: BtTriangleShapeExClass bc => bc -> Transform -> Vec3 -> Vec3 -> IO (Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/Gimpact/btTriangleShapeEx.cpp?r=2223 btTriangleShapeEx_getAabb' :: BtTriangleShapeExClass bc => bc -> IO (Transform, Vec3, Vec3) bT_BOX_BOX_TRANSFORM_CACHE'_ :: IO (Ptr ()) bT_BOX_BOX_TRANSFORM_CACHE_free'_ :: (Ptr ()) -> (IO ()) bT_BOX_BOX_TRANSFORM_CACHE_calc_from_full_invert'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) bT_BOX_BOX_TRANSFORM_CACHE_calc_from_full_invert''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) bT_BOX_BOX_TRANSFORM_CACHE_calc_from_homogenic'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) bT_BOX_BOX_TRANSFORM_CACHE_calc_from_homogenic''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) bT_BOX_BOX_TRANSFORM_CACHE_transform'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) bT_BOX_BOX_TRANSFORM_CACHE_transform''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) bT_BOX_BOX_TRANSFORM_CACHE_calc_absolute_matrix'_ :: (Ptr ()) -> (IO ()) bT_BOX_BOX_TRANSFORM_CACHE_m_T1to0_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) bT_BOX_BOX_TRANSFORM_CACHE_m_T1to0_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) bT_BOX_BOX_TRANSFORM_CACHE_m_R1to0_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) bT_BOX_BOX_TRANSFORM_CACHE_m_R1to0_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) bT_BOX_BOX_TRANSFORM_CACHE_m_AR_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) bT_BOX_BOX_TRANSFORM_CACHE_m_AR_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) bT_QUANTIZED_BVH_NODE'_ :: IO (Ptr ()) bT_QUANTIZED_BVH_NODE_free'_ :: (Ptr ()) -> (IO ()) bT_QUANTIZED_BVH_NODE_getEscapeIndex'_ :: (Ptr ()) -> (IO CInt) bT_QUANTIZED_BVH_NODE_getDataIndex'_ :: (Ptr ()) -> (IO CInt) bT_QUANTIZED_BVH_NODE_setEscapeIndex'_ :: (Ptr ()) -> (CInt -> (IO ())) bT_QUANTIZED_BVH_NODE_setDataIndex'_ :: (Ptr ()) -> (CInt -> (IO ())) bT_QUANTIZED_BVH_NODE_isLeafNode'_ :: (Ptr ()) -> (IO CInt) bT_QUANTIZED_BVH_NODE_m_escapeIndexOrDataIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) bT_QUANTIZED_BVH_NODE_m_escapeIndexOrDataIndex_get'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape_CompoundPrimitiveManager0'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCompoundShape_CompoundPrimitiveManager1'_ :: IO (Ptr ()) btGImpactCompoundShape_CompoundPrimitiveManager_free'_ :: (Ptr ()) -> (IO ()) btGImpactCompoundShape_CompoundPrimitiveManager_get_primitive_count'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape_CompoundPrimitiveManager_get_primitive_triangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_CompoundPrimitiveManager_get_primitive_box'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_CompoundPrimitiveManager_is_trimesh'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape_CompoundPrimitiveManager_m_compoundShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCompoundShape_CompoundPrimitiveManager_m_compoundShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCollisionAlgorithm_CreateFunc'_ :: IO (Ptr ()) btGImpactCollisionAlgorithm_CreateFunc_free'_ :: (Ptr ()) -> (IO ()) btGImpactCollisionAlgorithm_CreateFunc_CreateCollisionAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) gIM_BVH_DATA'_ :: IO (Ptr ()) gIM_BVH_DATA_free'_ :: (Ptr ()) -> (IO ()) gIM_BVH_DATA_m_bound_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) gIM_BVH_DATA_m_bound_get'_ :: (Ptr ()) -> (IO (Ptr ())) gIM_BVH_DATA_m_data_set'_ :: (Ptr ()) -> (CInt -> (IO ())) gIM_BVH_DATA_m_data_get'_ :: (Ptr ()) -> (IO CInt) gIM_BVH_DATA_ARRAY'_ :: IO (Ptr ()) gIM_BVH_DATA_ARRAY_free'_ :: (Ptr ()) -> (IO ()) gIM_BVH_TREE_NODE'_ :: IO (Ptr ()) gIM_BVH_TREE_NODE_free'_ :: (Ptr ()) -> (IO ()) gIM_BVH_TREE_NODE_setDataIndex'_ :: (Ptr ()) -> (CInt -> (IO ())) gIM_BVH_TREE_NODE_getEscapeIndex'_ :: (Ptr ()) -> (IO CInt) gIM_BVH_TREE_NODE_getDataIndex'_ :: (Ptr ()) -> (IO CInt) gIM_BVH_TREE_NODE_setEscapeIndex'_ :: (Ptr ()) -> (CInt -> (IO ())) gIM_BVH_TREE_NODE_isLeafNode'_ :: (Ptr ()) -> (IO CInt) gIM_BVH_TREE_NODE_m_bound_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) gIM_BVH_TREE_NODE_m_bound_get'_ :: (Ptr ()) -> (IO (Ptr ())) gIM_BVH_TREE_NODE_m_escapeIndexOrDataIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) gIM_BVH_TREE_NODE_m_escapeIndexOrDataIndex_get'_ :: (Ptr ()) -> (IO CInt) gIM_BVH_TREE_NODE_ARRAY'_ :: IO (Ptr ()) gIM_BVH_TREE_NODE_ARRAY_free'_ :: (Ptr ()) -> (IO ()) gIM_PAIR0'_ :: IO (Ptr ()) gIM_PAIR1'_ :: CInt -> (CInt -> (IO (Ptr ()))) gIM_PAIR_free'_ :: (Ptr ()) -> (IO ()) gIM_PAIR_m_index1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) gIM_PAIR_m_index1_get'_ :: (Ptr ()) -> (IO CInt) gIM_PAIR_m_index2_set'_ :: (Ptr ()) -> (CInt -> (IO ())) gIM_PAIR_m_index2_get'_ :: (Ptr ()) -> (IO CInt) gIM_QUANTIZED_BVH_NODE_ARRAY'_ :: IO (Ptr ()) gIM_QUANTIZED_BVH_NODE_ARRAY_free'_ :: (Ptr ()) -> (IO ()) gIM_TRIANGLE_CONTACT'_ :: IO (Ptr ()) gIM_TRIANGLE_CONTACT_free'_ :: (Ptr ()) -> (IO ()) gIM_TRIANGLE_CONTACT_copy_from'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) gIM_TRIANGLE_CONTACT_m_penetration_depth_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) gIM_TRIANGLE_CONTACT_m_penetration_depth_get'_ :: (Ptr ()) -> (IO CFloat) gIM_TRIANGLE_CONTACT_m_point_count_set'_ :: (Ptr ()) -> (CInt -> (IO ())) gIM_TRIANGLE_CONTACT_m_point_count_get'_ :: (Ptr ()) -> (IO CInt) gIM_TRIANGLE_CONTACT_m_separating_normal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) gIM_TRIANGLE_CONTACT_m_separating_normal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager0'_ :: IO (Ptr ()) btGImpactMeshShapePart_TrimeshPrimitiveManager1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShapePart_TrimeshPrimitiveManager_free'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShapePart_TrimeshPrimitiveManager_get_vertex_count'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_get_vertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_TrimeshPrimitiveManager_get_vertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_TrimeshPrimitiveManager_is_trimesh'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_lock'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShapePart_TrimeshPrimitiveManager_get_primitive_box'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactMeshShapePart_TrimeshPrimitiveManager_get_primitive_triangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactMeshShapePart_TrimeshPrimitiveManager_unlock'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShapePart_TrimeshPrimitiveManager_get_bullet_triangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactMeshShapePart_TrimeshPrimitiveManager_get_primitive_count'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_margin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_margin_get'_ :: (Ptr ()) -> (IO CFloat) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_meshInterface_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_meshInterface_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_scale_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_scale_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_part_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_part_get'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_lock_count_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_m_lock_count_get'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_numverts_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_numverts_get'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_stride_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_stride_get'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_indexstride_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_indexstride_get'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_TrimeshPrimitiveManager_numfaces_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactMeshShapePart_TrimeshPrimitiveManager_numfaces_get'_ :: (Ptr ()) -> (IO CInt) btAABB0'_ :: IO (Ptr ()) btAABB1'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ())))) btAABB2'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO (Ptr ()))))) btAABB3'_ :: (Ptr ()) -> (CFloat -> (IO (Ptr ()))) btAABB_free'_ :: (Ptr ()) -> (IO ()) btAABB_overlapping_trans_conservative'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO CInt))) btAABB_overlapping_trans_conservative''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO CInt))) btAABB_appy_transform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAABB_appy_transform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAABB_find_intersection'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAABB_collide_ray'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))) btAABB_collide_ray''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))) btAABB_overlapping_trans_cache'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO CInt)))) btAABB_get_center_extend'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAABB_get_center_extend''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAABB_invalidate'_ :: (Ptr ()) -> (IO ()) btAABB_has_collision'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btAABB_appy_transform_trans_cache'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAABB_calc_from_triangle_margin'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btAABB_calc_from_triangle_margin''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btAABB_increment_margin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAABB_merge'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAABB_collide_plane'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CInt)) btAABB_collide_plane''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CInt)) btAABB_overlapping_trans_conservative2'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btAABB_copy_with_margin'_ :: (Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO ()))) btAABB_collide_triangle_exact'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))))) btAABB_collide_triangle_exact''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))))) btAABB_m_max_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAABB_m_max_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAABB_m_min_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAABB_m_min_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btBvhTree'_ :: IO (Ptr ()) btBvhTree_free'_ :: (Ptr ()) -> (IO ()) btBvhTree_getNodeCount'_ :: (Ptr ()) -> (IO CInt) btBvhTree_build_tree'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhTree_setNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btBvhTree_getLeftNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btBvhTree__build_sub_tree'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btBvhTree_clearNodes'_ :: (Ptr ()) -> (IO ()) btBvhTree__sort_and_calc_splitting_index'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (CInt -> (IO CInt))))) btBvhTree_getEscapeNodeIndex'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btBvhTree_isLeafNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btBvhTree_get_node_pointer'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btBvhTree_getNodeData'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btBvhTree_getNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btBvhTree_getRightNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btBvhTree__calc_splitting_axis'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO CInt)))) btBvhTree_m_num_nodes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btBvhTree_m_num_nodes_get'_ :: (Ptr ()) -> (IO CInt) btBvhTree_m_node_array_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBvhTree_m_node_array_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactBvh0'_ :: IO (Ptr ()) btGImpactBvh1'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactBvh_free'_ :: (Ptr ()) -> (IO ()) btGImpactBvh_setNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactBvh_getEscapeNodeIndex'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactBvh_isLeafNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactBvh_getPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactBvh_getNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactBvh_getRightNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactBvh_getLeftNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactBvh_setPrimitiveManager'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactBvh_buildSet'_ :: (Ptr ()) -> (IO ()) btGImpactBvh_getNodeTriangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactBvh_getNodeCount'_ :: (Ptr ()) -> (IO CInt) btGImpactBvh_hasHierarchy'_ :: (Ptr ()) -> (IO CInt) btGImpactBvh_rayQuery'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactBvh_rayQuery''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactBvh_update'_ :: (Ptr ()) -> (IO ()) btGImpactBvh_refit'_ :: (Ptr ()) -> (IO ()) btGImpactBvh_isTrimesh'_ :: (Ptr ()) -> (IO CInt) btGImpactBvh_boxQuery'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btGImpactBvh_find_collision'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btGImpactBvh_find_collision''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btGImpactBvh_get_node_pointer'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactBvh_boxQueryTrans'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactBvh_boxQueryTrans''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactBvh_getNodeData'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactBvh_m_box_tree_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactBvh_m_box_tree_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactBvh_m_primitive_manager_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactBvh_m_primitive_manager_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCollisionAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btGImpactCollisionAlgorithm_free'_ :: (Ptr ()) -> (IO ()) btGImpactCollisionAlgorithm_getFace1'_ :: (Ptr ()) -> (IO CInt) btGImpactCollisionAlgorithm_getFace0'_ :: (Ptr ()) -> (IO CInt) btGImpactCollisionAlgorithm_gimpact_vs_compoundshape'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ())))))) btGImpactCollisionAlgorithm_gimpact_vs_shape'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ())))))) btGImpactCollisionAlgorithm_convex_vs_convex_collision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))))) btGImpactCollisionAlgorithm_setFace0'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_setFace1'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_checkManifold'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btGImpactCollisionAlgorithm_newContactManifold'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btGImpactCollisionAlgorithm_addContactPoint'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))))) btGImpactCollisionAlgorithm_addContactPoint''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))))) btGImpactCollisionAlgorithm_gimpacttrimeshpart_vs_plane_collision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ())))))) btGImpactCollisionAlgorithm_registerAlgorithm'_ :: (Ptr ()) -> (IO ()) btGImpactCollisionAlgorithm_processCollision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))))) btGImpactCollisionAlgorithm_destroyContactManifolds'_ :: (Ptr ()) -> (IO ()) btGImpactCollisionAlgorithm_gimpact_vs_gimpact_find_pairs'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))) btGImpactCollisionAlgorithm_gimpact_vs_gimpact_find_pairs''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))) btGImpactCollisionAlgorithm_getLastManifold'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCollisionAlgorithm_gimpact_vs_shape_find_pairs'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))) btGImpactCollisionAlgorithm_gimpact_vs_shape_find_pairs''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))) btGImpactCollisionAlgorithm_destroyConvexAlgorithm'_ :: (Ptr ()) -> (IO ()) btGImpactCollisionAlgorithm_checkConvexAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btGImpactCollisionAlgorithm_newAlgorithm'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btGImpactCollisionAlgorithm_shape_vs_shape_collision'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))))) btGImpactCollisionAlgorithm_setPart1'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_setPart0'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_clearCache'_ :: (Ptr ()) -> (IO ()) btGImpactCollisionAlgorithm_getPart1'_ :: (Ptr ()) -> (IO CInt) btGImpactCollisionAlgorithm_getPart0'_ :: (Ptr ()) -> (IO CInt) btGImpactCollisionAlgorithm_gimpact_vs_concave'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ())))))) btGImpactCollisionAlgorithm_calculateTimeOfImpact'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CFloat))))) btGImpactCollisionAlgorithm_gimpact_vs_gimpact'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))))) btGImpactCollisionAlgorithm_getAllContactManifolds'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCollisionAlgorithm_m_convex_algorithm_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCollisionAlgorithm_m_convex_algorithm_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCollisionAlgorithm_m_manifoldPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCollisionAlgorithm_m_manifoldPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCollisionAlgorithm_m_resultOut_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCollisionAlgorithm_m_resultOut_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCollisionAlgorithm_m_dispatchInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCollisionAlgorithm_m_dispatchInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCollisionAlgorithm_m_triface0_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_m_triface0_get'_ :: (Ptr ()) -> (IO CInt) btGImpactCollisionAlgorithm_m_part0_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_m_part0_get'_ :: (Ptr ()) -> (IO CInt) btGImpactCollisionAlgorithm_m_triface1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_m_triface1_get'_ :: (Ptr ()) -> (IO CInt) btGImpactCollisionAlgorithm_m_part1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactCollisionAlgorithm_m_part1_get'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape'_ :: CInt -> (IO (Ptr ())) btGImpactCompoundShape_free'_ :: (Ptr ()) -> (IO ()) btGImpactCompoundShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btGImpactCompoundShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btGImpactCompoundShape_addChildShape'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_addChildShape''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_addChildShape0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_addChildShape0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_addChildShape1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCompoundShape_getCompoundPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCompoundShape_setChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactCompoundShape_setChildTransform''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactCompoundShape_getChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactCompoundShape_getBulletTetrahedron'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btGImpactCompoundShape_needsRetrieveTetrahedrons'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape_getChildShape'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactCompoundShape_getChildShape0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactCompoundShape_getChildShape1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactCompoundShape_getBulletTriangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactCompoundShape_needsRetrieveTriangles'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape_childrenHasTransform'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape_getNumChildShapes'_ :: (Ptr ()) -> (IO CInt) btGImpactCompoundShape_getPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCompoundShape_getChildAabb'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGImpactCompoundShape_getChildAabb''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGImpactCompoundShape_m_childShapes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCompoundShape_m_childShapes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCompoundShape_m_childTransforms_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCompoundShape_m_childTransforms_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactCompoundShape_m_primitive_manager_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactCompoundShape_m_primitive_manager_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShape'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShape_free'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShape_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShape_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShape_setChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShape_setChildTransform''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShape_getMeshInterface'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShape_getMeshInterface0'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShape_getMeshInterface1'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShape_getPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShape_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactMeshShape_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactMeshShape_getMeshPartCount'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShape_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShape_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btGImpactMeshShape_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btGImpactMeshShape_buildMeshParts'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShape_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btGImpactMeshShape_getBulletTriangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactMeshShape_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShape_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShape_needsRetrieveTriangles'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShape_childrenHasTransform'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShape_getChildShape'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShape_getChildShape0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShape_getChildShape1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShape_calcLocalAABB'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShape_getChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShape_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btGImpactMeshShape_lockChildShapes'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShape_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGImpactMeshShape_getNumChildShapes'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShape_getChildAabb'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGImpactMeshShape_getChildAabb''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGImpactMeshShape_getBulletTetrahedron'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactMeshShape_needsRetrieveTetrahedrons'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShape_unlockChildShapes'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShape_getMeshPart'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShape_getMeshPart0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShape_getMeshPart1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShape_postUpdate'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShape_m_meshInterface_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShape_m_meshInterface_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShape_m_mesh_parts_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShape_m_mesh_parts_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShapeData'_ :: IO (Ptr ()) btGImpactMeshShapeData_free'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShapeData_m_collisionShapeData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShapeData_m_collisionShapeData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShapeData_m_meshInterface_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShapeData_m_meshInterface_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShapeData_m_localScaling_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShapeData_m_localScaling_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShapeData_m_collisionMargin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGImpactMeshShapeData_m_collisionMargin_get'_ :: (Ptr ()) -> (IO CFloat) btGImpactMeshShapeData_m_gimpactSubType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactMeshShapeData_m_gimpactSubType_get'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart0'_ :: IO (Ptr ()) btGImpactMeshShapePart1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShapePart_free'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShapePart_calculateLocalInertia'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_calculateLocalInertia''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_setChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_setChildTransform''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShapePart_getVertex'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_getVertex''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactMeshShapePart_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactMeshShapePart_getName'_ :: (Ptr ()) -> (IO (Ptr CChar)) btGImpactMeshShapePart_getBulletTriangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactMeshShapePart_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShapePart_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactMeshShapePart_getPart'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_childrenHasTransform'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_needsRetrieveTriangles'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_getChildShape'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShapePart_getChildShape0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShapePart_getChildShape1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactMeshShapePart_getChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactMeshShapePart_lockChildShapes'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShapePart_getMargin'_ :: (Ptr ()) -> (IO CFloat) btGImpactMeshShapePart_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGImpactMeshShapePart_getPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShapePart_getNumChildShapes'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_getBulletTetrahedron'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactMeshShapePart_getTrimeshPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactMeshShapePart_needsRetrieveTetrahedrons'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_unlockChildShapes'_ :: (Ptr ()) -> (IO ()) btGImpactMeshShapePart_getVertexCount'_ :: (Ptr ()) -> (IO CInt) btGImpactMeshShapePart_m_primitive_manager_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactMeshShapePart_m_primitive_manager_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactQuantizedBvh0'_ :: IO (Ptr ()) btGImpactQuantizedBvh1'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactQuantizedBvh_free'_ :: (Ptr ()) -> (IO ()) btGImpactQuantizedBvh_setNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactQuantizedBvh_getEscapeNodeIndex'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactQuantizedBvh_isLeafNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactQuantizedBvh_getPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactQuantizedBvh_getNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactQuantizedBvh_getRightNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactQuantizedBvh_getLeftNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactQuantizedBvh_setPrimitiveManager'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactQuantizedBvh_buildSet'_ :: (Ptr ()) -> (IO ()) btGImpactQuantizedBvh_getNodeTriangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactQuantizedBvh_getNodeCount'_ :: (Ptr ()) -> (IO CInt) btGImpactQuantizedBvh_hasHierarchy'_ :: (Ptr ()) -> (IO CInt) btGImpactQuantizedBvh_rayQuery'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactQuantizedBvh_rayQuery''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactQuantizedBvh_update'_ :: (Ptr ()) -> (IO ()) btGImpactQuantizedBvh_refit'_ :: (Ptr ()) -> (IO ()) btGImpactQuantizedBvh_isTrimesh'_ :: (Ptr ()) -> (IO CInt) btGImpactQuantizedBvh_boxQuery'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btGImpactQuantizedBvh_find_collision'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btGImpactQuantizedBvh_find_collision''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))))) btGImpactQuantizedBvh_get_node_pointer'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactQuantizedBvh_boxQueryTrans'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactQuantizedBvh_boxQueryTrans''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btGImpactQuantizedBvh_getNodeData'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGImpactQuantizedBvh_m_box_tree_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactQuantizedBvh_m_box_tree_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactQuantizedBvh_m_primitive_manager_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactQuantizedBvh_m_primitive_manager_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactShapeInterface_getPrimitiveTriangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactShapeInterface_setChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactShapeInterface_setChildTransform''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactShapeInterface_getLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactShapeInterface_getLocalBox'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactShapeInterface_getPrimitiveManager'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactShapeInterface_processAllTriangles'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactShapeInterface_processAllTriangles''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactShapeInterface_hasBoxSet'_ :: (Ptr ()) -> (IO CInt) btGImpactShapeInterface_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btGImpactShapeInterface_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btGImpactShapeInterface_getBoxSet'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactShapeInterface_getBulletTriangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactShapeInterface_setLocalScaling'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactShapeInterface_setLocalScaling''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactShapeInterface_needsRetrieveTriangles'_ :: (Ptr ()) -> (IO CInt) btGImpactShapeInterface_childrenHasTransform'_ :: (Ptr ()) -> (IO CInt) btGImpactShapeInterface_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactShapeInterface_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGImpactShapeInterface_getChildShape'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactShapeInterface_getChildShape0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactShapeInterface_getChildShape1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGImpactShapeInterface_calcLocalAABB'_ :: (Ptr ()) -> (IO ()) btGImpactShapeInterface_getChildTransform'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGImpactShapeInterface_lockChildShapes'_ :: (Ptr ()) -> (IO ()) btGImpactShapeInterface_setMargin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGImpactShapeInterface_getNumChildShapes'_ :: (Ptr ()) -> (IO CInt) btGImpactShapeInterface_getChildAabb'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGImpactShapeInterface_getChildAabb''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGImpactShapeInterface_getShapeType'_ :: (Ptr ()) -> (IO CInt) btGImpactShapeInterface_getBulletTetrahedron'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btGImpactShapeInterface_needsRetrieveTetrahedrons'_ :: (Ptr ()) -> (IO CInt) btGImpactShapeInterface_unlockChildShapes'_ :: (Ptr ()) -> (IO ()) btGImpactShapeInterface_postUpdate'_ :: (Ptr ()) -> (IO ()) btGImpactShapeInterface_updateBound'_ :: (Ptr ()) -> (IO ()) btGImpactShapeInterface_localScaling_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactShapeInterface_localScaling_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGImpactShapeInterface_m_box_set_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactShapeInterface_m_box_set_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactShapeInterface_m_localAABB_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGImpactShapeInterface_m_localAABB_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGImpactShapeInterface_m_needs_update_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGImpactShapeInterface_m_needs_update_get'_ :: (Ptr ()) -> (IO CInt) btPairSet'_ :: IO (Ptr ()) btPairSet_free'_ :: (Ptr ()) -> (IO ()) btPairSet_push_pair_inv'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btPairSet_push_pair'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btPrimitiveManagerBase_get_primitive_box'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btPrimitiveManagerBase_get_primitive_triangle'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btPrimitiveManagerBase_is_trimesh'_ :: (Ptr ()) -> (IO CInt) btPrimitiveManagerBase_get_primitive_count'_ :: (Ptr ()) -> (IO CInt) btPrimitiveTriangle'_ :: IO (Ptr ()) btPrimitiveTriangle_free'_ :: (Ptr ()) -> (IO ()) btPrimitiveTriangle_get_edge_plane'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btPrimitiveTriangle_get_edge_plane''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btPrimitiveTriangle_overlap_test_conservative'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btPrimitiveTriangle_buildTriPlane'_ :: (Ptr ()) -> (IO ()) btPrimitiveTriangle_applyTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPrimitiveTriangle_applyTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPrimitiveTriangle_find_triangle_collision_clip_method'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btPrimitiveTriangle_m_dummy_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btPrimitiveTriangle_m_dummy_get'_ :: (Ptr ()) -> (IO CFloat) btPrimitiveTriangle_m_margin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btPrimitiveTriangle_m_margin_get'_ :: (Ptr ()) -> (IO CFloat) btPrimitiveTriangle_m_plane_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPrimitiveTriangle_m_plane_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvhTree'_ :: IO (Ptr ()) btQuantizedBvhTree_free'_ :: (Ptr ()) -> (IO ()) btQuantizedBvhTree_getNodeCount'_ :: (Ptr ()) -> (IO CInt) btQuantizedBvhTree_calc_quantization'_ :: (Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO ()))) btQuantizedBvhTree_build_tree'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhTree_setNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btQuantizedBvhTree_getLeftNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btQuantizedBvhTree__build_sub_tree'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btQuantizedBvhTree_clearNodes'_ :: (Ptr ()) -> (IO ()) btQuantizedBvhTree__sort_and_calc_splitting_index'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (CInt -> (IO CInt))))) btQuantizedBvhTree_getEscapeNodeIndex'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btQuantizedBvhTree_isLeafNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btQuantizedBvhTree_get_node_pointer'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btQuantizedBvhTree_getNodeData'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btQuantizedBvhTree_getNodeBound'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btQuantizedBvhTree_getRightNode'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btQuantizedBvhTree__calc_splitting_axis'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO CInt)))) btQuantizedBvhTree_m_bvhQuantization_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvhTree_m_bvhQuantization_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btQuantizedBvhTree_m_global_bound_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhTree_m_global_bound_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhTree_m_node_array_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuantizedBvhTree_m_node_array_get'_ :: (Ptr ()) -> (IO (Ptr ())) btQuantizedBvhTree_m_num_nodes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btQuantizedBvhTree_m_num_nodes_get'_ :: (Ptr ()) -> (IO CInt) btTetrahedronShapeEx'_ :: IO (Ptr ()) btTetrahedronShapeEx_free'_ :: (Ptr ()) -> (IO ()) btTetrahedronShapeEx_setVertices'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btTetrahedronShapeEx_setVertices''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btTriangleShapeEx0'_ :: IO (Ptr ()) btTriangleShapeEx1'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ())))) btTriangleShapeEx_free'_ :: (Ptr ()) -> (IO ()) btTriangleShapeEx_overlap_test_conservative'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btTriangleShapeEx_buildTriPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleShapeEx_buildTriPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleShapeEx_applyTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleShapeEx_applyTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTriangleShapeEx_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btTriangleShapeEx_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) module Physics.Bullet.Raw.BulletCollision.NarrowPhaseCollision -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput :: IO (BtDiscreteCollisionDetectorInterface_ClosestPointInput) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_free :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformA_set :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformA_get :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformB_set :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformB_get :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_m_maximumDistanceSquared_set :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_m_maximumDistanceSquared_get :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_ClosestPointInput_m_stackAlloc_set :: (BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc, BtStackAllocClass a) => bc -> a -> IO () btDiscreteCollisionDetectorInterface_ClosestPointInput_m_stackAlloc_get :: BtDiscreteCollisionDetectorInterface_ClosestPointInputClass bc => bc -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_Result_setShapeIdentifiersB :: BtDiscreteCollisionDetectorInterface_ResultClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_Result_setShapeIdentifiersA :: BtDiscreteCollisionDetectorInterface_ResultClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_Result_addContactPoint :: BtDiscreteCollisionDetectorInterface_ResultClass bc => bc -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_Result_addContactPoint' :: BtDiscreteCollisionDetectorInterface_ResultClass bc => bc -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow :: IO (BtConstraintRow) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_free :: BtConstraintRowClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_rhs_set :: BtConstraintRowClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_rhs_get :: BtConstraintRowClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_jacDiagInv_set :: BtConstraintRowClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_jacDiagInv_get :: BtConstraintRowClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_lowerLimit_set :: BtConstraintRowClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_lowerLimit_get :: BtConstraintRowClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_upperLimit_set :: BtConstraintRowClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_upperLimit_get :: BtConstraintRowClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btConstraintRow_m_accumImpulse_set :: BtConstraintRowClass bc => bc -> Float -> IO () btConstraintRow_m_accumImpulse_get :: BtConstraintRowClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btDiscreteCollisionDetectorInterface_getClosestPoints :: (BtDiscreteCollisionDetectorInterfaceClass bc, BtDiscreteCollisionDetectorInterface_ClosestPointInputClass p0, BtDiscreteCollisionDetectorInterface_ResultClass p1, BtIDebugDrawClass p2) => bc -> p0 -> p1 -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2 :: IO (BtGjkEpaSolver2) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_free :: BtGjkEpaSolver2Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_StackSizeRequirement :: IO (Int) btGjkEpaSolver2_Distance :: (BtConvexShapeClass p0, BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p5) => p0 -> Transform -> p2 -> Transform -> Vec3 -> p5 -> IO (Bool, Transform, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_Distance' :: (BtConvexShapeClass p0, BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p5) => p0 -> p2 -> p5 -> IO (Bool, Transform, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_Penetration :: (BtConvexShapeClass p0, BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p5) => p0 -> Transform -> p2 -> Transform -> Vec3 -> p5 -> Bool -> IO (Bool, Transform, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_Penetration' :: (BtConvexShapeClass p0, BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p5) => p0 -> p2 -> p5 -> Bool -> IO (Bool, Transform, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_SignedDistance :: (BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p4) => Vec3 -> Float -> p2 -> Transform -> p4 -> IO (Float, Vec3, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_SignedDistance' :: (BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p4) => Float -> p2 -> p4 -> IO (Float, Vec3, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_SignedDistance0 :: (BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p4) => Vec3 -> Float -> p2 -> Transform -> p4 -> IO (Float, Vec3, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_SignedDistance0' :: (BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p4) => Float -> p2 -> p4 -> IO (Float, Vec3, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_SignedDistance1 :: (BtConvexShapeClass p0, BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p5) => p0 -> Transform -> p2 -> Transform -> Vec3 -> p5 -> IO (Bool, Transform, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_SignedDistance1' :: (BtConvexShapeClass p0, BtConvexShapeClass p2, BtGjkEpaSolver2_sResultsClass p5) => p0 -> p2 -> p5 -> IO (Bool, Transform, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_free :: BtGjkPairDetectorClass bc => bc -> IO () btGjkPairDetector_setCachedSeperatingAxis :: BtGjkPairDetectorClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_setCachedSeperatingAxis' :: BtGjkPairDetectorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_getCachedSeparatingAxis :: BtGjkPairDetectorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_getClosestPoints :: (BtGjkPairDetectorClass bc, BtDiscreteCollisionDetectorInterface_ClosestPointInputClass p0, BtDiscreteCollisionDetectorInterface_ResultClass p1, BtIDebugDrawClass p2) => bc -> p0 -> p1 -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_setMinkowskiA :: (BtGjkPairDetectorClass bc, BtConvexShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_setMinkowskiB :: (BtGjkPairDetectorClass bc, BtConvexShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_setIgnoreMargin :: BtGjkPairDetectorClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_getClosestPointsNonVirtual :: (BtGjkPairDetectorClass bc, BtDiscreteCollisionDetectorInterface_ClosestPointInputClass p0, BtDiscreteCollisionDetectorInterface_ResultClass p1, BtIDebugDrawClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_getCachedSeparatingDistance :: BtGjkPairDetectorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_cachedSeparatingAxis_set :: BtGjkPairDetectorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_cachedSeparatingAxis_get :: BtGjkPairDetectorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_simplexSolver_set :: (BtGjkPairDetectorClass bc, BtVoronoiSimplexSolverClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_simplexSolver_get :: BtGjkPairDetectorClass bc => bc -> IO (BtVoronoiSimplexSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_minkowskiA_set :: (BtGjkPairDetectorClass bc, BtConvexShapeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_minkowskiA_get :: BtGjkPairDetectorClass bc => bc -> IO (BtConvexShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_minkowskiB_set :: (BtGjkPairDetectorClass bc, BtConvexShapeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_minkowskiB_get :: BtGjkPairDetectorClass bc => bc -> IO (BtConvexShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_shapeTypeA_set :: BtGjkPairDetectorClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_shapeTypeA_get :: BtGjkPairDetectorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_shapeTypeB_set :: BtGjkPairDetectorClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_shapeTypeB_get :: BtGjkPairDetectorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_marginA_set :: BtGjkPairDetectorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_marginA_get :: BtGjkPairDetectorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_marginB_set :: BtGjkPairDetectorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_marginB_get :: BtGjkPairDetectorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_ignoreMargin_set :: BtGjkPairDetectorClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_ignoreMargin_get :: BtGjkPairDetectorClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_cachedSeparatingDistance_set :: BtGjkPairDetectorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_cachedSeparatingDistance_get :: BtGjkPairDetectorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_lastUsedMethod_set :: BtGjkPairDetectorClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_lastUsedMethod_get :: BtGjkPairDetectorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_curIter_set :: BtGjkPairDetectorClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_curIter_get :: BtGjkPairDetectorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_degenerateSimplex_set :: BtGjkPairDetectorClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_degenerateSimplex_get :: BtGjkPairDetectorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp?r=2223 btGjkPairDetector_m_catchDegeneracies_set :: BtGjkPairDetectorClass bc => bc -> Int -> IO () btGjkPairDetector_m_catchDegeneracies_get :: BtGjkPairDetectorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint0 :: IO (BtManifoldPoint) btManifoldPoint1 :: Vec3 -> Vec3 -> Vec3 -> Float -> IO (BtManifoldPoint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_free :: BtManifoldPointClass bc => bc -> IO () btManifoldPoint_setDistance :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_getLifeTime :: BtManifoldPointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_getDistance :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_getPositionWorldOnB :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_getAppliedImpulse :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_getPositionWorldOnA :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_appliedImpulse_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_appliedImpulse_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_appliedImpulseLateral1_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_appliedImpulseLateral1_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_appliedImpulseLateral2_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_appliedImpulseLateral2_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_combinedFriction_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_combinedFriction_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_combinedRestitution_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_combinedRestitution_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactCFM1_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactCFM1_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactCFM2_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactCFM2_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactMotion1_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactMotion1_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactMotion2_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_contactMotion2_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_distance1_set :: BtManifoldPointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_distance1_get :: BtManifoldPointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_index0_set :: BtManifoldPointClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_index0_get :: BtManifoldPointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_index1_set :: BtManifoldPointClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_index1_get :: BtManifoldPointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lateralFrictionDir1_set :: BtManifoldPointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lateralFrictionDir1_get :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lateralFrictionDir2_set :: BtManifoldPointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lateralFrictionDir2_get :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lateralFrictionInitialized_set :: BtManifoldPointClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lateralFrictionInitialized_get :: BtManifoldPointClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lifeTime_set :: BtManifoldPointClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_lifeTime_get :: BtManifoldPointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_localPointA_set :: BtManifoldPointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_localPointA_get :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_localPointB_set :: BtManifoldPointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_localPointB_get :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_normalWorldOnB_set :: BtManifoldPointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_normalWorldOnB_get :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_partId0_set :: BtManifoldPointClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_partId0_get :: BtManifoldPointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_partId1_set :: BtManifoldPointClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_partId1_get :: BtManifoldPointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_positionWorldOnA_set :: BtManifoldPointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_positionWorldOnA_get :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_positionWorldOnB_set :: BtManifoldPointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_positionWorldOnB_get :: BtManifoldPointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.cpp?r=2223 btManifoldPoint_m_userPersistentData_set :: BtManifoldPointClass bc => bc -> VoidPtr -> IO () btManifoldPoint_m_userPersistentData_get :: BtManifoldPointClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold0 :: IO (BtPersistentManifold) btPersistentManifold1 :: VoidPtr -> VoidPtr -> Int -> Float -> Float -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_free :: BtPersistentManifoldClass bc => bc -> IO () btPersistentManifold_setBodies :: BtPersistentManifoldClass bc => bc -> VoidPtr -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_replaceContactPoint :: (BtPersistentManifoldClass bc, BtManifoldPointClass p0) => bc -> p0 -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_clearUserCache :: (BtPersistentManifoldClass bc, BtManifoldPointClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getBody1 :: BtPersistentManifoldClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getBody10 :: BtPersistentManifoldClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getContactProcessingThreshold :: BtPersistentManifoldClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_clearManifold :: BtPersistentManifoldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getNumContacts :: BtPersistentManifoldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getBody0 :: BtPersistentManifoldClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getBody00 :: BtPersistentManifoldClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_addManifoldPoint :: (BtPersistentManifoldClass bc, BtManifoldPointClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getCacheEntry :: (BtPersistentManifoldClass bc, BtManifoldPointClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#201 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_validContactDistance :: (BtPersistentManifoldClass bc, BtManifoldPointClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_removeContactPoint :: BtPersistentManifoldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getContactPoint :: BtPersistentManifoldClass bc => bc -> Int -> IO (BtManifoldPoint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getContactPoint0 :: BtPersistentManifoldClass bc => bc -> Int -> IO (BtManifoldPoint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getContactPoint1 :: BtPersistentManifoldClass bc => bc -> Int -> IO (BtManifoldPoint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_refreshContactPoints :: BtPersistentManifoldClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_refreshContactPoints' :: BtPersistentManifoldClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_getContactBreakingThreshold :: BtPersistentManifoldClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_m_companionIdA_set :: BtPersistentManifoldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_m_companionIdA_get :: BtPersistentManifoldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_m_companionIdB_set :: BtPersistentManifoldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_m_companionIdB_get :: BtPersistentManifoldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp?r=2223 btPersistentManifold_m_index1a_set :: BtPersistentManifoldClass bc => bc -> Int -> IO () btPersistentManifold_m_index1a_get :: BtPersistentManifoldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btStorageResult_addContactPoint :: BtStorageResultClass bc => bc -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btStorageResult_addContactPoint' :: BtStorageResultClass bc => bc -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btStorageResult_m_normalOnSurfaceB_set :: BtStorageResultClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btStorageResult_m_normalOnSurfaceB_get :: BtStorageResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btStorageResult_m_closestPointInB_set :: BtStorageResultClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btStorageResult_m_closestPointInB_get :: BtStorageResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.cpp?r=2223 btStorageResult_m_distance_set :: BtStorageResultClass bc => bc -> Float -> IO () btStorageResult_m_distance_get :: BtStorageResultClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult :: IO (BtSubSimplexClosestResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_free :: BtSubSimplexClosestResultClass bc => bc -> IO () btSubSimplexClosestResult_reset :: BtSubSimplexClosestResultClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_isValid :: BtSubSimplexClosestResultClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_setBarycentricCoordinates :: BtSubSimplexClosestResultClass bc => bc -> Float -> Float -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_m_closestPointOnSimplex_set :: BtSubSimplexClosestResultClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_m_closestPointOnSimplex_get :: BtSubSimplexClosestResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_m_usedVertices_set :: (BtSubSimplexClosestResultClass bc, BtUsageBitfieldClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_m_usedVertices_get :: BtSubSimplexClosestResultClass bc => bc -> IO (BtUsageBitfield) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btSubSimplexClosestResult_m_degenerate_set :: BtSubSimplexClosestResultClass bc => bc -> Bool -> IO () btSubSimplexClosestResult_m_degenerate_get :: BtSubSimplexClosestResultClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield :: IO (BtUsageBitfield) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_free :: BtUsageBitfieldClass bc => bc -> IO () btUsageBitfield_reset :: BtUsageBitfieldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused1_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused1_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused2_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused2_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused3_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused3_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused4_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_unused4_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_usedVertexA_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_usedVertexA_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_usedVertexB_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_usedVertexB_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_usedVertexC_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_usedVertexC_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btUsageBitfield_usedVertexD_set :: BtUsageBitfieldClass bc => bc -> Int -> IO () btUsageBitfield_usedVertexD_get :: BtUsageBitfieldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver :: IO (BtVoronoiSimplexSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_free :: BtVoronoiSimplexSolverClass bc => bc -> IO () btVoronoiSimplexSolver_reset :: BtVoronoiSimplexSolverClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#125 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_updateClosestVectorAndPoints :: BtVoronoiSimplexSolverClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_setEqualVertexThreshold :: BtVoronoiSimplexSolverClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_inSimplex :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_inSimplex' :: BtVoronoiSimplexSolverClass bc => bc -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_closest :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_closest' :: BtVoronoiSimplexSolverClass bc => bc -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_closestPtPointTetrahedron :: (BtVoronoiSimplexSolverClass bc, BtSubSimplexClosestResultClass p5) => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> p5 -> IO (Bool, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_closestPtPointTetrahedron' :: (BtVoronoiSimplexSolverClass bc, BtSubSimplexClosestResultClass p5) => bc -> p5 -> IO (Bool, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_closestPtPointTriangle :: (BtVoronoiSimplexSolverClass bc, BtSubSimplexClosestResultClass p4) => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> p4 -> IO (Bool, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_closestPtPointTriangle' :: (BtVoronoiSimplexSolverClass bc, BtSubSimplexClosestResultClass p4) => bc -> p4 -> IO (Bool, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_pointOutsideOfPlane :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Int, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_pointOutsideOfPlane' :: BtVoronoiSimplexSolverClass bc => bc -> IO (Int, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_emptySimplex :: BtVoronoiSimplexSolverClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_maxVertex :: BtVoronoiSimplexSolverClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_addVertex :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_addVertex' :: BtVoronoiSimplexSolverClass bc => bc -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_reduceVertices :: (BtVoronoiSimplexSolverClass bc, BtUsageBitfieldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_backup_closest :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_backup_closest' :: BtVoronoiSimplexSolverClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_removeVertex :: BtVoronoiSimplexSolverClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_getEqualVertexThreshold :: BtVoronoiSimplexSolverClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_compute_points :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_compute_points' :: BtVoronoiSimplexSolverClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_fullSimplex :: BtVoronoiSimplexSolverClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#170 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_numVertices :: BtVoronoiSimplexSolverClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedBC_set :: (BtVoronoiSimplexSolverClass bc, BtSubSimplexClosestResultClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedBC_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (BtSubSimplexClosestResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedP1_set :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedP1_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedP2_set :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedP2_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedV_set :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedV_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedValidClosest_set :: BtVoronoiSimplexSolverClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_cachedValidClosest_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_equalVertexThreshold_set :: BtVoronoiSimplexSolverClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_equalVertexThreshold_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_lastW_set :: BtVoronoiSimplexSolverClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_lastW_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_needsUpdate_set :: BtVoronoiSimplexSolverClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_needsUpdate_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp?r=2223 btVoronoiSimplexSolver_m_numVertices_set :: BtVoronoiSimplexSolverClass bc => bc -> Int -> IO () btVoronoiSimplexSolver_m_numVertices_get :: BtVoronoiSimplexSolverClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_sResults :: IO (BtGjkEpaSolver2_sResults) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_sResults_free :: BtGjkEpaSolver2_sResultsClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_sResults_distance_set :: BtGjkEpaSolver2_sResultsClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_sResults_distance_get :: BtGjkEpaSolver2_sResultsClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp?r=2223 btGjkEpaSolver2_sResults_normal_set :: BtGjkEpaSolver2_sResultsClass bc => bc -> Vec3 -> IO () btGjkEpaSolver2_sResults_normal_get :: BtGjkEpaSolver2_sResultsClass bc => bc -> IO (Vec3) btDiscreteCollisionDetectorInterface_ClosestPointInput'_ :: IO (Ptr ()) btDiscreteCollisionDetectorInterface_ClosestPointInput_free'_ :: (Ptr ()) -> (IO ()) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_transformB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_maximumDistanceSquared_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_maximumDistanceSquared_get'_ :: (Ptr ()) -> (IO CFloat) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_stackAlloc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteCollisionDetectorInterface_ClosestPointInput_m_stackAlloc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDiscreteCollisionDetectorInterface_Result_setShapeIdentifiersB'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btDiscreteCollisionDetectorInterface_Result_setShapeIdentifiersA'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btDiscreteCollisionDetectorInterface_Result_addContactPoint'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btDiscreteCollisionDetectorInterface_Result_addContactPoint''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btConstraintRow'_ :: IO (Ptr ()) btConstraintRow_free'_ :: (Ptr ()) -> (IO ()) btConstraintRow_m_rhs_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintRow_m_rhs_get'_ :: (Ptr ()) -> (IO CFloat) btConstraintRow_m_jacDiagInv_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintRow_m_jacDiagInv_get'_ :: (Ptr ()) -> (IO CFloat) btConstraintRow_m_lowerLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintRow_m_lowerLimit_get'_ :: (Ptr ()) -> (IO CFloat) btConstraintRow_m_upperLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintRow_m_upperLimit_get'_ :: (Ptr ()) -> (IO CFloat) btConstraintRow_m_accumImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintRow_m_accumImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btDiscreteCollisionDetectorInterface_getClosestPoints'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))))) btGjkEpaSolver2'_ :: IO (Ptr ()) btGjkEpaSolver2_free'_ :: (Ptr ()) -> (IO ()) btGjkEpaSolver2_StackSizeRequirement'_ :: IO CInt btGjkEpaSolver2_Distance'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))))) btGjkEpaSolver2_Distance''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))))) btGjkEpaSolver2_Penetration'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CInt -> (IO CInt))))))) btGjkEpaSolver2_Penetration''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CInt -> (IO CInt))))))) btGjkEpaSolver2_SignedDistance'_ :: (Ptr CFloat) -> (CFloat -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CFloat))))) btGjkEpaSolver2_SignedDistance''_ :: (Ptr CFloat) -> (CFloat -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CFloat))))) btGjkEpaSolver2_SignedDistance0'_ :: (Ptr CFloat) -> (CFloat -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CFloat))))) btGjkEpaSolver2_SignedDistance0''_ :: (Ptr CFloat) -> (CFloat -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CFloat))))) btGjkEpaSolver2_SignedDistance1'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))))) btGjkEpaSolver2_SignedDistance1''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))))) btGjkPairDetector_free'_ :: (Ptr ()) -> (IO ()) btGjkPairDetector_setCachedSeperatingAxis'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGjkPairDetector_setCachedSeperatingAxis''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGjkPairDetector_getCachedSeparatingAxis'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGjkPairDetector_getClosestPoints'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))))) btGjkPairDetector_setMinkowskiA'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGjkPairDetector_setMinkowskiB'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGjkPairDetector_setIgnoreMargin'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_getClosestPointsNonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btGjkPairDetector_getCachedSeparatingDistance'_ :: (Ptr ()) -> (IO CFloat) btGjkPairDetector_m_cachedSeparatingAxis_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGjkPairDetector_m_cachedSeparatingAxis_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGjkPairDetector_m_simplexSolver_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGjkPairDetector_m_simplexSolver_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGjkPairDetector_m_minkowskiA_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGjkPairDetector_m_minkowskiA_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGjkPairDetector_m_minkowskiB_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGjkPairDetector_m_minkowskiB_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGjkPairDetector_m_shapeTypeA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_m_shapeTypeA_get'_ :: (Ptr ()) -> (IO CInt) btGjkPairDetector_m_shapeTypeB_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_m_shapeTypeB_get'_ :: (Ptr ()) -> (IO CInt) btGjkPairDetector_m_marginA_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGjkPairDetector_m_marginA_get'_ :: (Ptr ()) -> (IO CFloat) btGjkPairDetector_m_marginB_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGjkPairDetector_m_marginB_get'_ :: (Ptr ()) -> (IO CFloat) btGjkPairDetector_m_ignoreMargin_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_m_ignoreMargin_get'_ :: (Ptr ()) -> (IO CInt) btGjkPairDetector_m_cachedSeparatingDistance_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGjkPairDetector_m_cachedSeparatingDistance_get'_ :: (Ptr ()) -> (IO CFloat) btGjkPairDetector_m_lastUsedMethod_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_m_lastUsedMethod_get'_ :: (Ptr ()) -> (IO CInt) btGjkPairDetector_m_curIter_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_m_curIter_get'_ :: (Ptr ()) -> (IO CInt) btGjkPairDetector_m_degenerateSimplex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_m_degenerateSimplex_get'_ :: (Ptr ()) -> (IO CInt) btGjkPairDetector_m_catchDegeneracies_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGjkPairDetector_m_catchDegeneracies_get'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint0'_ :: IO (Ptr ()) btManifoldPoint1'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO (Ptr ()))))) btManifoldPoint_free'_ :: (Ptr ()) -> (IO ()) btManifoldPoint_setDistance'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_getLifeTime'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint_getDistance'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_getPositionWorldOnB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_getAppliedImpulse'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_getPositionWorldOnA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_appliedImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_appliedImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_appliedImpulseLateral1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_appliedImpulseLateral1_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_appliedImpulseLateral2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_appliedImpulseLateral2_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_combinedFriction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_combinedFriction_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_combinedRestitution_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_combinedRestitution_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_contactCFM1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_contactCFM1_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_contactCFM2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_contactCFM2_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_contactMotion1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_contactMotion1_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_contactMotion2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_contactMotion2_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_distance1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btManifoldPoint_m_distance1_get'_ :: (Ptr ()) -> (IO CFloat) btManifoldPoint_m_index0_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldPoint_m_index0_get'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint_m_index1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldPoint_m_index1_get'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint_m_lateralFrictionDir1_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_lateralFrictionDir1_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_lateralFrictionDir2_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_lateralFrictionDir2_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_lateralFrictionInitialized_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldPoint_m_lateralFrictionInitialized_get'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint_m_lifeTime_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldPoint_m_lifeTime_get'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint_m_localPointA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_localPointA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_localPointB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_localPointB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_normalWorldOnB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_normalWorldOnB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_partId0_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldPoint_m_partId0_get'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint_m_partId1_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btManifoldPoint_m_partId1_get'_ :: (Ptr ()) -> (IO CInt) btManifoldPoint_m_positionWorldOnA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_positionWorldOnA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_positionWorldOnB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_positionWorldOnB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btManifoldPoint_m_userPersistentData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btManifoldPoint_m_userPersistentData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPersistentManifold0'_ :: IO (Ptr ()) btPersistentManifold1'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CFloat -> (CFloat -> (IO (Ptr ())))))) btPersistentManifold_free'_ :: (Ptr ()) -> (IO ()) btPersistentManifold_setBodies'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btPersistentManifold_replaceContactPoint'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) btPersistentManifold_clearUserCache'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPersistentManifold_getBody1'_ :: (Ptr ()) -> (IO (Ptr ())) btPersistentManifold_getBody10'_ :: (Ptr ()) -> (IO (Ptr ())) btPersistentManifold_getContactProcessingThreshold'_ :: (Ptr ()) -> (IO CFloat) btPersistentManifold_clearManifold'_ :: (Ptr ()) -> (IO ()) btPersistentManifold_getNumContacts'_ :: (Ptr ()) -> (IO CInt) btPersistentManifold_getBody0'_ :: (Ptr ()) -> (IO (Ptr ())) btPersistentManifold_getBody00'_ :: (Ptr ()) -> (IO (Ptr ())) btPersistentManifold_addManifoldPoint'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btPersistentManifold_getCacheEntry'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btPersistentManifold_validContactDistance'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btPersistentManifold_removeContactPoint'_ :: (Ptr ()) -> (CInt -> (IO ())) btPersistentManifold_getContactPoint'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btPersistentManifold_getContactPoint0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btPersistentManifold_getContactPoint1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btPersistentManifold_refreshContactPoints'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPersistentManifold_refreshContactPoints''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btPersistentManifold_getContactBreakingThreshold'_ :: (Ptr ()) -> (IO CFloat) btPersistentManifold_m_companionIdA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btPersistentManifold_m_companionIdA_get'_ :: (Ptr ()) -> (IO CInt) btPersistentManifold_m_companionIdB_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btPersistentManifold_m_companionIdB_get'_ :: (Ptr ()) -> (IO CInt) btPersistentManifold_m_index1a_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btPersistentManifold_m_index1a_get'_ :: (Ptr ()) -> (IO CInt) btStorageResult_addContactPoint'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btStorageResult_addContactPoint''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btStorageResult_m_normalOnSurfaceB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStorageResult_m_normalOnSurfaceB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStorageResult_m_closestPointInB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStorageResult_m_closestPointInB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btStorageResult_m_distance_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btStorageResult_m_distance_get'_ :: (Ptr ()) -> (IO CFloat) btSubSimplexClosestResult'_ :: IO (Ptr ()) btSubSimplexClosestResult_free'_ :: (Ptr ()) -> (IO ()) btSubSimplexClosestResult_reset'_ :: (Ptr ()) -> (IO ()) btSubSimplexClosestResult_isValid'_ :: (Ptr ()) -> (IO CInt) btSubSimplexClosestResult_setBarycentricCoordinates'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (IO ()))))) btSubSimplexClosestResult_m_closestPointOnSimplex_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSubSimplexClosestResult_m_closestPointOnSimplex_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSubSimplexClosestResult_m_usedVertices_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSubSimplexClosestResult_m_usedVertices_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSubSimplexClosestResult_m_degenerate_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSubSimplexClosestResult_m_degenerate_get'_ :: (Ptr ()) -> (IO CInt) btUsageBitfield'_ :: IO (Ptr ()) btUsageBitfield_free'_ :: (Ptr ()) -> (IO ()) btUsageBitfield_reset'_ :: (Ptr ()) -> (IO ()) btUsageBitfield_unused1_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_unused1_get'_ :: (Ptr ()) -> (IO CUShort) btUsageBitfield_unused2_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_unused2_get'_ :: (Ptr ()) -> (IO CUShort) btUsageBitfield_unused3_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_unused3_get'_ :: (Ptr ()) -> (IO CUShort) btUsageBitfield_unused4_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_unused4_get'_ :: (Ptr ()) -> (IO CUShort) btUsageBitfield_usedVertexA_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_usedVertexA_get'_ :: (Ptr ()) -> (IO CUShort) btUsageBitfield_usedVertexB_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_usedVertexB_get'_ :: (Ptr ()) -> (IO CUShort) btUsageBitfield_usedVertexC_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_usedVertexC_get'_ :: (Ptr ()) -> (IO CUShort) btUsageBitfield_usedVertexD_set'_ :: (Ptr ()) -> (CUShort -> (IO ())) btUsageBitfield_usedVertexD_get'_ :: (Ptr ()) -> (IO CUShort) btVoronoiSimplexSolver'_ :: IO (Ptr ()) btVoronoiSimplexSolver_free'_ :: (Ptr ()) -> (IO ()) btVoronoiSimplexSolver_reset'_ :: (Ptr ()) -> (IO ()) btVoronoiSimplexSolver_updateClosestVectorAndPoints'_ :: (Ptr ()) -> (IO CInt) btVoronoiSimplexSolver_setEqualVertexThreshold'_ :: (Ptr ()) -> (CFloat -> (IO ())) btVoronoiSimplexSolver_inSimplex'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CInt)) btVoronoiSimplexSolver_inSimplex''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CInt)) btVoronoiSimplexSolver_closest'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CInt)) btVoronoiSimplexSolver_closest''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CInt)) btVoronoiSimplexSolver_closestPtPointTetrahedron'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt))))))) btVoronoiSimplexSolver_closestPtPointTetrahedron''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt))))))) btVoronoiSimplexSolver_closestPtPointTriangle'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))))) btVoronoiSimplexSolver_closestPtPointTriangle''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))))) btVoronoiSimplexSolver_pointOutsideOfPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt)))))) btVoronoiSimplexSolver_pointOutsideOfPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt)))))) btVoronoiSimplexSolver_emptySimplex'_ :: (Ptr ()) -> (IO CInt) btVoronoiSimplexSolver_maxVertex'_ :: (Ptr ()) -> (IO CFloat) btVoronoiSimplexSolver_addVertex'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btVoronoiSimplexSolver_addVertex''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btVoronoiSimplexSolver_reduceVertices'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btVoronoiSimplexSolver_backup_closest'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_backup_closest''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_removeVertex'_ :: (Ptr ()) -> (CInt -> (IO ())) btVoronoiSimplexSolver_getEqualVertexThreshold'_ :: (Ptr ()) -> (IO CFloat) btVoronoiSimplexSolver_compute_points'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btVoronoiSimplexSolver_compute_points''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btVoronoiSimplexSolver_fullSimplex'_ :: (Ptr ()) -> (IO CInt) btVoronoiSimplexSolver_numVertices'_ :: (Ptr ()) -> (IO CInt) btVoronoiSimplexSolver_m_cachedBC_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btVoronoiSimplexSolver_m_cachedBC_get'_ :: (Ptr ()) -> (IO (Ptr ())) btVoronoiSimplexSolver_m_cachedP1_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_cachedP1_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_cachedP2_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_cachedP2_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_cachedV_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_cachedV_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_cachedValidClosest_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btVoronoiSimplexSolver_m_cachedValidClosest_get'_ :: (Ptr ()) -> (IO CInt) btVoronoiSimplexSolver_m_equalVertexThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btVoronoiSimplexSolver_m_equalVertexThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btVoronoiSimplexSolver_m_lastW_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_lastW_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVoronoiSimplexSolver_m_needsUpdate_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btVoronoiSimplexSolver_m_needsUpdate_get'_ :: (Ptr ()) -> (IO CInt) btVoronoiSimplexSolver_m_numVertices_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btVoronoiSimplexSolver_m_numVertices_get'_ :: (Ptr ()) -> (IO CInt) btGjkEpaSolver2_sResults'_ :: IO (Ptr ()) btGjkEpaSolver2_sResults_free'_ :: (Ptr ()) -> (IO ()) btGjkEpaSolver2_sResults_distance_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGjkEpaSolver2_sResults_distance_get'_ :: (Ptr ()) -> (IO CFloat) btGjkEpaSolver2_sResults_normal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGjkEpaSolver2_sResults_normal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) module Physics.Bullet.Raw.BulletCollision module Physics.Bullet.Raw.BulletDynamics.ConstraintSolver -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#359 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit :: IO (BtAngularLimit) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#398 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_free :: BtAngularLimitClass bc => bc -> IO () btAngularLimit_getCorrection :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#373 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_set :: BtAngularLimitClass bc => bc -> Float -> Float -> Float -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#426 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getError :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#416 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_isLimit :: BtAngularLimitClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#404 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getSign :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#386 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getBiasFactor :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#380 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getSoftness :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#430 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getHigh :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#410 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getHalfRange :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#428 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getLow :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#392 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_getRelaxationFactor :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#346 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#346 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_center_set :: BtAngularLimitClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#347 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_center_get :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#347 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_halfRange_set :: BtAngularLimitClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#348 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_halfRange_get :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#348 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_softness_set :: BtAngularLimitClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#349 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_softness_get :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#349 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_biasFactor_set :: BtAngularLimitClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#350 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_biasFactor_get :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#350 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_relaxationFactor_set :: BtAngularLimitClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#351 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_relaxationFactor_get :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#351 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_correction_set :: BtAngularLimitClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_correction_get :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_sign_set :: BtAngularLimitClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#355 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_sign_get :: BtAngularLimitClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#355 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btAngularLimit_m_solveLimit_set :: BtAngularLimitClass bc => bc -> Bool -> IO () btAngularLimit_m_solveLimit_get :: BtAngularLimitClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint0 :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Transform -> Transform -> IO (BtConeTwistConstraint) btConeTwistConstraint1 :: BtRigidBodyClass p0 => p0 -> Transform -> IO (BtConeTwistConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_free :: BtConeTwistConstraintClass bc => bc -> IO () btConeTwistConstraint_getRigidBodyB :: BtConeTwistConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_buildJacobian :: BtConeTwistConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getRigidBodyA :: BtConeTwistConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_adjustSwingAxisToUseEllipseNormal :: BtConeTwistConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_adjustSwingAxisToUseEllipseNormal' :: BtConeTwistConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_isPastSwingLimit :: BtConeTwistConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#274 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getFrameOffsetA :: BtConeTwistConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#279 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getFrameOffsetB :: BtConeTwistConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getInfo2NonVirtual :: (BtConeTwistConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Transform -> Transform -> Mat3 -> Mat3 -> IO (Transform, Transform, Mat3, Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getInfo2NonVirtual' :: (BtConeTwistConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO (Transform, Transform, Mat3, Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getSwingSpan1 :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_calcAngleInfo2 :: BtConeTwistConstraintClass bc => bc -> Transform -> Transform -> Mat3 -> Mat3 -> IO (Transform, Transform, Mat3, Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_calcAngleInfo2' :: BtConeTwistConstraintClass bc => bc -> IO (Transform, Transform, Mat3, Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#286 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getParam :: BtConeTwistConstraintClass bc => bc -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setDamping :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getInfo1 :: (BtConeTwistConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getInfo2 :: (BtConeTwistConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setParam :: BtConeTwistConstraintClass bc => bc -> Int -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_calculateSerializeBufferSize :: BtConeTwistConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_init :: BtConeTwistConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#242 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getTwistAngle :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#252 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setMaxMotorImpulseNormalized :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#212 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getSolveTwistLimit :: BtConeTwistConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#250 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_enableMotor :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getBFrame :: BtConeTwistConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getInfo1NonVirtual :: (BtConeTwistConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#326 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_serialize :: (BtConeTwistConstraintClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getFixThresh :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getSolveSwingLimit :: BtConeTwistConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#234 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getSwingSpan2 :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setAngularOnly :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setFrames :: BtConeTwistConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setFrames' :: BtConeTwistConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setLimit :: BtConeTwistConstraintClass bc => bc -> Int -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setLimit0 :: BtConeTwistConstraintClass bc => bc -> Int -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#198 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setLimit1 :: BtConeTwistConstraintClass bc => bc -> Float -> Float -> Float -> Float -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#222 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getTwistLimitSign :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#251 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setMaxMotorImpulse :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_calcAngleInfo :: BtConeTwistConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#261 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setMotorTarget :: BtConeTwistConstraintClass bc => bc -> UnitQuaternion -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#261 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setMotorTarget' :: BtConeTwistConstraintClass bc => bc -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setFixThresh :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setMotorTargetInConstraintSpace :: BtConeTwistConstraintClass bc => bc -> UnitQuaternion -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_setMotorTargetInConstraintSpace' :: BtConeTwistConstraintClass bc => bc -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_solveConstraintObsolete :: (BtConeTwistConstraintClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1) => bc -> p0 -> p1 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#266 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_GetPointForAngle :: BtConeTwistConstraintClass bc => bc -> Float -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_updateRHS :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getTwistSpan :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_getAFrame :: BtConeTwistConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_rbAFrame_set :: BtConeTwistConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_rbAFrame_get :: BtConeTwistConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_rbBFrame_set :: BtConeTwistConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_rbBFrame_get :: BtConeTwistConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_limitSoftness_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_limitSoftness_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_biasFactor_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_biasFactor_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_relaxationFactor_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_relaxationFactor_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_damping_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_damping_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingSpan1_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingSpan1_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingSpan2_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingSpan2_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistSpan_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistSpan_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_fixThresh_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_fixThresh_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingAxis_set :: BtConeTwistConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingAxis_get :: BtConeTwistConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistAxis_set :: BtConeTwistConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistAxis_get :: BtConeTwistConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_kSwing_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_kSwing_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_kTwist_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_kTwist_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistLimitSign_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistLimitSign_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingCorrection_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingCorrection_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistCorrection_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistCorrection_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistAngle_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistAngle_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_accSwingLimitImpulse_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_accSwingLimitImpulse_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_accTwistLimitImpulse_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_accTwistLimitImpulse_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_angularOnly_set :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_angularOnly_get :: BtConeTwistConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_solveTwistLimit_set :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_solveTwistLimit_get :: BtConeTwistConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_solveSwingLimit_set :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_solveSwingLimit_get :: BtConeTwistConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_useSolveConstraintObsolete_set :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_useSolveConstraintObsolete_get :: BtConeTwistConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingLimitRatio_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_swingLimitRatio_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistLimitRatio_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistLimitRatio_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistAxisA_set :: BtConeTwistConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_twistAxisA_get :: BtConeTwistConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_bMotorEnabled_set :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_bMotorEnabled_get :: BtConeTwistConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_bNormalizedMotorStrength_set :: BtConeTwistConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_bNormalizedMotorStrength_get :: BtConeTwistConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_qTarget_set :: BtConeTwistConstraintClass bc => bc -> UnitQuaternion -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_qTarget_get :: BtConeTwistConstraintClass bc => bc -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_maxMotorImpulse_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_maxMotorImpulse_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_accMotorImpulse_set :: BtConeTwistConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_accMotorImpulse_get :: BtConeTwistConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_flags_set :: BtConeTwistConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_flags_get :: BtConeTwistConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_linCFM_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_linCFM_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_linERP_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_linERP_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraint_m_angCFM_set :: BtConeTwistConstraintClass bc => bc -> Float -> IO () btConeTwistConstraint_m_angCFM_get :: BtConeTwistConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData :: IO (BtConeTwistConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#298 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_free :: BtConeTwistConstraintDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#298 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_typeConstraintData_set :: (BtConeTwistConstraintDataClass bc, BtTypedConstraintDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#299 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_typeConstraintData_get :: BtConeTwistConstraintDataClass bc => bc -> IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#299 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_rbAFrame_set :: (BtConeTwistConstraintDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#300 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_rbAFrame_get :: BtConeTwistConstraintDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#300 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_rbBFrame_set :: (BtConeTwistConstraintDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#303 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_rbBFrame_get :: BtConeTwistConstraintDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#303 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_swingSpan1_set :: BtConeTwistConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_swingSpan1_get :: BtConeTwistConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_swingSpan2_set :: BtConeTwistConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_swingSpan2_get :: BtConeTwistConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_twistSpan_set :: BtConeTwistConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_twistSpan_get :: BtConeTwistConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_limitSoftness_set :: BtConeTwistConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_limitSoftness_get :: BtConeTwistConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_biasFactor_set :: BtConeTwistConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_biasFactor_get :: BtConeTwistConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_relaxationFactor_set :: BtConeTwistConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_relaxationFactor_get :: BtConeTwistConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp?r=2223 btConeTwistConstraintData_m_damping_set :: BtConeTwistConstraintDataClass bc => bc -> Float -> IO () btConeTwistConstraintData_m_damping_get :: BtConeTwistConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo1 :: IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo1_free :: BtTypedConstraint_btConstraintInfo1Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo1_m_numConstraintRows_set :: BtTypedConstraint_btConstraintInfo1Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo1_m_numConstraintRows_get :: BtTypedConstraint_btConstraintInfo1Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo1_nub_set :: BtTypedConstraint_btConstraintInfo1Class bc => bc -> Int -> IO () btTypedConstraint_btConstraintInfo1_nub_get :: BtTypedConstraint_btConstraintInfo1Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2 :: IO (BtTypedConstraint_btConstraintInfo2) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_free :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_erp_set :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_erp_get :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_fps_set :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_fps_get :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_m_damping_set :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_m_damping_get :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_m_numIterations_set :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_m_numIterations_get :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_btConstraintInfo2_rowskip_set :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> Int -> IO () btTypedConstraint_btConstraintInfo2_rowskip_get :: BtTypedConstraint_btConstraintInfo2Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btConstraintSetting :: IO (BtConstraintSetting) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btConstraintSetting_free :: BtConstraintSettingClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btConstraintSetting_m_tau_set :: BtConstraintSettingClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btConstraintSetting_m_tau_get :: BtConstraintSettingClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btConstraintSetting_m_damping_set :: BtConstraintSettingClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btConstraintSetting_m_damping_get :: BtConstraintSettingClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btConstraintSetting_m_impulseClamp_set :: BtConstraintSettingClass bc => bc -> Float -> IO () btConstraintSetting_m_impulseClamp_get :: BtConstraintSettingClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConstraintSolver.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConstraintSolver.cpp?r=2223 btConstraintSolver_reset :: BtConstraintSolverClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConstraintSolver.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConstraintSolver.cpp?r=2223 btConstraintSolver_allSolved :: (BtConstraintSolverClass bc, BtContactSolverInfoClass p0, BtIDebugDrawClass p1, BtStackAllocClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConstraintSolver.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btConstraintSolver.cpp?r=2223 btConstraintSolver_prepareSolve :: BtConstraintSolverClass bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_getInfo1 :: (BtContactConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_setContactManifold :: (BtContactConstraintClass bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_buildJacobian :: BtContactConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_getInfo2 :: (BtContactConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_getContactManifold :: BtContactConstraintClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_getContactManifold0 :: BtContactConstraintClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_getContactManifold1 :: BtContactConstraintClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp?r=2223 btContactConstraint_m_contactManifold_set :: (BtContactConstraintClass bc, BtPersistentManifoldClass a) => bc -> a -> IO () btContactConstraint_m_contactManifold_get :: BtContactConstraintClass bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfo :: IO (BtContactSolverInfo) btContactSolverInfo_free :: BtContactSolverInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData :: IO (BtContactSolverInfoData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_free :: BtContactSolverInfoDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_tau_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_tau_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_damping_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_damping_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_friction_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_friction_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_timeStep_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_timeStep_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_restitution_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_restitution_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_numIterations_set :: BtContactSolverInfoDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_numIterations_get :: BtContactSolverInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_maxErrorReduction_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_maxErrorReduction_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_sor_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_sor_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_erp_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_erp_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_erp2_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_erp2_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_globalCfm_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_globalCfm_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_splitImpulse_set :: BtContactSolverInfoDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_splitImpulse_get :: BtContactSolverInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_splitImpulsePenetrationThreshold_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_splitImpulsePenetrationThreshold_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_linearSlop_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_linearSlop_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_warmstartingFactor_set :: BtContactSolverInfoDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_warmstartingFactor_get :: BtContactSolverInfoDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_solverMode_set :: BtContactSolverInfoDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_solverMode_get :: BtContactSolverInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_restingContactRestitutionThreshold_set :: BtContactSolverInfoDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_restingContactRestitutionThreshold_get :: BtContactSolverInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.cpp?r=2223 btContactSolverInfoData_m_minimumSolverBatchSize_set :: BtContactSolverInfoDataClass bc => bc -> Int -> IO () btContactSolverInfoData_m_minimumSolverBatchSize_get :: BtContactSolverInfoDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#353 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint0 :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Transform -> Transform -> Bool -> IO (BtGeneric6DofConstraint) btGeneric6DofConstraint1 :: BtRigidBodyClass p0 => p0 -> Transform -> Bool -> IO (BtGeneric6DofConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#405 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_free :: BtGeneric6DofConstraintClass bc => bc -> IO () btGeneric6DofConstraint_buildJacobian :: BtGeneric6DofConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#547 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setParam :: BtGeneric6DofConstraintClass bc => bc -> Int -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#409 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getInfo1NonVirtual :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#382 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getFrameOffsetA :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#382 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getFrameOffsetA0 :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#393 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getFrameOffsetA1 :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#434 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getRelativePivotPosition :: BtGeneric6DofConstraintClass bc => bc -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#343 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateAngleInfo :: BtGeneric6DofConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#413 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getInfo2NonVirtual :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Transform -> Transform -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Transform, Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#413 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getInfo2NonVirtual' :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO (Transform, Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#329 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAngularLimits :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Int -> Transform -> Transform -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Int, Transform, Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#329 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAngularLimits' :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Int -> IO (Int, Transform, Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#549 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getParam :: BtGeneric6DofConstraintClass bc => bc -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#407 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getInfo1 :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#411 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getInfo2 :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#535 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calcAnchorPos :: BtGeneric6DofConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#471 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getAngularLowerLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#471 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getAngularLowerLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#579 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateSerializeBufferSize :: BtGeneric6DofConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#422 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getAxis :: BtGeneric6DofConstraintClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#460 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getLinearUpperLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#460 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getLinearUpperLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#543 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setUseFrameOffset :: BtGeneric6DofConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#525 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_isLimited :: BtGeneric6DofConstraintClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#490 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getRotationalLimitMotor :: BtGeneric6DofConstraintClass bc => bc -> Int -> IO (BtRotationalLimitMotor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_buildAngularJacobian :: (BtGeneric6DofConstraintClass bc, BtJacobianEntryClass p0) => bc -> p0 -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_buildAngularJacobian' :: (BtGeneric6DofConstraintClass bc, BtJacobianEntryClass p0) => bc -> p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#387 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getFrameOffsetB :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#387 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getFrameOffsetB0 :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#398 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getFrameOffsetB1 :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#445 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setLinearLowerLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#445 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setLinearLowerLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#450 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getLinearLowerLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#450 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getLinearLowerLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_buildLinearJacobian :: (BtGeneric6DofConstraintClass bc, BtJacobianEntryClass p0) => bc -> p0 -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_buildLinearJacobian' :: (BtGeneric6DofConstraintClass bc, BtJacobianEntryClass p0) => bc -> p0 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#542 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getUseFrameOffset :: BtGeneric6DofConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getCalculatedTransformB :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#360 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateTransforms :: BtGeneric6DofConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#360 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateTransforms' :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#360 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateTransforms0 :: BtGeneric6DofConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#360 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateTransforms0' :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#362 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateTransforms1 :: BtGeneric6DofConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#539 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_get_limit_motor_info2 :: (BtGeneric6DofConstraintClass bc, BtRotationalLimitMotorClass p0, BtTypedConstraint_btConstraintInfo2Class p7) => bc -> p0 -> Transform -> Transform -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> p7 -> Int -> Vec3 -> Int -> Int -> IO (Int, Transform, Transform, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#539 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_get_limit_motor_info2' :: (BtGeneric6DofConstraintClass bc, BtRotationalLimitMotorClass p0, BtTypedConstraint_btConstraintInfo2Class p7) => bc -> p0 -> p7 -> Int -> Int -> Int -> IO (Int, Transform, Transform, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#368 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getCalculatedTransformA :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#585 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_serialize :: (BtGeneric6DofConstraintClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#502 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setLimit :: BtGeneric6DofConstraintClass bc => bc -> Int -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#496 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getTranslationalLimitMotor :: BtGeneric6DofConstraintClass bc => bc -> IO (BtTranslationalLimitMotor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#331 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setLinearLimits :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Int -> Transform -> Transform -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Int, Transform, Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#331 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setLinearLimits' :: (BtGeneric6DofConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Int -> IO (Int, Transform, Transform, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#428 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getAngle :: BtGeneric6DofConstraintClass bc => bc -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#416 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_updateRHS :: BtGeneric6DofConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#483 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getAngularUpperLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#483 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_getAngularUpperLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAngularLowerLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#465 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAngularLowerLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#340 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_calculateLinearInfo :: BtGeneric6DofConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#436 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setFrames :: BtGeneric6DofConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#436 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setFrames' :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#455 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setLinearUpperLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#455 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setLinearUpperLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAngularUpperLimit :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAngularUpperLimit' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#551 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAxis :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#551 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_setAxis' :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#443 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_testAngularLimitMotor :: BtGeneric6DofConstraintClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_frameInA_set :: BtGeneric6DofConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_frameInA_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_frameInB_set :: BtGeneric6DofConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#289 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_frameInB_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#289 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_linearLimits_set :: (BtGeneric6DofConstraintClass bc, BtTranslationalLimitMotorClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#302 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_linearLimits_get :: BtGeneric6DofConstraintClass bc => bc -> IO (BtTranslationalLimitMotor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#302 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_timeStep_set :: BtGeneric6DofConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#303 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_timeStep_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#303 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedTransformA_set :: BtGeneric6DofConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedTransformA_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedTransformB_set :: BtGeneric6DofConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedTransformB_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedAxisAngleDiff_set :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedAxisAngleDiff_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedLinearDiff_set :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_calculatedLinearDiff_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_factA_set :: BtGeneric6DofConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_factA_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_factB_set :: BtGeneric6DofConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_factB_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_hasStaticBody_set :: BtGeneric6DofConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_hasStaticBody_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_AnchorPos_set :: BtGeneric6DofConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#314 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_AnchorPos_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#314 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_useLinearReferenceFrameA_set :: BtGeneric6DofConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#315 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_useLinearReferenceFrameA_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#315 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_useOffsetForConstraintFrame_set :: BtGeneric6DofConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_useOffsetForConstraintFrame_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_flags_set :: BtGeneric6DofConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#350 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_flags_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#350 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraint_m_useSolveConstraintObsolete_set :: BtGeneric6DofConstraintClass bc => bc -> Bool -> IO () btGeneric6DofConstraint_m_useSolveConstraintObsolete_get :: BtGeneric6DofConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#564 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData :: IO (BtGeneric6DofConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#565 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_free :: BtGeneric6DofConstraintDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#565 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_typeConstraintData_set :: (BtGeneric6DofConstraintDataClass bc, BtTypedConstraintDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#566 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_typeConstraintData_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#566 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_rbAFrame_set :: (BtGeneric6DofConstraintDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#567 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_rbAFrame_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#567 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_rbBFrame_set :: (BtGeneric6DofConstraintDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#569 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_rbBFrame_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#569 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_linearUpperLimit_set :: (BtGeneric6DofConstraintDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#570 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_linearUpperLimit_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#570 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_linearLowerLimit_set :: (BtGeneric6DofConstraintDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#572 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_linearLowerLimit_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#572 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_angularUpperLimit_set :: (BtGeneric6DofConstraintDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#573 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_angularUpperLimit_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#573 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_angularLowerLimit_set :: (BtGeneric6DofConstraintDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#575 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_angularLowerLimit_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#575 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_useLinearReferenceFrameA_set :: BtGeneric6DofConstraintDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#576 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_useLinearReferenceFrameA_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#576 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btGeneric6DofConstraintData_m_useOffsetForConstraintFrame_set :: BtGeneric6DofConstraintDataClass bc => bc -> Int -> IO () btGeneric6DofConstraintData_m_useOffsetForConstraintFrame_get :: BtGeneric6DofConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Transform -> Transform -> Bool -> IO (BtGeneric6DofSpringConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_free :: BtGeneric6DofSpringConstraintClass bc => bc -> IO () btGeneric6DofSpringConstraint_calculateSerializeBufferSize :: BtGeneric6DofSpringConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setEquilibriumPoint :: BtGeneric6DofSpringConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setEquilibriumPoint0 :: BtGeneric6DofSpringConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setEquilibriumPoint1 :: BtGeneric6DofSpringConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setEquilibriumPoint2 :: BtGeneric6DofSpringConstraintClass bc => bc -> Int -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_serialize :: (BtGeneric6DofSpringConstraintClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_enableSpring :: BtGeneric6DofSpringConstraintClass bc => bc -> Int -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setStiffness :: BtGeneric6DofSpringConstraintClass bc => bc -> Int -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setDamping :: BtGeneric6DofSpringConstraintClass bc => bc -> Int -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_getInfo2 :: (BtGeneric6DofSpringConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_internalUpdateSprings :: (BtGeneric6DofSpringConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setAxis :: BtGeneric6DofSpringConstraintClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraint_setAxis' :: BtGeneric6DofSpringConstraintClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraintData :: IO (BtGeneric6DofSpringConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraintData_free :: BtGeneric6DofSpringConstraintDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp?r=2223 btGeneric6DofSpringConstraintData_m_6dofData_set :: (BtGeneric6DofSpringConstraintDataClass bc, BtGeneric6DofConstraintDataClass a) => bc -> a -> IO () btGeneric6DofSpringConstraintData_m_6dofData_get :: BtGeneric6DofSpringConstraintDataClass bc => bc -> IO (BtGeneric6DofConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Vec3 -> Vec3 -> Vec3 -> IO (BtHinge2Constraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_free :: BtHinge2ConstraintClass bc => bc -> IO () btHinge2Constraint_setLowerLimit :: BtHinge2ConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_getAnchor2 :: BtHinge2ConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_getAxis1 :: BtHinge2ConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_getAnchor :: BtHinge2ConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_getAxis2 :: BtHinge2ConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_setUpperLimit :: BtHinge2ConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_getAngle2 :: BtHinge2ConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_getAngle1 :: BtHinge2ConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_m_anchor_set :: BtHinge2ConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_m_anchor_get :: BtHinge2ConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_m_axis1_set :: BtHinge2ConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_m_axis1_get :: BtHinge2ConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp?r=2223 btHinge2Constraint_m_axis2_set :: BtHinge2ConstraintClass bc => bc -> Vec3 -> IO () btHinge2Constraint_m_axis2_get :: BtHinge2ConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint0 :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Bool -> IO (BtHingeConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint1 :: BtRigidBodyClass p0 => p0 -> Vec3 -> Vec3 -> Bool -> IO (BtHingeConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint2 :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Transform -> Transform -> Bool -> IO (BtHingeConstraint) btHingeConstraint3 :: BtRigidBodyClass p0 => p0 -> Transform -> Bool -> IO (BtHingeConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_free :: BtHingeConstraintClass bc => bc -> IO () btHingeConstraint_getRigidBodyB :: BtHingeConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getRigidBodyB0 :: BtHingeConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getRigidBodyB1 :: BtHingeConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo2NonVirtual :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Transform -> Transform -> Vec3 -> Vec3 -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo2NonVirtual' :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getRigidBodyA :: BtHingeConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getRigidBodyA0 :: BtHingeConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getRigidBodyA1 :: BtHingeConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#276 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getMotorTargetVelosity :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getFrameOffsetA :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getFrameOffsetB :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_buildJacobian :: BtHingeConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setMaxMotorImpulse :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getHingeAngle :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getHingeAngle0 :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#239 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getHingeAngle1 :: BtHingeConstraintClass bc => bc -> Transform -> Transform -> IO (Float, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#239 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getHingeAngle1' :: BtHingeConstraintClass bc => bc -> IO (Float, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#241 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_testLimit :: BtHingeConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#241 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_testLimit' :: BtHingeConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo1 :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo2Internal :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Transform -> Transform -> Vec3 -> Vec3 -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo2Internal' :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo2 :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getUpperLimit :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_enableAngularMotor :: BtHingeConstraintClass bc => bc -> Bool -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#259 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getLimitSign :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#345 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_calculateSerializeBufferSize :: BtHingeConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getMaxMotorImpulse :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#218 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getLowerLimit :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setParam :: BtHingeConstraintClass bc => bc -> Int -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#286 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setUseFrameOffset :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getEnableAngularMotor :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#174 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_enableMotor :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#245 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getBFrame :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#245 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getBFrame0 :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getBFrame1 :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo1NonVirtual :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo2InternalUsingFrameOffset :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Transform -> Transform -> Vec3 -> Vec3 -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getInfo2InternalUsingFrameOffset' :: (BtHingeConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#351 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_serialize :: (BtHingeConstraintClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getUseFrameOffset :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setAngularOnly :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#293 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getParam :: BtHingeConstraintClass bc => bc -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setLimit :: BtHingeConstraintClass bc => bc -> Float -> Float -> Float -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#250 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getSolveLimit :: BtHingeConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_updateRHS :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setMotorTarget :: BtHingeConstraintClass bc => bc -> UnitQuaternion -> Float -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setMotorTarget' :: BtHingeConstraintClass bc => bc -> Float -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setMotorTarget0 :: BtHingeConstraintClass bc => bc -> UnitQuaternion -> Float -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setMotorTarget0' :: BtHingeConstraintClass bc => bc -> Float -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#177 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setMotorTarget1 :: BtHingeConstraintClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getAngularOnly :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setFrames :: BtHingeConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setFrames' :: BtHingeConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#193 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setAxis :: BtHingeConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#193 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_setAxis' :: BtHingeConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getAFrame :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getAFrame0 :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#247 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_getAFrame1 :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_rbAFrame_set :: BtHingeConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_rbAFrame_get :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_rbBFrame_set :: BtHingeConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_rbBFrame_get :: BtHingeConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_motorTargetVelocity_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_motorTargetVelocity_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_maxMotorImpulse_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_maxMotorImpulse_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_limit_set :: (BtHingeConstraintClass bc, BtAngularLimitClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_limit_get :: BtHingeConstraintClass bc => bc -> IO (BtAngularLimit) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_kHinge_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_kHinge_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_accLimitImpulse_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_accLimitImpulse_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_hingeAngle_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_hingeAngle_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_referenceSign_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_referenceSign_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_angularOnly_set :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_angularOnly_get :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_enableAngularMotor_set :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_enableAngularMotor_get :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_useSolveConstraintObsolete_set :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_useSolveConstraintObsolete_get :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_useOffsetForConstraintFrame_set :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_useOffsetForConstraintFrame_get :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_useReferenceFrameA_set :: BtHingeConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_useReferenceFrameA_get :: BtHingeConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_accMotorImpulse_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_accMotorImpulse_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_flags_set :: BtHingeConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_flags_get :: BtHingeConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_normalCFM_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_normalCFM_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_stopCFM_set :: BtHingeConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_stopCFM_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraint_m_stopERP_set :: BtHingeConstraintClass bc => bc -> Float -> IO () btHingeConstraint_m_stopERP_get :: BtHingeConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData :: IO (BtHingeConstraintDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_free :: BtHingeConstraintDoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_typeConstraintData_set :: (BtHingeConstraintDoubleDataClass bc, BtTypedConstraintDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_typeConstraintData_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_rbAFrame_set :: (BtHingeConstraintDoubleDataClass bc, BtTransformDoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_rbAFrame_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (BtTransformDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_rbBFrame_set :: (BtHingeConstraintDoubleDataClass bc, BtTransformDoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_rbBFrame_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (BtTransformDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_useReferenceFrameA_set :: BtHingeConstraintDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_useReferenceFrameA_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_angularOnly_set :: BtHingeConstraintDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#311 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_angularOnly_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#311 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_enableAngularMotor_set :: BtHingeConstraintDoubleDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_enableAngularMotor_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_motorTargetVelocity_set :: BtHingeConstraintDoubleDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#313 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_motorTargetVelocity_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#313 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_maxMotorImpulse_set :: BtHingeConstraintDoubleDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#315 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_maxMotorImpulse_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#315 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_lowerLimit_set :: BtHingeConstraintDoubleDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#316 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_lowerLimit_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#316 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_upperLimit_set :: BtHingeConstraintDoubleDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_upperLimit_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_limitSoftness_set :: BtHingeConstraintDoubleDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_limitSoftness_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_biasFactor_set :: BtHingeConstraintDoubleDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#319 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_biasFactor_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#319 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintDoubleData_m_relaxationFactor_set :: BtHingeConstraintDoubleDataClass bc => bc -> Float -> IO () btHingeConstraintDoubleData_m_relaxationFactor_get :: BtHingeConstraintDoubleDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#324 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData :: IO (BtHingeConstraintFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_free :: BtHingeConstraintFloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_typeConstraintData_set :: (BtHingeConstraintFloatDataClass bc, BtTypedConstraintDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#326 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_typeConstraintData_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#326 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_rbAFrame_set :: (BtHingeConstraintFloatDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_rbAFrame_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_rbBFrame_set :: (BtHingeConstraintFloatDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#328 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_rbBFrame_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#328 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_useReferenceFrameA_set :: BtHingeConstraintFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#329 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_useReferenceFrameA_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#329 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_angularOnly_set :: BtHingeConstraintFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#331 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_angularOnly_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#331 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_enableAngularMotor_set :: BtHingeConstraintFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_enableAngularMotor_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_motorTargetVelocity_set :: BtHingeConstraintFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#333 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_motorTargetVelocity_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#333 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_maxMotorImpulse_set :: BtHingeConstraintFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_maxMotorImpulse_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_lowerLimit_set :: BtHingeConstraintFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#336 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_lowerLimit_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#336 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_upperLimit_set :: BtHingeConstraintFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_upperLimit_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_limitSoftness_set :: BtHingeConstraintFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#338 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_limitSoftness_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#338 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_biasFactor_set :: BtHingeConstraintFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#339 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_biasFactor_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h?r=2223#339 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp?r=2223 btHingeConstraintFloatData_m_relaxationFactor_set :: BtHingeConstraintFloatDataClass bc => bc -> Float -> IO () btHingeConstraintFloatData_m_relaxationFactor_get :: BtHingeConstraintFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry0 :: IO (BtJacobianEntry) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry2 :: Vec3 -> Mat3 -> Mat3 -> Vec3 -> Vec3 -> IO (BtJacobianEntry) btJacobianEntry3 :: Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (BtJacobianEntry) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_free :: BtJacobianEntryClass bc => bc -> IO () btJacobianEntry_getDiagonal :: BtJacobianEntryClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_getRelativeVelocity :: BtJacobianEntryClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Float, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_getRelativeVelocity' :: BtJacobianEntryClass bc => bc -> IO (Float, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_0MinvJt_set :: BtJacobianEntryClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_0MinvJt_get :: BtJacobianEntryClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_1MinvJt_set :: BtJacobianEntryClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_1MinvJt_get :: BtJacobianEntryClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_Adiag_set :: BtJacobianEntryClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_Adiag_get :: BtJacobianEntryClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_aJ_set :: BtJacobianEntryClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_aJ_get :: BtJacobianEntryClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_bJ_set :: BtJacobianEntryClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_bJ_get :: BtJacobianEntryClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btJacobianEntry.cpp?r=2223 btJacobianEntry_m_linearJointAxis_set :: BtJacobianEntryClass bc => bc -> Vec3 -> IO () btJacobianEntry_m_linearJointAxis_get :: BtJacobianEntryClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint0 :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Vec3 -> Vec3 -> IO (BtPoint2PointConstraint) btPoint2PointConstraint1 :: BtRigidBodyClass p0 => p0 -> Vec3 -> IO (BtPoint2PointConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_free :: BtPoint2PointConstraintClass bc => bc -> IO () btPoint2PointConstraint_getInfo1NonVirtual :: (BtPoint2PointConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_getInfo2NonVirtual :: (BtPoint2PointConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_getInfo2NonVirtual' :: (BtPoint2PointConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_setParam :: BtPoint2PointConstraintClass bc => bc -> Int -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_getPivotInA :: BtPoint2PointConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_getPivotInB :: BtPoint2PointConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_updateRHS :: BtPoint2PointConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_serialize :: (BtPoint2PointConstraintClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_buildJacobian :: BtPoint2PointConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_calculateSerializeBufferSize :: BtPoint2PointConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_getParam :: BtPoint2PointConstraintClass bc => bc -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_getInfo1 :: (BtPoint2PointConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_getInfo2 :: (BtPoint2PointConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_setPivotA :: BtPoint2PointConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_setPivotA' :: BtPoint2PointConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_setPivotB :: BtPoint2PointConstraintClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_setPivotB' :: BtPoint2PointConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_pivotInA_set :: BtPoint2PointConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_pivotInA_get :: BtPoint2PointConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_pivotInB_set :: BtPoint2PointConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_pivotInB_get :: BtPoint2PointConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_flags_set :: BtPoint2PointConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_flags_get :: BtPoint2PointConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_erp_set :: BtPoint2PointConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_erp_get :: BtPoint2PointConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_cfm_set :: BtPoint2PointConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_cfm_get :: BtPoint2PointConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_useSolveConstraintObsolete_set :: BtPoint2PointConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_useSolveConstraintObsolete_get :: BtPoint2PointConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraint_m_setting_set :: (BtPoint2PointConstraintClass bc, BtConstraintSettingClass a) => bc -> a -> IO () btPoint2PointConstraint_m_setting_get :: BtPoint2PointConstraintClass bc => bc -> IO (BtConstraintSetting) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintDoubleData :: IO (BtPoint2PointConstraintDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintDoubleData_free :: BtPoint2PointConstraintDoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintDoubleData_m_typeConstraintData_set :: (BtPoint2PointConstraintDoubleDataClass bc, BtTypedConstraintDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintDoubleData_m_typeConstraintData_get :: BtPoint2PointConstraintDoubleDataClass bc => bc -> IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintDoubleData_m_pivotInA_set :: (BtPoint2PointConstraintDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintDoubleData_m_pivotInA_get :: BtPoint2PointConstraintDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintDoubleData_m_pivotInB_set :: (BtPoint2PointConstraintDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () btPoint2PointConstraintDoubleData_m_pivotInB_get :: BtPoint2PointConstraintDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintFloatData :: IO (BtPoint2PointConstraintFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintFloatData_free :: BtPoint2PointConstraintFloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintFloatData_m_typeConstraintData_set :: (BtPoint2PointConstraintFloatDataClass bc, BtTypedConstraintDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintFloatData_m_typeConstraintData_get :: BtPoint2PointConstraintFloatDataClass bc => bc -> IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintFloatData_m_pivotInA_set :: (BtPoint2PointConstraintFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintFloatData_m_pivotInA_get :: BtPoint2PointConstraintFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp?r=2223 btPoint2PointConstraintFloatData_m_pivotInB_set :: (BtPoint2PointConstraintFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () btPoint2PointConstraintFloatData_m_pivotInB_get :: BtPoint2PointConstraintFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor :: IO (BtRotationalLimitMotor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_free :: BtRotationalLimitMotorClass bc => bc -> IO () btRotationalLimitMotor_testLimitValue :: BtRotationalLimitMotorClass bc => bc -> Float -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_solveAngularLimits :: (BtRotationalLimitMotorClass bc, BtRigidBodyClass p3, BtRigidBodyClass p4) => bc -> Float -> Vec3 -> Float -> p3 -> p4 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_solveAngularLimits' :: (BtRotationalLimitMotorClass bc, BtRigidBodyClass p3, BtRigidBodyClass p4) => bc -> Float -> Float -> p3 -> p4 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_needApplyTorques :: BtRotationalLimitMotorClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_isLimited :: BtRotationalLimitMotorClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_accumulatedImpulse_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_accumulatedImpulse_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_bounce_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_bounce_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_currentLimit_set :: BtRotationalLimitMotorClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_currentLimit_get :: BtRotationalLimitMotorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_currentLimitError_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_currentLimitError_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_currentPosition_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_currentPosition_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_damping_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_damping_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_enableMotor_set :: BtRotationalLimitMotorClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_enableMotor_get :: BtRotationalLimitMotorClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_hiLimit_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_hiLimit_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_limitSoftness_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_limitSoftness_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_loLimit_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_loLimit_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_maxLimitForce_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_maxLimitForce_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_maxMotorForce_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_maxMotorForce_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_normalCFM_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_normalCFM_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_stopCFM_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_stopCFM_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_stopERP_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_stopERP_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btRotationalLimitMotor_m_targetVelocity_set :: BtRotationalLimitMotorClass bc => bc -> Float -> IO () btRotationalLimitMotor_m_targetVelocity_get :: BtRotationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver :: IO (BtSequentialImpulseConstraintSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_free :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO () btSequentialImpulseConstraintSolver_convertContact :: (BtSequentialImpulseConstraintSolverClass bc, BtPersistentManifoldClass p0, BtContactSolverInfoClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_setRandSeed :: BtSequentialImpulseConstraintSolverClass bc => bc -> Word64 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_getFixedBody :: IO (BtRigidBody) btSequentialImpulseConstraintSolver_resolveSingleConstraintRowLowerLimitSIMD :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1, BtSolverConstraintClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_btRand2 :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (Word64) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_setFrictionConstraintImpulse :: (BtSequentialImpulseConstraintSolverClass bc, BtSolverConstraintClass p0, BtRigidBodyClass p1, BtRigidBodyClass p2, BtManifoldPointClass p3, BtContactSolverInfoClass p4) => bc -> p0 -> p1 -> p2 -> p3 -> p4 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_getOrInitSolverBody :: (BtSequentialImpulseConstraintSolverClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_resolveSingleConstraintRowGenericSIMD :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1, BtSolverConstraintClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_btRandInt2 :: BtSequentialImpulseConstraintSolverClass bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_resolveSingleConstraintRowLowerLimit :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1, BtSolverConstraintClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_reset :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_resolveSplitPenetrationImpulseCacheFriendly :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1, BtSolverConstraintClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_setupFrictionConstraint :: (BtSequentialImpulseConstraintSolverClass bc, BtSolverConstraintClass p0, BtRigidBodyClass p2, BtRigidBodyClass p3, BtManifoldPointClass p4, BtCollisionObjectClass p7, BtCollisionObjectClass p8) => bc -> p0 -> Vec3 -> p2 -> p3 -> p4 -> Vec3 -> Vec3 -> p7 -> p8 -> Float -> Float -> Float -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_setupFrictionConstraint' :: (BtSequentialImpulseConstraintSolverClass bc, BtSolverConstraintClass p0, BtRigidBodyClass p2, BtRigidBodyClass p3, BtManifoldPointClass p4, BtCollisionObjectClass p7, BtCollisionObjectClass p8) => bc -> p0 -> p2 -> p3 -> p4 -> p7 -> p8 -> Float -> Float -> Float -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_getRandSeed :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (Word64) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_addFrictionConstraint :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p1, BtRigidBodyClass p2, BtManifoldPointClass p4, BtCollisionObjectClass p7, BtCollisionObjectClass p8) => bc -> Vec3 -> p1 -> p2 -> Int -> p4 -> Vec3 -> Vec3 -> p7 -> p8 -> Float -> Float -> Float -> IO (BtSolverConstraint, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_addFrictionConstraint' :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p1, BtRigidBodyClass p2, BtManifoldPointClass p4, BtCollisionObjectClass p7, BtCollisionObjectClass p8) => bc -> p1 -> p2 -> Int -> p4 -> p7 -> p8 -> Float -> Float -> Float -> IO (BtSolverConstraint, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_restitutionCurve :: BtSequentialImpulseConstraintSolverClass bc => bc -> Float -> Float -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_resolveSingleConstraintRowGeneric :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1, BtSolverConstraintClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_resolveSplitPenetrationSIMD :: (BtSequentialImpulseConstraintSolverClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1, BtSolverConstraintClass p2) => bc -> p0 -> p1 -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpSolverContactConstraintPool_set :: (BtSequentialImpulseConstraintSolverClass bc, BtAlignedObjectArray_btSolverConstraint_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpSolverContactConstraintPool_get :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (BtAlignedObjectArray_btSolverConstraint_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpSolverNonContactConstraintPool_set :: (BtSequentialImpulseConstraintSolverClass bc, BtAlignedObjectArray_btSolverConstraint_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpSolverNonContactConstraintPool_get :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (BtAlignedObjectArray_btSolverConstraint_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpSolverContactFrictionConstraintPool_set :: (BtSequentialImpulseConstraintSolverClass bc, BtAlignedObjectArray_btSolverConstraint_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpSolverContactFrictionConstraintPool_get :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (BtAlignedObjectArray_btSolverConstraint_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_orderTmpConstraintPool_set :: (BtSequentialImpulseConstraintSolverClass bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_orderTmpConstraintPool_get :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_orderFrictionConstraintPool_set :: (BtSequentialImpulseConstraintSolverClass bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_orderFrictionConstraintPool_get :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpConstraintSizesPool_set :: (BtSequentialImpulseConstraintSolverClass bc, BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_tmpConstraintSizesPool_get :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp?r=2223 btSequentialImpulseConstraintSolver_m_btSeed2_set :: BtSequentialImpulseConstraintSolverClass bc => bc -> Word64 -> IO () btSequentialImpulseConstraintSolver_m_btSeed2_get :: BtSequentialImpulseConstraintSolverClass bc => bc -> IO (Word64) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#160 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint0 :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Transform -> Transform -> Bool -> IO (BtSliderConstraint) btSliderConstraint1 :: BtRigidBodyClass p0 => p0 -> Transform -> Bool -> IO (BtSliderConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#175 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_free :: BtSliderConstraintClass bc => bc -> IO () btSliderConstraint_getRigidBodyB :: BtSliderConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#174 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getRigidBodyA :: BtSliderConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#249 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getAngDepth :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#236 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getTargetAngMotorVelocity :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#241 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getAngularPos :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#219 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setRestitutionLimAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#274 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getParam :: BtSliderConstraintClass bc => bc -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getInfo1 :: (BtSliderConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getInfo2 :: (BtSliderConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getPoweredLinMotor :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#259 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setUseFrameOffset :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#215 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setSoftnessLimLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getAncorInA :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#256 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getAncorInB :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#214 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setDampingDirAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSolveLinLimit :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getUseFrameOffset :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getMaxAngMotorForce :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#213 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setRestitutionDirAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#232 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getMaxLinMotorForce :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#223 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setDampingOrthoLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSolveAngLimit :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#233 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setPoweredAngMotor :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#240 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getLinearPos :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#177 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getCalculatedTransformB :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getCalculatedTransformA :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#253 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_testAngLimits :: BtSliderConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#211 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setDampingDirLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getUpperAngLimit :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setUpperAngLimit :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#201 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getRestitutionLimAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSoftnessOrthoLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#183 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setLowerLinLimit :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getRestitutionDirLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getInfo1NonVirtual :: (BtSliderConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setRestitutionLimLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setTargetLinMotorVelocity :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getUpperLinLimit :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#231 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setMaxLinMotorForce :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getLowerAngLimit :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setSoftnessDirLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_initParams :: BtSliderConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#170 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getInfo2NonVirtual :: (BtSliderConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Transform -> Transform -> Vec3 -> Vec3 -> Float -> Float -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#170 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getInfo2NonVirtual' :: (BtSliderConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> Float -> Float -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#178 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getFrameOffsetA :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#178 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getFrameOffsetA0 :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getFrameOffsetA1 :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#179 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getFrameOffsetB :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#179 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getFrameOffsetB0 :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getFrameOffsetB1 :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#196 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getDampingDirAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#198 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getRestitutionLimLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSoftnessOrthoAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setSoftnessOrthoLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#218 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setSoftnessLimAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#193 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getDampingDirLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#197 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSoftnessLimLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setPoweredLinMotor :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#251 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_calculateTransforms :: BtSliderConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#251 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_calculateTransforms' :: BtSliderConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#247 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getLinDepth :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_serialize :: (BtSliderConstraintClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getDampingLimLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getRestitutionDirAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#272 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setParam :: BtSliderConstraintClass bc => bc -> Int -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#202 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getDampingLimAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#222 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setRestitutionOrthoLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setRestitutionDirLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#220 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setDampingLimAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#212 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setSoftnessDirAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setUpperLinLimit :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#303 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_calculateSerializeBufferSize :: BtSliderConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#235 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setTargetAngMotorVelocity :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSoftnessDirAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setMaxAngMotorForce :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setLowerAngLimit :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#234 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getPoweredAngMotor :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getDampingOrthoAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#204 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getRestitutionOrthoLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getTargetLinMotorVelocity :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#252 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_testLinLimits :: BtSliderConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getLowerLinLimit :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setDampingOrthoAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setRestitutionOrthoAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#207 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getRestitutionOrthoAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#205 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getDampingOrthoLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSoftnessLimAng :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setSoftnessOrthoAng :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setDampingLimLin :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#261 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setFrames :: BtSliderConstraintClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#261 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_setFrames' :: BtSliderConstraintClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#191 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getSoftnessDirLin :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#190 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_getUseLinearReferenceFrameA :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_useSolveConstraintObsolete_set :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_useSolveConstraintObsolete_get :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_useOffsetForConstraintFrame_set :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_useOffsetForConstraintFrame_get :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_frameInA_set :: BtSliderConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_frameInA_get :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_frameInB_set :: BtSliderConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_frameInB_get :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_useLinearReferenceFrameA_set :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_useLinearReferenceFrameA_get :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_lowerLinLimit_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_lowerLinLimit_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_upperLinLimit_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_upperLinLimit_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_lowerAngLimit_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_lowerAngLimit_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_upperAngLimit_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_upperAngLimit_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessDirLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessDirLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionDirLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionDirLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingDirLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingDirLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmDirLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmDirLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessDirAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessDirAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionDirAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionDirAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingDirAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingDirAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmDirAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmDirAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessLimLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessLimLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionLimLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionLimLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingLimLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingLimLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmLimLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmLimLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessLimAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessLimAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionLimAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionLimAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingLimAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingLimAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmLimAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmLimAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessOrthoLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessOrthoLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionOrthoLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionOrthoLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingOrthoLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingOrthoLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmOrthoLin_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmOrthoLin_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessOrthoAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_softnessOrthoAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionOrthoAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_restitutionOrthoAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingOrthoAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_dampingOrthoAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmOrthoAng_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_cfmOrthoAng_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_solveLinLim_set :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_solveLinLim_get :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_solveAngLim_set :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_solveAngLim_get :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_flags_set :: BtSliderConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_flags_get :: BtSliderConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_timeStep_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_timeStep_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_calculatedTransformA_set :: BtSliderConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_calculatedTransformA_get :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_calculatedTransformB_set :: BtSliderConstraintClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_calculatedTransformB_get :: BtSliderConstraintClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_sliderAxis_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_sliderAxis_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_realPivotAInW_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_realPivotAInW_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_realPivotBInW_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_realPivotBInW_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_projPivotInW_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_projPivotInW_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_delta_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_delta_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_depth_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_depth_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_relPosA_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_relPosA_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_relPosB_set :: BtSliderConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_relPosB_get :: BtSliderConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_linPos_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_linPos_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_angPos_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_angPos_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_angDepth_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_angDepth_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_kAngle_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_kAngle_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_poweredLinMotor_set :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_poweredLinMotor_get :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_targetLinMotorVelocity_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_targetLinMotorVelocity_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_maxLinMotorForce_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_maxLinMotorForce_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_accumulatedLinMotorImpulse_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_accumulatedLinMotorImpulse_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_poweredAngMotor_set :: BtSliderConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_poweredAngMotor_get :: BtSliderConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_targetAngMotorVelocity_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_targetAngMotorVelocity_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_maxAngMotorForce_set :: BtSliderConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_maxAngMotorForce_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraint_m_accumulatedAngMotorImpulse_set :: BtSliderConstraintClass bc => bc -> Float -> IO () btSliderConstraint_m_accumulatedAngMotorImpulse_get :: BtSliderConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#286 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData :: IO (BtSliderConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#287 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_free :: BtSliderConstraintDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#287 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_typeConstraintData_set :: (BtSliderConstraintDataClass bc, BtTypedConstraintDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_typeConstraintData_get :: BtSliderConstraintDataClass bc => bc -> IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_rbAFrame_set :: (BtSliderConstraintDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#289 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_rbAFrame_get :: BtSliderConstraintDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#289 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_rbBFrame_set :: (BtSliderConstraintDataClass bc, BtTransformFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_rbBFrame_get :: BtSliderConstraintDataClass bc => bc -> IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_linearUpperLimit_set :: BtSliderConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#292 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_linearUpperLimit_get :: BtSliderConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#292 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_linearLowerLimit_set :: BtSliderConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#294 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_linearLowerLimit_get :: BtSliderConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#294 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_angularUpperLimit_set :: BtSliderConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#295 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_angularUpperLimit_get :: BtSliderConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#295 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_angularLowerLimit_set :: BtSliderConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_angularLowerLimit_get :: BtSliderConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_useLinearReferenceFrameA_set :: BtSliderConstraintDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#298 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_useLinearReferenceFrameA_get :: BtSliderConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h?r=2223#298 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp?r=2223 btSliderConstraintData_m_useOffsetForConstraintFrame_set :: BtSliderConstraintDataClass bc => bc -> Int -> IO () btSliderConstraintData_m_useOffsetForConstraintFrame_get :: BtSliderConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete :: IO (BtSolverBodyObsolete) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_free :: BtSolverBodyObsoleteClass bc => bc -> IO () btSolverBodyObsolete_getAngularVelocity :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_getAngularVelocity' :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_writebackVelocity :: BtSolverBodyObsoleteClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_writebackVelocity0 :: BtSolverBodyObsoleteClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_writebackVelocity1 :: BtSolverBodyObsoleteClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_internalApplyPushImpulse :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_internalApplyPushImpulse' :: BtSolverBodyObsoleteClass bc => bc -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_getVelocityInLocalPointObsolete :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_getVelocityInLocalPointObsolete' :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_deltaLinearVelocity_set :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_deltaLinearVelocity_get :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_deltaAngularVelocity_set :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_deltaAngularVelocity_get :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_angularFactor_set :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_angularFactor_get :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_invMass_set :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_invMass_get :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#115 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_originalBody_set :: (BtSolverBodyObsoleteClass bc, BtRigidBodyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_originalBody_get :: BtSolverBodyObsoleteClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_pushVelocity_set :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_pushVelocity_get :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverBody.cpp?r=2223 btSolverBodyObsolete_m_turnVelocity_set :: BtSolverBodyObsoleteClass bc => bc -> Vec3 -> IO () btSolverBodyObsolete_m_turnVelocity_get :: BtSolverBodyObsoleteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint :: IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_free :: BtSolverConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_angularComponentA_set :: BtSolverConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_angularComponentA_get :: BtSolverConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#40 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_angularComponentB_set :: BtSolverConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_angularComponentB_get :: BtSolverConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_appliedImpulse_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_appliedImpulse_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_appliedPushImpulse_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_appliedPushImpulse_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_cfm_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_cfm_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_contactNormal_set :: BtSolverConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_contactNormal_get :: BtSolverConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_friction_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_friction_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_jacDiagABInv_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_jacDiagABInv_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_lowerLimit_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_lowerLimit_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_relpos1CrossNormal_set :: BtSolverConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_relpos1CrossNormal_get :: BtSolverConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_relpos2CrossNormal_set :: BtSolverConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_relpos2CrossNormal_get :: BtSolverConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_rhs_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_rhs_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_rhsPenetration_set :: BtSolverConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_rhsPenetration_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btSolverConstraint.cpp?r=2223 btSolverConstraint_m_upperLimit_set :: BtSolverConstraintClass bc => bc -> Float -> IO () btSolverConstraint_m_upperLimit_get :: BtSolverConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor :: IO (BtTranslationalLimitMotor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#211 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_free :: BtTranslationalLimitMotorClass bc => bc -> IO () btTranslationalLimitMotor_testLimitValue :: BtTranslationalLimitMotorClass bc => bc -> Int -> Float -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_needApplyForce :: BtTranslationalLimitMotorClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_solveLinearAxis :: (BtTranslationalLimitMotorClass bc, BtRigidBodyClass p2, BtRigidBodyClass p4) => bc -> Float -> Float -> p2 -> Vec3 -> p4 -> Vec3 -> Int -> Vec3 -> Vec3 -> IO (Float, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_solveLinearAxis' :: (BtTranslationalLimitMotorClass bc, BtRigidBodyClass p2, BtRigidBodyClass p4) => bc -> Float -> Float -> p2 -> p4 -> Int -> IO (Float, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#202 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_isLimited :: BtTranslationalLimitMotorClass bc => bc -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_accumulatedImpulse_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_accumulatedImpulse_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_currentLimitError_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_currentLimitError_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_currentLinearDiff_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_currentLinearDiff_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_damping_set :: BtTranslationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_damping_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_limitSoftness_set :: BtTranslationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_limitSoftness_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_lowerLimit_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_lowerLimit_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_maxMotorForce_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_maxMotorForce_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_normalCFM_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_normalCFM_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_restitution_set :: BtTranslationalLimitMotorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_restitution_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_stopCFM_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_stopCFM_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_stopERP_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_stopERP_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_targetVelocity_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_targetVelocity_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp?r=2223 btTranslationalLimitMotor_m_upperLimit_set :: BtTranslationalLimitMotorClass bc => bc -> Vec3 -> IO () btTranslationalLimitMotor_m_upperLimit_get :: BtTranslationalLimitMotorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getRigidBodyB :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getRigidBodyB0 :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#201 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getRigidBodyB1 :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_buildJacobian :: BtTypedConstraintClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getRigidBodyA :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getRigidBodyA0 :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#197 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getRigidBodyA1 :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_serialize :: (BtTypedConstraintClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_enableFeedback :: BtTypedConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getUserConstraintId :: BtTypedConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setParam :: BtTypedConstraintClass bc => bc -> Int -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#280 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getParam :: BtTypedConstraintClass bc => bc -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getInfo1 :: (BtTypedConstraintClass bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getInfo2 :: (BtTypedConstraintClass bc, BtTypedConstraint_btConstraintInfo2Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setBreakingImpulseThreshold :: BtTypedConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getFixedBody :: IO (BtRigidBody) btTypedConstraint_calculateSerializeBufferSize :: BtTypedConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_isEnabled :: BtTypedConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setUserConstraintId :: BtTypedConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getMotorFactor :: BtTypedConstraintClass bc => bc -> Float -> Float -> Float -> Float -> Float -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getDbgDrawSize :: BtTypedConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_internalSetAppliedImpulse :: BtTypedConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#241 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_needsFeedback :: BtTypedConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#231 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getUserConstraintPtr :: BtTypedConstraintClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#178 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setEnabled :: BtTypedConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#236 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getUid :: BtTypedConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#266 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setDbgDrawSize :: BtTypedConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#211 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setUserConstraintType :: BtTypedConstraintClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_internalGetAppliedImpulse :: BtTypedConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setupSolverConstraint :: (BtTypedConstraintClass bc, BtAlignedObjectArray_btSolverConstraint_Class p0) => bc -> p0 -> Int -> Int -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getBreakingImpulseThreshold :: BtTypedConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getUserConstraintType :: BtTypedConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_solveConstraintObsolete :: (BtTypedConstraintClass bc, BtRigidBodyClass p0, BtRigidBodyClass p1) => bc -> p0 -> p1 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_getAppliedImpulse :: BtTypedConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_setUserConstraintPtr :: BtTypedConstraintClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_appliedImpulse_set :: BtTypedConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_appliedImpulse_get :: BtTypedConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_breakingImpulseThreshold_set :: BtTypedConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_breakingImpulseThreshold_get :: BtTypedConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_dbgDrawSize_set :: BtTypedConstraintClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_dbgDrawSize_get :: BtTypedConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_isEnabled_set :: BtTypedConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_isEnabled_get :: BtTypedConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_needsFeedback_set :: BtTypedConstraintClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_needsFeedback_get :: BtTypedConstraintClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_rbA_set :: (BtTypedConstraintClass bc, BtRigidBodyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_rbA_get :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_rbB_set :: (BtTypedConstraintClass bc, BtRigidBodyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_rbB_get :: BtTypedConstraintClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraint_m_userConstraintType_set :: BtTypedConstraintClass bc => bc -> Int -> IO () btTypedConstraint_m_userConstraintType_get :: BtTypedConstraintClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#317 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData :: IO (BtTypedConstraintData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_free :: BtTypedConstraintDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#327 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_appliedImpulse_set :: BtTypedConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#328 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_appliedImpulse_get :: BtTypedConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#328 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_dbgDrawSize_set :: BtTypedConstraintDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#330 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_dbgDrawSize_get :: BtTypedConstraintDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#330 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_disableCollisionsBetweenLinkedBodies_set :: BtTypedConstraintDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#320 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_disableCollisionsBetweenLinkedBodies_get :: BtTypedConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#320 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_name_set :: BtTypedConstraintDataClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_name_get :: BtTypedConstraintDataClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_needsFeedback_set :: BtTypedConstraintDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#322 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_needsFeedback_get :: BtTypedConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#322 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_objectType_set :: BtTypedConstraintDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_objectType_get :: BtTypedConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_rbA_set :: (BtTypedConstraintDataClass bc, BtRigidBodyFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#319 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_rbA_get :: BtTypedConstraintDataClass bc => bc -> IO (BtRigidBodyFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#319 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_rbB_set :: (BtTypedConstraintDataClass bc, BtRigidBodyFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#324 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_rbB_get :: BtTypedConstraintDataClass bc => bc -> IO (BtRigidBodyFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#324 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_userConstraintId_set :: BtTypedConstraintDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#323 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_userConstraintId_get :: BtTypedConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h?r=2223#323 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp?r=2223 btTypedConstraintData_m_userConstraintType_set :: BtTypedConstraintDataClass bc => bc -> Int -> IO () btTypedConstraintData_m_userConstraintType_get :: BtTypedConstraintDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint :: (BtRigidBodyClass p0, BtRigidBodyClass p1) => p0 -> p1 -> Vec3 -> Vec3 -> Vec3 -> IO (BtUniversalConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_free :: BtUniversalConstraintClass bc => bc -> IO () btUniversalConstraint_setLowerLimit :: BtUniversalConstraintClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_getAnchor2 :: BtUniversalConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_setAxis :: BtUniversalConstraintClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_setAxis' :: BtUniversalConstraintClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_getAxis1 :: BtUniversalConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_getAnchor :: BtUniversalConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_getAxis2 :: BtUniversalConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_setUpperLimit :: BtUniversalConstraintClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_getAngle2 :: BtUniversalConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_getAngle1 :: BtUniversalConstraintClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_m_anchor_set :: BtUniversalConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_m_anchor_get :: BtUniversalConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_m_axis1_set :: BtUniversalConstraintClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_m_axis1_get :: BtUniversalConstraintClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp?r=2223 btUniversalConstraint_m_axis2_set :: BtUniversalConstraintClass bc => bc -> Vec3 -> IO () btUniversalConstraint_m_axis2_get :: BtUniversalConstraintClass bc => bc -> IO (Vec3) btAngularLimit'_ :: IO (Ptr ()) btAngularLimit_free'_ :: (Ptr ()) -> (IO ()) btAngularLimit_getCorrection'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_set'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (IO ())))))) btAngularLimit_getError'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_isLimit'_ :: (Ptr ()) -> (IO CInt) btAngularLimit_getSign'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_getBiasFactor'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_getSoftness'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_getHigh'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_getHalfRange'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_getLow'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_getRelaxationFactor'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_center_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAngularLimit_m_center_get'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_halfRange_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAngularLimit_m_halfRange_get'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_softness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAngularLimit_m_softness_get'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_biasFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAngularLimit_m_biasFactor_get'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_relaxationFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAngularLimit_m_relaxationFactor_get'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_correction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAngularLimit_m_correction_get'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_sign_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btAngularLimit_m_sign_get'_ :: (Ptr ()) -> (IO CFloat) btAngularLimit_m_solveLimit_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAngularLimit_m_solveLimit_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint0'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))))) btConeTwistConstraint1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO (Ptr ()))) btConeTwistConstraint_free'_ :: (Ptr ()) -> (IO ()) btConeTwistConstraint_getRigidBodyB'_ :: (Ptr ()) -> (IO (Ptr ())) btConeTwistConstraint_buildJacobian'_ :: (Ptr ()) -> (IO ()) btConeTwistConstraint_getRigidBodyA'_ :: (Ptr ()) -> (IO (Ptr ())) btConeTwistConstraint_adjustSwingAxisToUseEllipseNormal'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_adjustSwingAxisToUseEllipseNormal''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_isPastSwingLimit'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_getFrameOffsetA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_getFrameOffsetB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_getInfo2NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btConeTwistConstraint_getInfo2NonVirtual''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btConeTwistConstraint_getSwingSpan1'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_calcAngleInfo2'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btConeTwistConstraint_calcAngleInfo2''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btConeTwistConstraint_getParam'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CFloat))) btConeTwistConstraint_setDamping'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_getInfo1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConeTwistConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConeTwistConstraint_setParam'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CInt -> (IO ())))) btConeTwistConstraint_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_init'_ :: (Ptr ()) -> (IO ()) btConeTwistConstraint_getTwistAngle'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_setMaxMotorImpulseNormalized'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_getSolveTwistLimit'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_enableMotor'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_getBFrame'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_getInfo1NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConeTwistConstraint_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btConeTwistConstraint_getFixThresh'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_getSolveSwingLimit'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_getSwingSpan2'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_setAngularOnly'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_setFrames'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConeTwistConstraint_setFrames''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConeTwistConstraint_setLimit'_ :: (Ptr ()) -> (CInt -> (CFloat -> (IO ()))) btConeTwistConstraint_setLimit0'_ :: (Ptr ()) -> (CInt -> (CFloat -> (IO ()))) btConeTwistConstraint_setLimit1'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (IO ()))))))) btConeTwistConstraint_getTwistLimitSign'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_setMaxMotorImpulse'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_calcAngleInfo'_ :: (Ptr ()) -> (IO ()) btConeTwistConstraint_setMotorTarget'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_setMotorTarget''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_setFixThresh'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_setMotorTargetInConstraintSpace'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_setMotorTargetInConstraintSpace''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_solveConstraintObsolete'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO ())))) btConeTwistConstraint_GetPointForAngle'_ :: (Ptr ()) -> (CFloat -> (CFloat -> ((Ptr CFloat) -> (IO ())))) btConeTwistConstraint_updateRHS'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_getTwistSpan'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_getAFrame'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_rbAFrame_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_rbAFrame_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_rbBFrame_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_rbBFrame_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_limitSoftness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_limitSoftness_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_biasFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_biasFactor_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_relaxationFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_relaxationFactor_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_swingSpan1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_swingSpan1_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_swingSpan2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_swingSpan2_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_twistSpan_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_twistSpan_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_fixThresh_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_fixThresh_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_swingAxis_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_swingAxis_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_twistAxis_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_twistAxis_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_kSwing_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_kSwing_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_kTwist_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_kTwist_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_twistLimitSign_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_twistLimitSign_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_swingCorrection_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_swingCorrection_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_twistCorrection_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_twistCorrection_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_twistAngle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_twistAngle_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_accSwingLimitImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_accSwingLimitImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_accTwistLimitImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_accTwistLimitImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_angularOnly_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_m_angularOnly_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_m_solveTwistLimit_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_m_solveTwistLimit_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_m_solveSwingLimit_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_m_solveSwingLimit_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_m_useSolveConstraintObsolete_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_m_useSolveConstraintObsolete_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_m_swingLimitRatio_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_swingLimitRatio_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_twistLimitRatio_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_twistLimitRatio_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_twistAxisA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_twistAxisA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_bMotorEnabled_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_m_bMotorEnabled_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_m_bNormalizedMotorStrength_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_m_bNormalizedMotorStrength_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_m_qTarget_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_qTarget_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_maxMotorImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_maxMotorImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_accMotorImpulse_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_accMotorImpulse_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConeTwistConstraint_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btConeTwistConstraint_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btConeTwistConstraint_m_linCFM_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_linCFM_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_linERP_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_linERP_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraint_m_angCFM_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraint_m_angCFM_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraintData'_ :: IO (Ptr ()) btConeTwistConstraintData_free'_ :: (Ptr ()) -> (IO ()) btConeTwistConstraintData_m_typeConstraintData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConeTwistConstraintData_m_typeConstraintData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConeTwistConstraintData_m_rbAFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConeTwistConstraintData_m_rbAFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConeTwistConstraintData_m_rbBFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btConeTwistConstraintData_m_rbBFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btConeTwistConstraintData_m_swingSpan1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraintData_m_swingSpan1_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraintData_m_swingSpan2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraintData_m_swingSpan2_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraintData_m_twistSpan_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraintData_m_twistSpan_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraintData_m_limitSoftness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraintData_m_limitSoftness_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraintData_m_biasFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraintData_m_biasFactor_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraintData_m_relaxationFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraintData_m_relaxationFactor_get'_ :: (Ptr ()) -> (IO CFloat) btConeTwistConstraintData_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConeTwistConstraintData_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_btConstraintInfo1'_ :: IO (Ptr ()) btTypedConstraint_btConstraintInfo1_free'_ :: (Ptr ()) -> (IO ()) btTypedConstraint_btConstraintInfo1_m_numConstraintRows_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_btConstraintInfo1_m_numConstraintRows_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_btConstraintInfo1_nub_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_btConstraintInfo1_nub_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_btConstraintInfo2'_ :: IO (Ptr ()) btTypedConstraint_btConstraintInfo2_free'_ :: (Ptr ()) -> (IO ()) btTypedConstraint_btConstraintInfo2_erp_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_btConstraintInfo2_erp_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_btConstraintInfo2_fps_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_btConstraintInfo2_fps_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_btConstraintInfo2_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_btConstraintInfo2_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_btConstraintInfo2_m_numIterations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_btConstraintInfo2_m_numIterations_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_btConstraintInfo2_rowskip_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_btConstraintInfo2_rowskip_get'_ :: (Ptr ()) -> (IO CInt) btConstraintSetting'_ :: IO (Ptr ()) btConstraintSetting_free'_ :: (Ptr ()) -> (IO ()) btConstraintSetting_m_tau_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintSetting_m_tau_get'_ :: (Ptr ()) -> (IO CFloat) btConstraintSetting_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintSetting_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btConstraintSetting_m_impulseClamp_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConstraintSetting_m_impulseClamp_get'_ :: (Ptr ()) -> (IO CFloat) btConstraintSolver_reset'_ :: (Ptr ()) -> (IO ()) btConstraintSolver_allSolved'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btConstraintSolver_prepareSolve'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btContactConstraint_getInfo1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btContactConstraint_setContactManifold'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btContactConstraint_buildJacobian'_ :: (Ptr ()) -> (IO ()) btContactConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btContactConstraint_getContactManifold'_ :: (Ptr ()) -> (IO (Ptr ())) btContactConstraint_getContactManifold0'_ :: (Ptr ()) -> (IO (Ptr ())) btContactConstraint_getContactManifold1'_ :: (Ptr ()) -> (IO (Ptr ())) btContactConstraint_m_contactManifold_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btContactConstraint_m_contactManifold_get'_ :: (Ptr ()) -> (IO (Ptr ())) btContactSolverInfo'_ :: IO (Ptr ()) btContactSolverInfo_free'_ :: (Ptr ()) -> (IO ()) btContactSolverInfoData'_ :: IO (Ptr ()) btContactSolverInfoData_free'_ :: (Ptr ()) -> (IO ()) btContactSolverInfoData_m_tau_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_tau_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_friction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_friction_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_timeStep_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_timeStep_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_restitution_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_restitution_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_numIterations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btContactSolverInfoData_m_numIterations_get'_ :: (Ptr ()) -> (IO CInt) btContactSolverInfoData_m_maxErrorReduction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_maxErrorReduction_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_sor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_sor_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_erp_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_erp_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_erp2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_erp2_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_globalCfm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_globalCfm_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_splitImpulse_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btContactSolverInfoData_m_splitImpulse_get'_ :: (Ptr ()) -> (IO CInt) btContactSolverInfoData_m_splitImpulsePenetrationThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_splitImpulsePenetrationThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_linearSlop_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_linearSlop_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_warmstartingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btContactSolverInfoData_m_warmstartingFactor_get'_ :: (Ptr ()) -> (IO CFloat) btContactSolverInfoData_m_solverMode_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btContactSolverInfoData_m_solverMode_get'_ :: (Ptr ()) -> (IO CInt) btContactSolverInfoData_m_restingContactRestitutionThreshold_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btContactSolverInfoData_m_restingContactRestitutionThreshold_get'_ :: (Ptr ()) -> (IO CInt) btContactSolverInfoData_m_minimumSolverBatchSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btContactSolverInfoData_m_minimumSolverBatchSize_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraint0'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))))) btGeneric6DofConstraint1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))) btGeneric6DofConstraint_free'_ :: (Ptr ()) -> (IO ()) btGeneric6DofConstraint_buildJacobian'_ :: (Ptr ()) -> (IO ()) btGeneric6DofConstraint_setParam'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CInt -> (IO ())))) btGeneric6DofConstraint_getInfo1NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraint_getFrameOffsetA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getFrameOffsetA0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getFrameOffsetA1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getRelativePivotPosition'_ :: (Ptr ()) -> (CInt -> (IO CFloat)) btGeneric6DofConstraint_calculateAngleInfo'_ :: (Ptr ()) -> (IO ()) btGeneric6DofConstraint_getInfo2NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))))) btGeneric6DofConstraint_getInfo2NonVirtual''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))))) btGeneric6DofConstraint_setAngularLimits'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))))))))) btGeneric6DofConstraint_setAngularLimits''_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))))))))) btGeneric6DofConstraint_getParam'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CFloat))) btGeneric6DofConstraint_getInfo1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraint_calcAnchorPos'_ :: (Ptr ()) -> (IO ()) btGeneric6DofConstraint_getAngularLowerLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getAngularLowerLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraint_getAxis'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_getLinearUpperLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getLinearUpperLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setUseFrameOffset'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraint_isLimited'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGeneric6DofConstraint_getRotationalLimitMotor'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btGeneric6DofConstraint_buildAngularJacobian'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_buildAngularJacobian''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_getFrameOffsetB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getFrameOffsetB0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getFrameOffsetB1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setLinearLowerLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setLinearLowerLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getLinearLowerLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getLinearLowerLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_buildLinearJacobian'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGeneric6DofConstraint_buildLinearJacobian''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGeneric6DofConstraint_getUseFrameOffset'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraint_getCalculatedTransformB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_calculateTransforms'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_calculateTransforms''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_calculateTransforms0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_calculateTransforms0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_calculateTransforms1'_ :: (Ptr ()) -> (IO ()) btGeneric6DofConstraint_get_limit_motor_info2'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO CInt))))))))))))) btGeneric6DofConstraint_get_limit_motor_info2''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO CInt))))))))))))) btGeneric6DofConstraint_getCalculatedTransformA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btGeneric6DofConstraint_setLimit'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CFloat -> (IO ())))) btGeneric6DofConstraint_getTranslationalLimitMotor'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraint_setLinearLimits'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))))))))) btGeneric6DofConstraint_setLinearLimits''_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CInt))))))))) btGeneric6DofConstraint_getAngle'_ :: (Ptr ()) -> (CInt -> (IO CFloat)) btGeneric6DofConstraint_updateRHS'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGeneric6DofConstraint_getAngularUpperLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_getAngularUpperLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setAngularLowerLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setAngularLowerLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_calculateLinearInfo'_ :: (Ptr ()) -> (IO ()) btGeneric6DofConstraint_setFrames'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_setFrames''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_setLinearUpperLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setLinearUpperLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setAngularUpperLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setAngularUpperLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_setAxis'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_setAxis''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofConstraint_testAngularLimitMotor'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btGeneric6DofConstraint_m_frameInA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_frameInA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_frameInB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_frameInB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_linearLimits_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraint_m_linearLimits_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraint_m_timeStep_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGeneric6DofConstraint_m_timeStep_get'_ :: (Ptr ()) -> (IO CFloat) btGeneric6DofConstraint_m_calculatedTransformA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_calculatedTransformA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_calculatedTransformB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_calculatedTransformB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_calculatedAxisAngleDiff_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_calculatedAxisAngleDiff_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_calculatedLinearDiff_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_calculatedLinearDiff_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_factA_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGeneric6DofConstraint_m_factA_get'_ :: (Ptr ()) -> (IO CFloat) btGeneric6DofConstraint_m_factB_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btGeneric6DofConstraint_m_factB_get'_ :: (Ptr ()) -> (IO CFloat) btGeneric6DofConstraint_m_hasStaticBody_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraint_m_hasStaticBody_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraint_m_AnchorPos_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_AnchorPos_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btGeneric6DofConstraint_m_useLinearReferenceFrameA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraint_m_useLinearReferenceFrameA_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraint_m_useOffsetForConstraintFrame_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraint_m_useOffsetForConstraintFrame_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraint_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraint_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraint_m_useSolveConstraintObsolete_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraint_m_useSolveConstraintObsolete_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraintData'_ :: IO (Ptr ()) btGeneric6DofConstraintData_free'_ :: (Ptr ()) -> (IO ()) btGeneric6DofConstraintData_m_typeConstraintData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraintData_m_typeConstraintData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraintData_m_rbAFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraintData_m_rbAFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraintData_m_rbBFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraintData_m_rbBFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraintData_m_linearUpperLimit_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraintData_m_linearUpperLimit_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraintData_m_linearLowerLimit_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraintData_m_linearLowerLimit_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraintData_m_angularUpperLimit_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraintData_m_angularUpperLimit_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraintData_m_angularLowerLimit_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofConstraintData_m_angularLowerLimit_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeneric6DofConstraintData_m_useLinearReferenceFrameA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraintData_m_useLinearReferenceFrameA_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofConstraintData_m_useOffsetForConstraintFrame_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofConstraintData_m_useOffsetForConstraintFrame_get'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofSpringConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))))) btGeneric6DofSpringConstraint_free'_ :: (Ptr ()) -> (IO ()) btGeneric6DofSpringConstraint_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btGeneric6DofSpringConstraint_setEquilibriumPoint'_ :: (Ptr ()) -> (IO ()) btGeneric6DofSpringConstraint_setEquilibriumPoint0'_ :: (Ptr ()) -> (IO ()) btGeneric6DofSpringConstraint_setEquilibriumPoint1'_ :: (Ptr ()) -> (CInt -> (IO ())) btGeneric6DofSpringConstraint_setEquilibriumPoint2'_ :: (Ptr ()) -> (CInt -> (CFloat -> (IO ()))) btGeneric6DofSpringConstraint_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btGeneric6DofSpringConstraint_enableSpring'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btGeneric6DofSpringConstraint_setStiffness'_ :: (Ptr ()) -> (CInt -> (CFloat -> (IO ()))) btGeneric6DofSpringConstraint_setDamping'_ :: (Ptr ()) -> (CInt -> (CFloat -> (IO ()))) btGeneric6DofSpringConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofSpringConstraint_internalUpdateSprings'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofSpringConstraint_setAxis'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofSpringConstraint_setAxis''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btGeneric6DofSpringConstraintData'_ :: IO (Ptr ()) btGeneric6DofSpringConstraintData_free'_ :: (Ptr ()) -> (IO ()) btGeneric6DofSpringConstraintData_m_6dofData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeneric6DofSpringConstraintData_m_6dofData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHinge2Constraint'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ())))))) btHinge2Constraint_free'_ :: (Ptr ()) -> (IO ()) btHinge2Constraint_setLowerLimit'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHinge2Constraint_getAnchor2'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_getAxis1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_getAnchor'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_getAxis2'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_setUpperLimit'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHinge2Constraint_getAngle2'_ :: (Ptr ()) -> (IO CFloat) btHinge2Constraint_getAngle1'_ :: (Ptr ()) -> (IO CFloat) btHinge2Constraint_m_anchor_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_m_anchor_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_m_axis1_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_m_axis1_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_m_axis2_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHinge2Constraint_m_axis2_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint0'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))))))) btHingeConstraint1'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ()))))) btHingeConstraint2'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))))) btHingeConstraint3'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))) btHingeConstraint_free'_ :: (Ptr ()) -> (IO ()) btHingeConstraint_getRigidBodyB'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraint_getRigidBodyB0'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraint_getRigidBodyB1'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraint_getInfo2NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btHingeConstraint_getInfo2NonVirtual''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btHingeConstraint_getRigidBodyA'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraint_getRigidBodyA0'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraint_getRigidBodyA1'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraint_getMotorTargetVelosity'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_getFrameOffsetA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_getFrameOffsetB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_buildJacobian'_ :: (Ptr ()) -> (IO ()) btHingeConstraint_setMaxMotorImpulse'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_getHingeAngle'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_getHingeAngle0'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_getHingeAngle1'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat))) btHingeConstraint_getHingeAngle1''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat))) btHingeConstraint_testLimit'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btHingeConstraint_testLimit''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btHingeConstraint_getInfo1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraint_getInfo2Internal'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btHingeConstraint_getInfo2Internal''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btHingeConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraint_getUpperLimit'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_enableAngularMotor'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CFloat -> (IO ())))) btHingeConstraint_getLimitSign'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_getMaxMotorImpulse'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_getLowerLimit'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_setParam'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CInt -> (IO ())))) btHingeConstraint_setUseFrameOffset'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_getEnableAngularMotor'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_enableMotor'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_getBFrame'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_getBFrame0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_getBFrame1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_getInfo1NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraint_getInfo2InternalUsingFrameOffset'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btHingeConstraint_getInfo2InternalUsingFrameOffset''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btHingeConstraint_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btHingeConstraint_getUseFrameOffset'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_setAngularOnly'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_getParam'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CFloat))) btHingeConstraint_setLimit'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (IO ())))))) btHingeConstraint_getSolveLimit'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_updateRHS'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_setMotorTarget'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btHingeConstraint_setMotorTarget''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btHingeConstraint_setMotorTarget0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btHingeConstraint_setMotorTarget0''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btHingeConstraint_setMotorTarget1'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btHingeConstraint_getAngularOnly'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_setFrames'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btHingeConstraint_setFrames''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btHingeConstraint_setAxis'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_setAxis''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_getAFrame'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_getAFrame0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_getAFrame1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_m_rbAFrame_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_m_rbAFrame_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_m_rbBFrame_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_m_rbBFrame_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btHingeConstraint_m_motorTargetVelocity_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_motorTargetVelocity_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_maxMotorImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_maxMotorImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_limit_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraint_m_limit_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraint_m_kHinge_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_kHinge_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_accLimitImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_accLimitImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_hingeAngle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_hingeAngle_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_referenceSign_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_referenceSign_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_angularOnly_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_m_angularOnly_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_m_enableAngularMotor_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_m_enableAngularMotor_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_m_useSolveConstraintObsolete_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_m_useSolveConstraintObsolete_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_m_useOffsetForConstraintFrame_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_m_useOffsetForConstraintFrame_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_m_useReferenceFrameA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_m_useReferenceFrameA_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_m_accMotorImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_accMotorImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraint_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraint_m_normalCFM_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_normalCFM_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_stopCFM_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_stopCFM_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraint_m_stopERP_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraint_m_stopERP_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintDoubleData'_ :: IO (Ptr ()) btHingeConstraintDoubleData_free'_ :: (Ptr ()) -> (IO ()) btHingeConstraintDoubleData_m_typeConstraintData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraintDoubleData_m_typeConstraintData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraintDoubleData_m_rbAFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraintDoubleData_m_rbAFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraintDoubleData_m_rbBFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraintDoubleData_m_rbBFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraintDoubleData_m_useReferenceFrameA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraintDoubleData_m_useReferenceFrameA_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraintDoubleData_m_angularOnly_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraintDoubleData_m_angularOnly_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraintDoubleData_m_enableAngularMotor_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraintDoubleData_m_enableAngularMotor_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraintDoubleData_m_motorTargetVelocity_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintDoubleData_m_motorTargetVelocity_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintDoubleData_m_maxMotorImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintDoubleData_m_maxMotorImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintDoubleData_m_lowerLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintDoubleData_m_lowerLimit_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintDoubleData_m_upperLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintDoubleData_m_upperLimit_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintDoubleData_m_limitSoftness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintDoubleData_m_limitSoftness_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintDoubleData_m_biasFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintDoubleData_m_biasFactor_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintDoubleData_m_relaxationFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintDoubleData_m_relaxationFactor_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintFloatData'_ :: IO (Ptr ()) btHingeConstraintFloatData_free'_ :: (Ptr ()) -> (IO ()) btHingeConstraintFloatData_m_typeConstraintData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraintFloatData_m_typeConstraintData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraintFloatData_m_rbAFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraintFloatData_m_rbAFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraintFloatData_m_rbBFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHingeConstraintFloatData_m_rbBFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHingeConstraintFloatData_m_useReferenceFrameA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraintFloatData_m_useReferenceFrameA_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraintFloatData_m_angularOnly_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraintFloatData_m_angularOnly_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraintFloatData_m_enableAngularMotor_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHingeConstraintFloatData_m_enableAngularMotor_get'_ :: (Ptr ()) -> (IO CInt) btHingeConstraintFloatData_m_motorTargetVelocity_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintFloatData_m_motorTargetVelocity_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintFloatData_m_maxMotorImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintFloatData_m_maxMotorImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintFloatData_m_lowerLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintFloatData_m_lowerLimit_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintFloatData_m_upperLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintFloatData_m_upperLimit_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintFloatData_m_limitSoftness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintFloatData_m_limitSoftness_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintFloatData_m_biasFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintFloatData_m_biasFactor_get'_ :: (Ptr ()) -> (IO CFloat) btHingeConstraintFloatData_m_relaxationFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btHingeConstraintFloatData_m_relaxationFactor_get'_ :: (Ptr ()) -> (IO CFloat) btJacobianEntry0'_ :: IO (Ptr ()) btJacobianEntry2'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ())))))) btJacobianEntry3'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))))) btJacobianEntry_free'_ :: (Ptr ()) -> (IO ()) btJacobianEntry_getDiagonal'_ :: (Ptr ()) -> (IO CFloat) btJacobianEntry_getRelativeVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat))))) btJacobianEntry_getRelativeVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat))))) btJacobianEntry_m_0MinvJt_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_0MinvJt_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_1MinvJt_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_1MinvJt_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_Adiag_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btJacobianEntry_m_Adiag_get'_ :: (Ptr ()) -> (IO CFloat) btJacobianEntry_m_aJ_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_aJ_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_bJ_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_bJ_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_linearJointAxis_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btJacobianEntry_m_linearJointAxis_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint0'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))))) btPoint2PointConstraint1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO (Ptr ()))) btPoint2PointConstraint_free'_ :: (Ptr ()) -> (IO ()) btPoint2PointConstraint_getInfo1NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraint_getInfo2NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btPoint2PointConstraint_getInfo2NonVirtual''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btPoint2PointConstraint_setParam'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CInt -> (IO ())))) btPoint2PointConstraint_getPivotInA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_getPivotInB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_updateRHS'_ :: (Ptr ()) -> (CFloat -> (IO ())) btPoint2PointConstraint_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btPoint2PointConstraint_buildJacobian'_ :: (Ptr ()) -> (IO ()) btPoint2PointConstraint_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btPoint2PointConstraint_getParam'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CFloat))) btPoint2PointConstraint_getInfo1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraint_setPivotA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_setPivotA''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_setPivotB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_setPivotB''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_m_pivotInA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_m_pivotInA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_m_pivotInB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_m_pivotInB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPoint2PointConstraint_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btPoint2PointConstraint_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btPoint2PointConstraint_m_erp_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btPoint2PointConstraint_m_erp_get'_ :: (Ptr ()) -> (IO CFloat) btPoint2PointConstraint_m_cfm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btPoint2PointConstraint_m_cfm_get'_ :: (Ptr ()) -> (IO CFloat) btPoint2PointConstraint_m_useSolveConstraintObsolete_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btPoint2PointConstraint_m_useSolveConstraintObsolete_get'_ :: (Ptr ()) -> (IO CInt) btPoint2PointConstraint_m_setting_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraint_m_setting_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPoint2PointConstraintDoubleData'_ :: IO (Ptr ()) btPoint2PointConstraintDoubleData_free'_ :: (Ptr ()) -> (IO ()) btPoint2PointConstraintDoubleData_m_typeConstraintData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraintDoubleData_m_typeConstraintData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPoint2PointConstraintDoubleData_m_pivotInA_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraintDoubleData_m_pivotInA_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPoint2PointConstraintDoubleData_m_pivotInB_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraintDoubleData_m_pivotInB_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPoint2PointConstraintFloatData'_ :: IO (Ptr ()) btPoint2PointConstraintFloatData_free'_ :: (Ptr ()) -> (IO ()) btPoint2PointConstraintFloatData_m_typeConstraintData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraintFloatData_m_typeConstraintData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPoint2PointConstraintFloatData_m_pivotInA_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraintFloatData_m_pivotInA_get'_ :: (Ptr ()) -> (IO (Ptr ())) btPoint2PointConstraintFloatData_m_pivotInB_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btPoint2PointConstraintFloatData_m_pivotInB_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRotationalLimitMotor'_ :: IO (Ptr ()) btRotationalLimitMotor_free'_ :: (Ptr ()) -> (IO ()) btRotationalLimitMotor_testLimitValue'_ :: (Ptr ()) -> (CFloat -> (IO CInt)) btRotationalLimitMotor_solveAngularLimits'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (CFloat -> ((Ptr ()) -> ((Ptr ()) -> (IO CFloat)))))) btRotationalLimitMotor_solveAngularLimits''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (CFloat -> ((Ptr ()) -> ((Ptr ()) -> (IO CFloat)))))) btRotationalLimitMotor_needApplyTorques'_ :: (Ptr ()) -> (IO CInt) btRotationalLimitMotor_isLimited'_ :: (Ptr ()) -> (IO CInt) btRotationalLimitMotor_m_accumulatedImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_accumulatedImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_bounce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_bounce_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_currentLimit_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRotationalLimitMotor_m_currentLimit_get'_ :: (Ptr ()) -> (IO CInt) btRotationalLimitMotor_m_currentLimitError_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_currentLimitError_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_currentPosition_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_currentPosition_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_enableMotor_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRotationalLimitMotor_m_enableMotor_get'_ :: (Ptr ()) -> (IO CInt) btRotationalLimitMotor_m_hiLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_hiLimit_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_limitSoftness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_limitSoftness_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_loLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_loLimit_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_maxLimitForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_maxLimitForce_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_maxMotorForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_maxMotorForce_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_normalCFM_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_normalCFM_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_stopCFM_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_stopCFM_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_stopERP_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_stopERP_get'_ :: (Ptr ()) -> (IO CFloat) btRotationalLimitMotor_m_targetVelocity_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRotationalLimitMotor_m_targetVelocity_get'_ :: (Ptr ()) -> (IO CFloat) btSequentialImpulseConstraintSolver'_ :: IO (Ptr ()) btSequentialImpulseConstraintSolver_free'_ :: (Ptr ()) -> (IO ()) btSequentialImpulseConstraintSolver_convertContact'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSequentialImpulseConstraintSolver_setRandSeed'_ :: (Ptr ()) -> (CULong -> (IO ())) btSequentialImpulseConstraintSolver_getFixedBody'_ :: IO (Ptr ()) btSequentialImpulseConstraintSolver_resolveSingleConstraintRowLowerLimitSIMD'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btSequentialImpulseConstraintSolver_btRand2'_ :: (Ptr ()) -> (IO CULong) btSequentialImpulseConstraintSolver_setFrictionConstraintImpulse'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))) btSequentialImpulseConstraintSolver_getOrInitSolverBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btSequentialImpulseConstraintSolver_resolveSingleConstraintRowGenericSIMD'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btSequentialImpulseConstraintSolver_btRandInt2'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btSequentialImpulseConstraintSolver_resolveSingleConstraintRowLowerLimit'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btSequentialImpulseConstraintSolver_reset'_ :: (Ptr ()) -> (IO ()) btSequentialImpulseConstraintSolver_resolveSplitPenetrationImpulseCacheFriendly'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btSequentialImpulseConstraintSolver_setupFrictionConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (IO ()))))))))))))) btSequentialImpulseConstraintSolver_setupFrictionConstraint''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (IO ()))))))))))))) btSequentialImpulseConstraintSolver_getRandSeed'_ :: (Ptr ()) -> (IO CULong) btSequentialImpulseConstraintSolver_addFrictionConstraint'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (IO (Ptr ())))))))))))))) btSequentialImpulseConstraintSolver_addFrictionConstraint''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (IO (Ptr ())))))))))))))) btSequentialImpulseConstraintSolver_restitutionCurve'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO CFloat))) btSequentialImpulseConstraintSolver_resolveSingleConstraintRowGeneric'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btSequentialImpulseConstraintSolver_resolveSplitPenetrationSIMD'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))) btSequentialImpulseConstraintSolver_m_tmpSolverContactConstraintPool_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSequentialImpulseConstraintSolver_m_tmpSolverContactConstraintPool_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSequentialImpulseConstraintSolver_m_tmpSolverNonContactConstraintPool_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSequentialImpulseConstraintSolver_m_tmpSolverNonContactConstraintPool_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSequentialImpulseConstraintSolver_m_tmpSolverContactFrictionConstraintPool_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSequentialImpulseConstraintSolver_m_tmpSolverContactFrictionConstraintPool_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSequentialImpulseConstraintSolver_m_orderTmpConstraintPool_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSequentialImpulseConstraintSolver_m_orderTmpConstraintPool_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSequentialImpulseConstraintSolver_m_orderFrictionConstraintPool_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSequentialImpulseConstraintSolver_m_orderFrictionConstraintPool_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSequentialImpulseConstraintSolver_m_tmpConstraintSizesPool_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSequentialImpulseConstraintSolver_m_tmpConstraintSizesPool_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSequentialImpulseConstraintSolver_m_btSeed2_set'_ :: (Ptr ()) -> (CULong -> (IO ())) btSequentialImpulseConstraintSolver_m_btSeed2_get'_ :: (Ptr ()) -> (IO CULong) btSliderConstraint0'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))))) btSliderConstraint1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ())))) btSliderConstraint_free'_ :: (Ptr ()) -> (IO ()) btSliderConstraint_getRigidBodyB'_ :: (Ptr ()) -> (IO (Ptr ())) btSliderConstraint_getRigidBodyA'_ :: (Ptr ()) -> (IO (Ptr ())) btSliderConstraint_getAngDepth'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getTargetAngMotorVelocity'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getAngularPos'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setRestitutionLimAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getParam'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CFloat))) btSliderConstraint_getInfo1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSliderConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSliderConstraint_getPoweredLinMotor'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_setUseFrameOffset'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_setSoftnessLimLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getAncorInA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getAncorInB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_setDampingDirAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getSolveLinLimit'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_getUseFrameOffset'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_getMaxAngMotorForce'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setRestitutionDirAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getMaxLinMotorForce'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setDampingOrthoLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getSolveAngLimit'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_setPoweredAngMotor'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_getLinearPos'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getCalculatedTransformB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getCalculatedTransformA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_testAngLimits'_ :: (Ptr ()) -> (IO ()) btSliderConstraint_setDampingDirLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getUpperAngLimit'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setUpperAngLimit'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getRestitutionLimAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getSoftnessOrthoLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setLowerLinLimit'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getRestitutionDirLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getInfo1NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSliderConstraint_setRestitutionLimLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setTargetLinMotorVelocity'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getUpperLinLimit'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setMaxLinMotorForce'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getLowerAngLimit'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setSoftnessDirLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_initParams'_ :: (Ptr ()) -> (IO ()) btSliderConstraint_getInfo2NonVirtual'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> (IO ())))))))) btSliderConstraint_getInfo2NonVirtual''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> (IO ())))))))) btSliderConstraint_getFrameOffsetA'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getFrameOffsetA0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getFrameOffsetA1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getFrameOffsetB'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getFrameOffsetB0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getFrameOffsetB1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_getDampingDirAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getRestitutionLimLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getSoftnessOrthoAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setSoftnessOrthoLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setSoftnessLimAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getDampingDirLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getSoftnessLimLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setPoweredLinMotor'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_calculateTransforms'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSliderConstraint_calculateTransforms''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSliderConstraint_getLinDepth'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btSliderConstraint_getDampingLimLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getRestitutionDirAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setParam'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CInt -> (IO ())))) btSliderConstraint_getDampingLimAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setRestitutionOrthoLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setRestitutionDirLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setDampingLimAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setSoftnessDirAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setUpperLinLimit'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_setTargetAngMotorVelocity'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getSoftnessDirAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setMaxAngMotorForce'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setLowerAngLimit'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getPoweredAngMotor'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_getDampingOrthoAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getRestitutionOrthoLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getTargetLinMotorVelocity'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_testLinLimits'_ :: (Ptr ()) -> (IO ()) btSliderConstraint_getLowerLinLimit'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setDampingOrthoAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setRestitutionOrthoAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_getRestitutionOrthoAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getDampingOrthoLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getSoftnessLimAng'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_setSoftnessOrthoAng'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setDampingLimLin'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_setFrames'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSliderConstraint_setFrames''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSliderConstraint_getSoftnessDirLin'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_getUseLinearReferenceFrameA'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_useSolveConstraintObsolete_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_useSolveConstraintObsolete_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_useOffsetForConstraintFrame_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_useOffsetForConstraintFrame_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_frameInA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_frameInA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_frameInB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_frameInB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_useLinearReferenceFrameA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_useLinearReferenceFrameA_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_lowerLinLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_lowerLinLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_upperLinLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_upperLinLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_lowerAngLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_lowerAngLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_upperAngLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_upperAngLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_softnessDirLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_softnessDirLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_restitutionDirLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_restitutionDirLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_dampingDirLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_dampingDirLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_cfmDirLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_cfmDirLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_softnessDirAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_softnessDirAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_restitutionDirAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_restitutionDirAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_dampingDirAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_dampingDirAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_cfmDirAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_cfmDirAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_softnessLimLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_softnessLimLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_restitutionLimLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_restitutionLimLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_dampingLimLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_dampingLimLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_cfmLimLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_cfmLimLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_softnessLimAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_softnessLimAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_restitutionLimAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_restitutionLimAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_dampingLimAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_dampingLimAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_cfmLimAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_cfmLimAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_softnessOrthoLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_softnessOrthoLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_restitutionOrthoLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_restitutionOrthoLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_dampingOrthoLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_dampingOrthoLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_cfmOrthoLin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_cfmOrthoLin_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_softnessOrthoAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_softnessOrthoAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_restitutionOrthoAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_restitutionOrthoAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_dampingOrthoAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_dampingOrthoAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_cfmOrthoAng_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_cfmOrthoAng_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_solveLinLim_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_solveLinLim_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_solveAngLim_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_solveAngLim_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_timeStep_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_timeStep_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_calculatedTransformA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_calculatedTransformA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_calculatedTransformB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_calculatedTransformB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_sliderAxis_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_sliderAxis_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_realPivotAInW_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_realPivotAInW_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_realPivotBInW_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_realPivotBInW_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_projPivotInW_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_projPivotInW_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_delta_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_delta_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_depth_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_depth_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_relPosA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_relPosA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_relPosB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_relPosB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSliderConstraint_m_linPos_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_linPos_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_angPos_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_angPos_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_angDepth_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_angDepth_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_kAngle_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_kAngle_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_poweredLinMotor_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_poweredLinMotor_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_targetLinMotorVelocity_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_targetLinMotorVelocity_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_maxLinMotorForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_maxLinMotorForce_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_accumulatedLinMotorImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_accumulatedLinMotorImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_poweredAngMotor_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraint_m_poweredAngMotor_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraint_m_targetAngMotorVelocity_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_targetAngMotorVelocity_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_maxAngMotorForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_maxAngMotorForce_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraint_m_accumulatedAngMotorImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraint_m_accumulatedAngMotorImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraintData'_ :: IO (Ptr ()) btSliderConstraintData_free'_ :: (Ptr ()) -> (IO ()) btSliderConstraintData_m_typeConstraintData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSliderConstraintData_m_typeConstraintData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSliderConstraintData_m_rbAFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSliderConstraintData_m_rbAFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSliderConstraintData_m_rbBFrame_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSliderConstraintData_m_rbBFrame_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSliderConstraintData_m_linearUpperLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraintData_m_linearUpperLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraintData_m_linearLowerLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraintData_m_linearLowerLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraintData_m_angularUpperLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraintData_m_angularUpperLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraintData_m_angularLowerLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSliderConstraintData_m_angularLowerLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSliderConstraintData_m_useLinearReferenceFrameA_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraintData_m_useLinearReferenceFrameA_get'_ :: (Ptr ()) -> (IO CInt) btSliderConstraintData_m_useOffsetForConstraintFrame_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSliderConstraintData_m_useOffsetForConstraintFrame_get'_ :: (Ptr ()) -> (IO CInt) btSolverBodyObsolete'_ :: IO (Ptr ()) btSolverBodyObsolete_free'_ :: (Ptr ()) -> (IO ()) btSolverBodyObsolete_getAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_getAngularVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_writebackVelocity'_ :: (Ptr ()) -> (IO ()) btSolverBodyObsolete_writebackVelocity0'_ :: (Ptr ()) -> (IO ()) btSolverBodyObsolete_writebackVelocity1'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverBodyObsolete_internalApplyPushImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btSolverBodyObsolete_internalApplyPushImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btSolverBodyObsolete_getVelocityInLocalPointObsolete'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSolverBodyObsolete_getVelocityInLocalPointObsolete''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSolverBodyObsolete_m_deltaLinearVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_deltaLinearVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_deltaAngularVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_deltaAngularVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_angularFactor_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_angularFactor_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_invMass_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_invMass_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_originalBody_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSolverBodyObsolete_m_originalBody_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSolverBodyObsolete_m_pushVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_pushVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_turnVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverBodyObsolete_m_turnVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint'_ :: IO (Ptr ()) btSolverConstraint_free'_ :: (Ptr ()) -> (IO ()) btSolverConstraint_m_angularComponentA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_angularComponentA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_angularComponentB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_angularComponentB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_appliedImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_appliedImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_appliedPushImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_appliedPushImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_cfm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_cfm_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_contactNormal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_contactNormal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_friction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_friction_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_jacDiagABInv_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_jacDiagABInv_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_lowerLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_lowerLimit_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_relpos1CrossNormal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_relpos1CrossNormal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_relpos2CrossNormal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_relpos2CrossNormal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSolverConstraint_m_rhs_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_rhs_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_rhsPenetration_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_rhsPenetration_get'_ :: (Ptr ()) -> (IO CFloat) btSolverConstraint_m_upperLimit_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSolverConstraint_m_upperLimit_get'_ :: (Ptr ()) -> (IO CFloat) btTranslationalLimitMotor'_ :: IO (Ptr ()) btTranslationalLimitMotor_free'_ :: (Ptr ()) -> (IO ()) btTranslationalLimitMotor_testLimitValue'_ :: (Ptr ()) -> (CInt -> (CFloat -> (IO CInt))) btTranslationalLimitMotor_needApplyForce'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btTranslationalLimitMotor_solveLinearAxis'_ :: (Ptr ()) -> (CFloat -> (CFloat -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat)))))))))) btTranslationalLimitMotor_solveLinearAxis''_ :: (Ptr ()) -> (CFloat -> (CFloat -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat)))))))))) btTranslationalLimitMotor_isLimited'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btTranslationalLimitMotor_m_accumulatedImpulse_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_accumulatedImpulse_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_currentLimitError_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_currentLimitError_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_currentLinearDiff_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_currentLinearDiff_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTranslationalLimitMotor_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btTranslationalLimitMotor_m_limitSoftness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTranslationalLimitMotor_m_limitSoftness_get'_ :: (Ptr ()) -> (IO CFloat) btTranslationalLimitMotor_m_lowerLimit_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_lowerLimit_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_maxMotorForce_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_maxMotorForce_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_normalCFM_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_normalCFM_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_restitution_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTranslationalLimitMotor_m_restitution_get'_ :: (Ptr ()) -> (IO CFloat) btTranslationalLimitMotor_m_stopCFM_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_stopCFM_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_stopERP_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_stopERP_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_targetVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_targetVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_upperLimit_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTranslationalLimitMotor_m_upperLimit_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btTypedConstraint_getRigidBodyB'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_getRigidBodyB0'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_getRigidBodyB1'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_buildJacobian'_ :: (Ptr ()) -> (IO ()) btTypedConstraint_getRigidBodyA'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_getRigidBodyA0'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_getRigidBodyA1'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btTypedConstraint_enableFeedback'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_getUserConstraintId'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_setParam'_ :: (Ptr ()) -> (CInt -> (CFloat -> (CInt -> (IO ())))) btTypedConstraint_getParam'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CFloat))) btTypedConstraint_getInfo1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTypedConstraint_getInfo2'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTypedConstraint_setBreakingImpulseThreshold'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_getFixedBody'_ :: IO (Ptr ()) btTypedConstraint_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_isEnabled'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_setUserConstraintId'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_getMotorFactor'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (IO CFloat)))))) btTypedConstraint_getDbgDrawSize'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_internalSetAppliedImpulse'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_needsFeedback'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_getUserConstraintPtr'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_setEnabled'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_getUid'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_setDbgDrawSize'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_setUserConstraintType'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_internalGetAppliedImpulse'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_setupSolverConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (CFloat -> (IO ()))))) btTypedConstraint_getBreakingImpulseThreshold'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_getUserConstraintType'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_solveConstraintObsolete'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO ())))) btTypedConstraint_getAppliedImpulse'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_setUserConstraintPtr'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTypedConstraint_m_appliedImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_m_appliedImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_m_breakingImpulseThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_m_breakingImpulseThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_m_dbgDrawSize_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraint_m_dbgDrawSize_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraint_m_isEnabled_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_m_isEnabled_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_m_needsFeedback_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_m_needsFeedback_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraint_m_rbA_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTypedConstraint_m_rbA_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_m_rbB_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTypedConstraint_m_rbB_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraint_m_userConstraintType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraint_m_userConstraintType_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraintData'_ :: IO (Ptr ()) btTypedConstraintData_free'_ :: (Ptr ()) -> (IO ()) btTypedConstraintData_m_appliedImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraintData_m_appliedImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraintData_m_dbgDrawSize_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btTypedConstraintData_m_dbgDrawSize_get'_ :: (Ptr ()) -> (IO CFloat) btTypedConstraintData_m_disableCollisionsBetweenLinkedBodies_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraintData_m_disableCollisionsBetweenLinkedBodies_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraintData_m_name_set'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btTypedConstraintData_m_name_get'_ :: (Ptr ()) -> (IO (Ptr CChar)) btTypedConstraintData_m_needsFeedback_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraintData_m_needsFeedback_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraintData_m_objectType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraintData_m_objectType_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraintData_m_rbA_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTypedConstraintData_m_rbA_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraintData_m_rbB_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTypedConstraintData_m_rbB_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTypedConstraintData_m_userConstraintId_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraintData_m_userConstraintId_get'_ :: (Ptr ()) -> (IO CInt) btTypedConstraintData_m_userConstraintType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedConstraintData_m_userConstraintType_get'_ :: (Ptr ()) -> (IO CInt) btUniversalConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ())))))) btUniversalConstraint_free'_ :: (Ptr ()) -> (IO ()) btUniversalConstraint_setLowerLimit'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btUniversalConstraint_getAnchor2'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_setAxis'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btUniversalConstraint_setAxis''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btUniversalConstraint_getAxis1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_getAnchor'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_getAxis2'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_setUpperLimit'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btUniversalConstraint_getAngle2'_ :: (Ptr ()) -> (IO CFloat) btUniversalConstraint_getAngle1'_ :: (Ptr ()) -> (IO CFloat) btUniversalConstraint_m_anchor_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_m_anchor_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_m_axis1_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_m_axis1_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_m_axis2_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btUniversalConstraint_m_axis2_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) module Physics.Bullet.Raw.BulletDynamics.Dynamics -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btActionInterface.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btActionInterface.cpp?r=2223 btActionInterface_getFixedBody :: IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btActionInterface.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btActionInterface.cpp?r=2223 btActionInterface_updateAction :: (BtActionInterfaceClass bc, BtCollisionWorldClass p0) => bc -> p0 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btActionInterface.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btActionInterface.cpp?r=2223 btActionInterface_debugDraw :: (BtActionInterfaceClass bc, BtIDebugDrawClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld :: (BtDispatcherClass p0, BtBroadphaseInterfaceClass p1, BtConstraintSolverClass p2, BtCollisionConfigurationClass p3) => p0 -> p1 -> p2 -> p3 -> IO (BtDiscreteDynamicsWorld) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_free :: BtDiscreteDynamicsWorldClass bc => bc -> IO () btDiscreteDynamicsWorld_setGravity :: BtDiscreteDynamicsWorldClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_setGravity' :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addAction :: (BtDiscreteDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_applyGravity :: BtDiscreteDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_serialize :: (BtDiscreteDynamicsWorldClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getCollisionWorld :: BtDiscreteDynamicsWorldClass bc => bc -> IO (BtCollisionWorld) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addRigidBody :: (BtDiscreteDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addRigidBody0 :: (BtDiscreteDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addRigidBody1 :: (BtDiscreteDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_clearForces :: BtDiscreteDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#178 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_removeVehicle :: (BtDiscreteDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_serializeRigidBodies :: (BtDiscreteDynamicsWorldClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_internalSingleStepSimulation :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#188 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getSynchronizeAllMotionStates :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_setNumTasks :: BtDiscreteDynamicsWorldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_setSynchronizeAllMotionStates :: BtDiscreteDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_predictUnconstraintMotion :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_removeConstraint :: (BtDiscreteDynamicsWorldClass bc, BtTypedConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getNumConstraints :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addCollisionObject :: (BtDiscreteDynamicsWorldClass bc, BtCollisionObjectClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_removeRigidBody :: (BtDiscreteDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_integrateTransforms :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_debugDrawConstraint :: (BtDiscreteDynamicsWorldClass bc, BtTypedConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_debugDrawWorld :: BtDiscreteDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_calculateSimulationIslands :: BtDiscreteDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addConstraint :: (BtDiscreteDynamicsWorldClass bc, BtTypedConstraintClass p0) => bc -> p0 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_startProfiling :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_updateActivationState :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getGravity :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#105 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_removeAction :: (BtDiscreteDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_removeCharacter :: (BtDiscreteDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_saveKinematicState :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getConstraint :: BtDiscreteDynamicsWorldClass bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getConstraint0 :: BtDiscreteDynamicsWorldClass bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getConstraint1 :: BtDiscreteDynamicsWorldClass bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_getConstraintSolver :: BtDiscreteDynamicsWorldClass bc => bc -> IO (BtConstraintSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addCharacter :: (BtDiscreteDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_solveConstraints :: (BtDiscreteDynamicsWorldClass bc, BtContactSolverInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_updateActions :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#170 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_updateVehicles :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_synchronizeSingleMotionState :: (BtDiscreteDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#176 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_addVehicle :: (BtDiscreteDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_synchronizeMotionStates :: BtDiscreteDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_stepSimulation :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> Int -> Float -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_removeCollisionObject :: (BtDiscreteDynamicsWorldClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_setConstraintSolver :: (BtDiscreteDynamicsWorldClass bc, BtConstraintSolverClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_constraintSolver_set :: (BtDiscreteDynamicsWorldClass bc, BtConstraintSolverClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_constraintSolver_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (BtConstraintSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_constraints_set :: (BtDiscreteDynamicsWorldClass bc, BtAlignedObjectArray_btTypedConstraint_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_constraints_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (BtAlignedObjectArray_btTypedConstraint_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_nonStaticRigidBodies_set :: (BtDiscreteDynamicsWorldClass bc, BtAlignedObjectArray_btRigidBody_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_nonStaticRigidBodies_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (BtAlignedObjectArray_btRigidBody_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_gravity_set :: BtDiscreteDynamicsWorldClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_gravity_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_localTime_set :: BtDiscreteDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_localTime_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_ownsIslandManager_set :: BtDiscreteDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_ownsIslandManager_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_ownsConstraintSolver_set :: BtDiscreteDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_ownsConstraintSolver_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_synchronizeAllMotionStates_set :: BtDiscreteDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_synchronizeAllMotionStates_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_actions_set :: (BtDiscreteDynamicsWorldClass bc, BtAlignedObjectArray_btActionInterface_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_actions_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (BtAlignedObjectArray_btActionInterface_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp?r=2223 btDiscreteDynamicsWorld_m_profileTimings_set :: BtDiscreteDynamicsWorldClass bc => bc -> Int -> IO () btDiscreteDynamicsWorld_m_profileTimings_get :: BtDiscreteDynamicsWorldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_setGravity :: BtDynamicsWorldClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_setGravity' :: BtDynamicsWorldClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_addAction :: (BtDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getSolverInfo :: BtDynamicsWorldClass bc => bc -> IO (BtContactSolverInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_addRigidBody :: (BtDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_addRigidBody0 :: (BtDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_addRigidBody1 :: (BtDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_clearForces :: BtDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_removeVehicle :: (BtDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_removeConstraint :: (BtDynamicsWorldClass bc, BtTypedConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getNumConstraints :: BtDynamicsWorldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_removeRigidBody :: (BtDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_synchronizeMotionStates :: BtDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_addConstraint :: (BtDynamicsWorldClass bc, BtTypedConstraintClass p0) => bc -> p0 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getGravity :: BtDynamicsWorldClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_debugDrawWorld :: BtDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_removeAction :: (BtDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_setWorldUserInfo :: BtDynamicsWorldClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_removeCharacter :: (BtDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getConstraint :: BtDynamicsWorldClass bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getConstraint0 :: BtDynamicsWorldClass bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getConstraint1 :: BtDynamicsWorldClass bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getConstraintSolver :: BtDynamicsWorldClass bc => bc -> IO (BtConstraintSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_stepSimulation :: BtDynamicsWorldClass bc => bc -> Float -> Int -> Float -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_addCharacter :: (BtDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_addVehicle :: (BtDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_getWorldUserInfo :: BtDynamicsWorldClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_setConstraintSolver :: (BtDynamicsWorldClass bc, BtConstraintSolverClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_m_worldUserInfo_set :: BtDynamicsWorldClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_m_worldUserInfo_get :: BtDynamicsWorldClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btDynamicsWorld.cpp?r=2223 btDynamicsWorld_m_solverInfo_set :: (BtDynamicsWorldClass bc, BtContactSolverInfoClass a) => bc -> a -> IO () btDynamicsWorld_m_solverInfo_get :: BtDynamicsWorldClass bc => bc -> IO (BtContactSolverInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#164 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody0 :: BtRigidBody_btRigidBodyConstructionInfoClass p0 => p0 -> IO (BtRigidBody) btRigidBody1 :: (BtMotionStateClass p1, BtCollisionShapeClass p2) => Float -> p1 -> p2 -> Vec3 -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_free :: BtRigidBodyClass bc => bc -> IO () btRigidBody_setGravity :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setGravity' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#405 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_updateDeactivation :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setAngularFactor :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setAngularFactor' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setAngularFactor0 :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#477 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setAngularFactor0' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#482 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setAngularFactor1 :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#606 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalWritebackVelocity :: BtRigidBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#606 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalWritebackVelocity0 :: BtRigidBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#619 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalWritebackVelocity1 :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#532 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getPushVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#551 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetDeltaAngularVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#207 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyGravity :: BtRigidBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#628 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_serialize :: (BtRigidBodyClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#343 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getOrientation :: BtRigidBodyClass bc => bc -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyCentralForce :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyCentralForce' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#466 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setMotionState :: (BtRigidBodyClass bc, BtMotionStateClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_clearForces :: BtRigidBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#458 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getMotionState :: BtRigidBodyClass bc => bc -> IO (BtMotionState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#458 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getMotionState0 :: BtRigidBodyClass bc => bc -> IO (BtMotionState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getMotionState1 :: BtRigidBodyClass bc => bc -> IO (BtMotionState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setDamping :: BtRigidBodyClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#320 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyImpulse :: BtRigidBodyClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#320 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyImpulse' :: BtRigidBodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#299 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyTorque :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#299 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyTorque' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#597 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalApplyPushImpulse :: BtRigidBodyClass bc => bc -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#597 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalApplyPushImpulse' :: BtRigidBodyClass bc => bc -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#422 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_wantsSleeping :: BtRigidBodyClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#452 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setNewBroadphaseProxy :: (BtRigidBodyClass bc, BtBroadphaseProxyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#366 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getVelocityInLocalPoint :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#366 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getVelocityInLocalPoint' :: BtRigidBodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#625 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_calculateSerializeBufferSize :: BtRigidBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#361 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setAngularVelocity :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#361 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setAngularVelocity' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#250 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getLinearFactor :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_predictIntegratedTransform :: BtRigidBodyClass bc => bc -> Float -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#203 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_predictIntegratedTransform' :: BtRigidBodyClass bc => bc -> Float -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#556 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetAngularFactor :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#233 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getAngularSleepingThreshold :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyDamping :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#205 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_saveKinematicState :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#293 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setSleepingThresholds :: BtRigidBodyClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#351 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getAngularVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getLinearSleepingThreshold :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#561 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetInvMass :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#315 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyTorqueImpulse :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#315 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyTorqueImpulse' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#566 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetPushVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setLinearFactor :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setLinearFactor' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#630 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_serializeSingleObject :: (BtRigidBodyClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#259 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getInvMass :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#273 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getTotalForce :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#340 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getCenterOfMassPosition :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#381 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getAabb :: BtRigidBodyClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#381 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getAabb' :: BtRigidBodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#444 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getBroadphaseProxy :: BtRigidBodyClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#444 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getBroadphaseProxy0 :: BtRigidBodyClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#448 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getBroadphaseProxy1 :: BtRigidBodyClass bc => bc -> IO (BtBroadphaseProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#240 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getCollisionShape :: BtRigidBodyClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#240 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getCollisionShape0 :: BtRigidBodyClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getCollisionShape1 :: BtRigidBodyClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_upcast :: BtCollisionObjectClass p0 => p0 -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_upcast0 :: BtCollisionObjectClass p0 => p0 -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_upcast1 :: BtCollisionObjectClass p0 => p0 -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#497 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_checkCollideWithOverride :: (BtRigidBodyClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_translate :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_translate' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#338 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_updateInertiaTensor :: BtRigidBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyForce :: BtRigidBodyClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyForce' :: BtRigidBodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#581 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetAngularVelocity :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#581 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetAngularVelocity' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setupRigidBody :: (BtRigidBodyClass bc, BtRigidBody_btRigidBodyConstructionInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyCentralImpulse :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_applyCentralImpulse' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#537 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getTurnVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#522 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getDeltaLinearVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_integrateVelocities :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#211 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getGravity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setMassProps :: BtRigidBodyClass bc => bc -> Float -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setMassProps' :: BtRigidBodyClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#266 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setCenterOfMassTransform :: BtRigidBodyClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#266 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setCenterOfMassTransform' :: BtRigidBodyClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#512 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setFlags :: BtRigidBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#499 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_addConstraintRef :: (BtRigidBodyClass bc, BtTypedConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#356 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setLinearVelocity :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#356 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setLinearVelocity' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#492 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_isInWorld :: BtRigidBodyClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getTotalTorque :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#507 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getNumConstraintRefs :: BtRigidBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#399 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_computeAngularImpulseDenominator :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#399 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_computeAngularImpulseDenominator' :: BtRigidBodyClass bc => bc -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#260 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getInvInertiaTensorWorld :: BtRigidBodyClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#527 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getDeltaAngularVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#546 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetDeltaLinearVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#387 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_computeImpulseDenominator :: BtRigidBodyClass bc => bc -> Vec3 -> Vec3 -> IO (Float, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#387 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_computeImpulseDenominator' :: BtRigidBodyClass bc => bc -> IO (Float, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#502 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getConstraintRef :: BtRigidBodyClass bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#223 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getAngularDamping :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#571 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetTurnVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_proceedToTransform :: BtRigidBodyClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_proceedToTransform' :: BtRigidBodyClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setInvInertiaDiagLocal :: BtRigidBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_setInvInertiaDiagLocal' :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#283 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getInvInertiaDiagLocal :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#345 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getCenterOfMassTransform :: BtRigidBodyClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#500 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_removeConstraintRef :: (BtRigidBodyClass bc, BtTypedConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#486 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getAngularFactor :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#348 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getLinearVelocity :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#517 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getFlags :: BtRigidBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#576 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetVelocityInLocalPointObsolete :: BtRigidBodyClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#576 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_internalGetVelocityInLocalPointObsolete' :: BtRigidBodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#218 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_getLinearDamping :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalAngularDampingFactor_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalAngularDampingFactor_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalAngularDampingThresholdSqr_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalAngularDampingThresholdSqr_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalDamping_set :: BtRigidBodyClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalDamping_get :: BtRigidBodyClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalDampingFactor_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalDampingFactor_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalLinearDampingThresholdSqr_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_additionalLinearDampingThresholdSqr_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularDamping_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularDamping_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularFactor_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularFactor_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularSleepingThreshold_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularSleepingThreshold_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularVelocity_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_angularVelocity_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#87 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_constraintRefs_set :: (BtRigidBodyClass bc, BtAlignedObjectArray_btTypedConstraint_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#474 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_constraintRefs_get :: BtRigidBodyClass bc => bc -> IO (BtAlignedObjectArray_btTypedConstraint_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#474 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_contactSolverType_set :: BtRigidBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_contactSolverType_get :: BtRigidBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_debugBodyId_set :: BtRigidBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_debugBodyId_get :: BtRigidBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_deltaAngularVelocity_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_deltaAngularVelocity_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_deltaLinearVelocity_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#475 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_deltaLinearVelocity_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#475 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_frictionSolverType_set :: BtRigidBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_frictionSolverType_get :: BtRigidBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_gravity_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_gravity_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_gravity_acceleration_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_gravity_acceleration_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_invInertiaLocal_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_invInertiaLocal_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_invInertiaTensorWorld_set :: BtRigidBodyClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_invInertiaTensorWorld_get :: BtRigidBodyClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_invMass_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_invMass_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_inverseMass_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_inverseMass_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearDamping_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearDamping_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearFactor_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearFactor_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearSleepingThreshold_set :: BtRigidBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearSleepingThreshold_get :: BtRigidBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearVelocity_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_linearVelocity_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_optionalMotionState_set :: (BtRigidBodyClass bc, BtMotionStateClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_optionalMotionState_get :: BtRigidBodyClass bc => bc -> IO (BtMotionState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_pushVelocity_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_pushVelocity_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_rigidbodyFlags_set :: BtRigidBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_rigidbodyFlags_get :: BtRigidBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_totalForce_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_totalForce_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_totalTorque_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_totalTorque_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_m_turnVelocity_set :: BtRigidBodyClass bc => bc -> Vec3 -> IO () btRigidBody_m_turnVelocity_get :: BtRigidBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo :: (BtMotionStateClass p1, BtCollisionShapeClass p2) => Float -> p1 -> p2 -> Vec3 -> IO (BtRigidBody_btRigidBodyConstructionInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_free :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingFactor_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingFactor_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingThresholdSqr_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingThresholdSqr_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalDamping_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalDamping_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#137 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalDampingFactor_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalDampingFactor_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#138 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalLinearDampingThresholdSqr_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_additionalLinearDampingThresholdSqr_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_angularDamping_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_angularDamping_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_angularSleepingThreshold_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_angularSleepingThreshold_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_collisionShape_set :: (BtRigidBody_btRigidBodyConstructionInfoClass bc, BtCollisionShapeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_collisionShape_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#127 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_friction_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_friction_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_linearDamping_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_linearDamping_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_linearSleepingThreshold_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_linearSleepingThreshold_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#122 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_localInertia_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_localInertia_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_mass_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_mass_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_motionState_set :: (BtRigidBody_btRigidBodyConstructionInfoClass bc, BtMotionStateClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_motionState_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (BtMotionState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_restitution_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_restitution_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBody_btRigidBodyConstructionInfo_m_startWorldTransform_set :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> Transform -> IO () btRigidBody_btRigidBodyConstructionInfo_m_startWorldTransform_get :: BtRigidBody_btRigidBodyConstructionInfoClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#663 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData :: IO (BtRigidBodyDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#664 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_free :: BtRigidBodyDoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#664 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_collisionObjectData_set :: (BtRigidBodyDoubleDataClass bc, BtCollisionObjectDoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#665 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_collisionObjectData_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtCollisionObjectDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#665 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_invInertiaTensorWorld_set :: (BtRigidBodyDoubleDataClass bc, BtMatrix3x3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#666 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_invInertiaTensorWorld_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtMatrix3x3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#666 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearVelocity_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#667 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearVelocity_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#667 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularVelocity_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#668 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularVelocity_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#668 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularFactor_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#669 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularFactor_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#669 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearFactor_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#670 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearFactor_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#670 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_gravity_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#671 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_gravity_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#671 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_gravity_acceleration_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#672 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_gravity_acceleration_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#672 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_invInertiaLocal_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#673 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_invInertiaLocal_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#673 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_totalForce_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#674 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_totalForce_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#674 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_totalTorque_set :: (BtRigidBodyDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#675 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_totalTorque_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#675 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_inverseMass_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#676 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_inverseMass_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#676 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearDamping_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#677 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearDamping_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#677 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularDamping_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#678 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularDamping_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#678 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalDampingFactor_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#679 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalDampingFactor_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#679 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalLinearDampingThresholdSqr_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#680 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalLinearDampingThresholdSqr_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#680 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalAngularDampingThresholdSqr_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#681 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalAngularDampingThresholdSqr_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#681 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalAngularDampingFactor_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#682 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalAngularDampingFactor_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#682 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearSleepingThreshold_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#683 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_linearSleepingThreshold_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#683 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularSleepingThreshold_set :: BtRigidBodyDoubleDataClass bc => bc -> Double -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#684 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_angularSleepingThreshold_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Double) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#684 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyDoubleData_m_additionalDamping_set :: BtRigidBodyDoubleDataClass bc => bc -> Int -> IO () btRigidBodyDoubleData_m_additionalDamping_get :: BtRigidBodyDoubleDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#637 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData :: IO (BtRigidBodyFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#655 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_free :: BtRigidBodyFloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#655 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalAngularDampingFactor_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#654 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalAngularDampingFactor_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#654 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalAngularDampingThresholdSqr_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#658 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalAngularDampingThresholdSqr_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#658 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalDamping_set :: BtRigidBodyFloatDataClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#652 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalDamping_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#652 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalDampingFactor_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#653 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalDampingFactor_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#653 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalLinearDampingThresholdSqr_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#651 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_additionalLinearDampingThresholdSqr_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#651 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularDamping_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#642 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularDamping_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#642 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularFactor_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#657 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularFactor_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#657 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularSleepingThreshold_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#641 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularSleepingThreshold_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#641 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularVelocity_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#638 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_angularVelocity_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#638 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_collisionObjectData_set :: (BtRigidBodyFloatDataClass bc, BtCollisionObjectFloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#644 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_collisionObjectData_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtCollisionObjectFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#644 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_gravity_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#645 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_gravity_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#645 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_gravity_acceleration_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#646 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_gravity_acceleration_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#646 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_invInertiaLocal_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#639 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_invInertiaLocal_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#639 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_invInertiaTensorWorld_set :: (BtRigidBodyFloatDataClass bc, BtMatrix3x3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#649 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_invInertiaTensorWorld_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtMatrix3x3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#649 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_inverseMass_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#650 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_inverseMass_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#650 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearDamping_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#643 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearDamping_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#643 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearFactor_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#656 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearFactor_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#656 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearSleepingThreshold_set :: BtRigidBodyFloatDataClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#640 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearSleepingThreshold_get :: BtRigidBodyFloatDataClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#640 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearVelocity_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#647 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_linearVelocity_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#647 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_totalForce_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#648 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_totalForce_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.h?r=2223#648 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btRigidBody.cpp?r=2223 btRigidBodyFloatData_m_totalTorque_set :: (BtRigidBodyFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () btRigidBodyFloatData_m_totalTorque_get :: BtRigidBodyFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld :: (BtDispatcherClass p0, BtBroadphaseInterfaceClass p1, BtConstraintSolverClass p2, BtCollisionConfigurationClass p3) => p0 -> p1 -> p2 -> p3 -> IO (BtSimpleDynamicsWorld) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_free :: BtSimpleDynamicsWorldClass bc => bc -> IO () btSimpleDynamicsWorld_predictUnconstraintMotion :: BtSimpleDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_setGravity :: BtSimpleDynamicsWorldClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_setGravity' :: BtSimpleDynamicsWorldClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_addAction :: (BtSimpleDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_synchronizeMotionStates :: BtSimpleDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_setConstraintSolver :: (BtSimpleDynamicsWorldClass bc, BtConstraintSolverClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_stepSimulation :: BtSimpleDynamicsWorldClass bc => bc -> Float -> Int -> Float -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_getConstraintSolver :: BtSimpleDynamicsWorldClass bc => bc -> IO (BtConstraintSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_removeRigidBody :: (BtSimpleDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_addRigidBody :: (BtSimpleDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_addRigidBody0 :: (BtSimpleDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_addRigidBody1 :: (BtSimpleDynamicsWorldClass bc, BtRigidBodyClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_getGravity :: BtSimpleDynamicsWorldClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_integrateTransforms :: BtSimpleDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_removeCollisionObject :: (BtSimpleDynamicsWorldClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_clearForces :: BtSimpleDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_removeAction :: (BtSimpleDynamicsWorldClass bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_updateAabbs :: BtSimpleDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_debugDrawWorld :: BtSimpleDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_m_constraintSolver_set :: (BtSimpleDynamicsWorldClass bc, BtConstraintSolverClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_m_constraintSolver_get :: BtSimpleDynamicsWorldClass bc => bc -> IO (BtConstraintSolver) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_m_ownsConstraintSolver_set :: BtSimpleDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_m_ownsConstraintSolver_get :: BtSimpleDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp?r=2223 btSimpleDynamicsWorld_m_gravity_set :: BtSimpleDynamicsWorldClass bc => bc -> Vec3 -> IO () btSimpleDynamicsWorld_m_gravity_get :: BtSimpleDynamicsWorldClass bc => bc -> IO (Vec3) btActionInterface_getFixedBody'_ :: IO (Ptr ()) btActionInterface_updateAction'_ :: (Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO ()))) btActionInterface_debugDraw'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btDiscreteDynamicsWorld_free'_ :: (Ptr ()) -> (IO ()) btDiscreteDynamicsWorld_setGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteDynamicsWorld_setGravity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteDynamicsWorld_addAction'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_applyGravity'_ :: (Ptr ()) -> (IO ()) btDiscreteDynamicsWorld_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_getCollisionWorld'_ :: (Ptr ()) -> (IO (Ptr ())) btDiscreteDynamicsWorld_addRigidBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_addRigidBody0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_addRigidBody1'_ :: (Ptr ()) -> ((Ptr ()) -> (CShort -> (CShort -> (IO ())))) btDiscreteDynamicsWorld_clearForces'_ :: (Ptr ()) -> (IO ()) btDiscreteDynamicsWorld_removeVehicle'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_serializeRigidBodies'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_internalSingleStepSimulation'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_getSynchronizeAllMotionStates'_ :: (Ptr ()) -> (IO CInt) btDiscreteDynamicsWorld_setNumTasks'_ :: (Ptr ()) -> (CInt -> (IO ())) btDiscreteDynamicsWorld_setSynchronizeAllMotionStates'_ :: (Ptr ()) -> (CInt -> (IO ())) btDiscreteDynamicsWorld_predictUnconstraintMotion'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_removeConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_getNumConstraints'_ :: (Ptr ()) -> (IO CInt) btDiscreteDynamicsWorld_addCollisionObject'_ :: (Ptr ()) -> ((Ptr ()) -> (CShort -> (CShort -> (IO ())))) btDiscreteDynamicsWorld_removeRigidBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_integrateTransforms'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_debugDrawConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_debugDrawWorld'_ :: (Ptr ()) -> (IO ()) btDiscreteDynamicsWorld_calculateSimulationIslands'_ :: (Ptr ()) -> (IO ()) btDiscreteDynamicsWorld_addConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) btDiscreteDynamicsWorld_startProfiling'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_updateActivationState'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_getGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteDynamicsWorld_removeAction'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_removeCharacter'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_saveKinematicState'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_getConstraint'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDiscreteDynamicsWorld_getConstraint0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDiscreteDynamicsWorld_getConstraint1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDiscreteDynamicsWorld_getConstraintSolver'_ :: (Ptr ()) -> (IO (Ptr ())) btDiscreteDynamicsWorld_addCharacter'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_solveConstraints'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_updateActions'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_updateVehicles'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_synchronizeSingleMotionState'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_addVehicle'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_synchronizeMotionStates'_ :: (Ptr ()) -> (IO ()) btDiscreteDynamicsWorld_stepSimulation'_ :: (Ptr ()) -> (CFloat -> (CInt -> (CFloat -> (IO CInt)))) btDiscreteDynamicsWorld_removeCollisionObject'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_setConstraintSolver'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_m_constraintSolver_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_m_constraintSolver_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDiscreteDynamicsWorld_m_constraints_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_m_constraints_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDiscreteDynamicsWorld_m_nonStaticRigidBodies_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_m_nonStaticRigidBodies_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDiscreteDynamicsWorld_m_gravity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteDynamicsWorld_m_gravity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDiscreteDynamicsWorld_m_localTime_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btDiscreteDynamicsWorld_m_localTime_get'_ :: (Ptr ()) -> (IO CFloat) btDiscreteDynamicsWorld_m_ownsIslandManager_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDiscreteDynamicsWorld_m_ownsIslandManager_get'_ :: (Ptr ()) -> (IO CInt) btDiscreteDynamicsWorld_m_ownsConstraintSolver_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDiscreteDynamicsWorld_m_ownsConstraintSolver_get'_ :: (Ptr ()) -> (IO CInt) btDiscreteDynamicsWorld_m_synchronizeAllMotionStates_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDiscreteDynamicsWorld_m_synchronizeAllMotionStates_get'_ :: (Ptr ()) -> (IO CInt) btDiscreteDynamicsWorld_m_actions_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDiscreteDynamicsWorld_m_actions_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDiscreteDynamicsWorld_m_profileTimings_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDiscreteDynamicsWorld_m_profileTimings_get'_ :: (Ptr ()) -> (IO CInt) btDynamicsWorld_setGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDynamicsWorld_setGravity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDynamicsWorld_addAction'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_getSolverInfo'_ :: (Ptr ()) -> (IO (Ptr ())) btDynamicsWorld_addRigidBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_addRigidBody0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_addRigidBody1'_ :: (Ptr ()) -> ((Ptr ()) -> (CShort -> (CShort -> (IO ())))) btDynamicsWorld_clearForces'_ :: (Ptr ()) -> (IO ()) btDynamicsWorld_removeVehicle'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_removeConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_getNumConstraints'_ :: (Ptr ()) -> (IO CInt) btDynamicsWorld_removeRigidBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_synchronizeMotionStates'_ :: (Ptr ()) -> (IO ()) btDynamicsWorld_addConstraint'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) btDynamicsWorld_getGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDynamicsWorld_debugDrawWorld'_ :: (Ptr ()) -> (IO ()) btDynamicsWorld_removeAction'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_setWorldUserInfo'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_removeCharacter'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_getConstraint'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDynamicsWorld_getConstraint0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDynamicsWorld_getConstraint1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btDynamicsWorld_getConstraintSolver'_ :: (Ptr ()) -> (IO (Ptr ())) btDynamicsWorld_stepSimulation'_ :: (Ptr ()) -> (CFloat -> (CInt -> (CFloat -> (IO CInt)))) btDynamicsWorld_addCharacter'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_addVehicle'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_getWorldUserInfo'_ :: (Ptr ()) -> (IO (Ptr ())) btDynamicsWorld_setConstraintSolver'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_m_worldUserInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_m_worldUserInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDynamicsWorld_m_solverInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDynamicsWorld_m_solverInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody0'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody1'_ :: CFloat -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO (Ptr ()))))) btRigidBody_free'_ :: (Ptr ()) -> (IO ()) btRigidBody_setGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setGravity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_updateDeactivation'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_setAngularFactor'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setAngularFactor''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setAngularFactor0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setAngularFactor0''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setAngularFactor1'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_internalWritebackVelocity'_ :: (Ptr ()) -> (IO ()) btRigidBody_internalWritebackVelocity0'_ :: (Ptr ()) -> (IO ()) btRigidBody_internalWritebackVelocity1'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_getPushVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_internalGetDeltaAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_applyGravity'_ :: (Ptr ()) -> (IO ()) btRigidBody_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btRigidBody_getOrientation'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_applyCentralForce'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_applyCentralForce''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setMotionState'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_clearForces'_ :: (Ptr ()) -> (IO ()) btRigidBody_getMotionState'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_getMotionState0'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_getMotionState1'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_setDamping'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btRigidBody_applyImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_applyImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_applyTorque'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_applyTorque''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_internalApplyPushImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btRigidBody_internalApplyPushImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))) btRigidBody_wantsSleeping'_ :: (Ptr ()) -> (IO CInt) btRigidBody_setNewBroadphaseProxy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_getVelocityInLocalPoint'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_getVelocityInLocalPoint''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btRigidBody_setAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setAngularVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getLinearFactor'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_predictIntegratedTransform'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btRigidBody_predictIntegratedTransform''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btRigidBody_internalGetAngularFactor'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getAngularSleepingThreshold'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_applyDamping'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_saveKinematicState'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_setSleepingThresholds'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btRigidBody_getAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getLinearSleepingThreshold'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_internalGetInvMass'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_applyTorqueImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_applyTorqueImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_internalGetPushVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setLinearFactor'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setLinearFactor''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_serializeSingleObject'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_getInvMass'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_getTotalForce'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getCenterOfMassPosition'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_getBroadphaseProxy'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_getBroadphaseProxy0'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_getBroadphaseProxy1'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_getCollisionShape'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_getCollisionShape0'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_getCollisionShape1'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_upcast'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_upcast0'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_upcast1'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_checkCollideWithOverride'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btRigidBody_translate'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_translate''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_updateInertiaTensor'_ :: (Ptr ()) -> (IO ()) btRigidBody_applyForce'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_applyForce''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_internalGetAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_internalGetAngularVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setupRigidBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_applyCentralImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_applyCentralImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getTurnVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getDeltaLinearVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_integrateVelocities'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_getGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setMassProps'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btRigidBody_setMassProps''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> (IO ()))) btRigidBody_setCenterOfMassTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setCenterOfMassTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setFlags'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBody_addConstraintRef'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_setLinearVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setLinearVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_isInWorld'_ :: (Ptr ()) -> (IO CInt) btRigidBody_getTotalTorque'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getNumConstraintRefs'_ :: (Ptr ()) -> (IO CInt) btRigidBody_computeAngularImpulseDenominator'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CFloat)) btRigidBody_computeAngularImpulseDenominator''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CFloat)) btRigidBody_getInvInertiaTensorWorld'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getDeltaAngularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_internalGetDeltaLinearVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_computeImpulseDenominator'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat))) btRigidBody_computeImpulseDenominator''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO CFloat))) btRigidBody_getConstraintRef'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btRigidBody_getAngularDamping'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_internalGetTurnVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_proceedToTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_proceedToTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setInvInertiaDiagLocal'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_setInvInertiaDiagLocal''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getInvInertiaDiagLocal'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getCenterOfMassTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_removeConstraintRef'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_getAngularFactor'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getLinearVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_getFlags'_ :: (Ptr ()) -> (IO CInt) btRigidBody_internalGetVelocityInLocalPointObsolete'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_internalGetVelocityInLocalPointObsolete''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btRigidBody_getLinearDamping'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_additionalAngularDampingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_additionalAngularDampingFactor_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_additionalAngularDampingThresholdSqr_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_additionalAngularDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_additionalDamping_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBody_m_additionalDamping_get'_ :: (Ptr ()) -> (IO CInt) btRigidBody_m_additionalDampingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_additionalDampingFactor_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_additionalLinearDampingThresholdSqr_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_additionalLinearDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_angularDamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_angularDamping_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_angularFactor_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_angularFactor_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_angularSleepingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_angularSleepingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_angularVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_angularVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_constraintRefs_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_m_constraintRefs_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_m_contactSolverType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBody_m_contactSolverType_get'_ :: (Ptr ()) -> (IO CInt) btRigidBody_m_debugBodyId_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBody_m_debugBodyId_get'_ :: (Ptr ()) -> (IO CInt) btRigidBody_m_deltaAngularVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_deltaAngularVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_deltaLinearVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_deltaLinearVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_frictionSolverType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBody_m_frictionSolverType_get'_ :: (Ptr ()) -> (IO CInt) btRigidBody_m_gravity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_gravity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_gravity_acceleration_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_gravity_acceleration_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_invInertiaLocal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_invInertiaLocal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_invInertiaTensorWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_invInertiaTensorWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_invMass_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_invMass_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_inverseMass_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_inverseMass_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_linearDamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_linearDamping_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_linearFactor_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_linearFactor_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_linearSleepingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_m_linearSleepingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_m_linearVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_linearVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_optionalMotionState_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_m_optionalMotionState_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_m_pushVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_pushVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_rigidbodyFlags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBody_m_rigidbodyFlags_get'_ :: (Ptr ()) -> (IO CInt) btRigidBody_m_totalForce_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_totalForce_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_totalTorque_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_totalTorque_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_turnVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_m_turnVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_btRigidBodyConstructionInfo'_ :: CFloat -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO (Ptr ()))))) btRigidBody_btRigidBodyConstructionInfo_free'_ :: (Ptr ()) -> (IO ()) btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingFactor_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingThresholdSqr_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_additionalAngularDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_additionalDamping_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_additionalDamping_get'_ :: (Ptr ()) -> (IO CInt) btRigidBody_btRigidBodyConstructionInfo_m_additionalDampingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_additionalDampingFactor_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_additionalLinearDampingThresholdSqr_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_additionalLinearDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_angularDamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_angularDamping_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_angularSleepingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_angularSleepingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_collisionShape_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_collisionShape_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_btRigidBodyConstructionInfo_m_friction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_friction_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_linearDamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_linearDamping_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_linearSleepingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_linearSleepingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_localInertia_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_localInertia_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_mass_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_mass_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_motionState_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_motionState_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBody_btRigidBodyConstructionInfo_m_restitution_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_restitution_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBody_btRigidBodyConstructionInfo_m_startWorldTransform_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBody_btRigidBodyConstructionInfo_m_startWorldTransform_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRigidBodyDoubleData'_ :: IO (Ptr ()) btRigidBodyDoubleData_free'_ :: (Ptr ()) -> (IO ()) btRigidBodyDoubleData_m_collisionObjectData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_collisionObjectData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_invInertiaTensorWorld_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_invInertiaTensorWorld_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_linearVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_linearVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_angularVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_angularVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_angularFactor_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_angularFactor_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_linearFactor_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_linearFactor_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_gravity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_gravity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_gravity_acceleration_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_gravity_acceleration_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_invInertiaLocal_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_invInertiaLocal_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_totalForce_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_totalForce_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_totalTorque_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyDoubleData_m_totalTorque_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyDoubleData_m_inverseMass_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_inverseMass_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_linearDamping_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_linearDamping_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_angularDamping_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_angularDamping_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_additionalDampingFactor_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_additionalDampingFactor_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_additionalLinearDampingThresholdSqr_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_additionalLinearDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_additionalAngularDampingThresholdSqr_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_additionalAngularDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_additionalAngularDampingFactor_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_additionalAngularDampingFactor_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_linearSleepingThreshold_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_linearSleepingThreshold_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_angularSleepingThreshold_set'_ :: (Ptr ()) -> (CDouble -> (IO ())) btRigidBodyDoubleData_m_angularSleepingThreshold_get'_ :: (Ptr ()) -> (IO CDouble) btRigidBodyDoubleData_m_additionalDamping_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBodyDoubleData_m_additionalDamping_get'_ :: (Ptr ()) -> (IO CInt) btRigidBodyFloatData'_ :: IO (Ptr ()) btRigidBodyFloatData_free'_ :: (Ptr ()) -> (IO ()) btRigidBodyFloatData_m_additionalAngularDampingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_additionalAngularDampingFactor_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_additionalAngularDampingThresholdSqr_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_additionalAngularDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_additionalDamping_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRigidBodyFloatData_m_additionalDamping_get'_ :: (Ptr ()) -> (IO CInt) btRigidBodyFloatData_m_additionalDampingFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_additionalDampingFactor_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_additionalLinearDampingThresholdSqr_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_additionalLinearDampingThresholdSqr_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_angularDamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_angularDamping_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_angularFactor_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_angularFactor_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_angularSleepingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_angularSleepingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_angularVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_angularVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_collisionObjectData_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_collisionObjectData_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_gravity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_gravity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_gravity_acceleration_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_gravity_acceleration_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_invInertiaLocal_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_invInertiaLocal_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_invInertiaTensorWorld_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_invInertiaTensorWorld_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_inverseMass_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_inverseMass_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_linearDamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_linearDamping_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_linearFactor_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_linearFactor_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_linearSleepingThreshold_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRigidBodyFloatData_m_linearSleepingThreshold_get'_ :: (Ptr ()) -> (IO CFloat) btRigidBodyFloatData_m_linearVelocity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_linearVelocity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_totalForce_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_totalForce_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRigidBodyFloatData_m_totalTorque_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRigidBodyFloatData_m_totalTorque_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleDynamicsWorld'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))))) btSimpleDynamicsWorld_free'_ :: (Ptr ()) -> (IO ()) btSimpleDynamicsWorld_predictUnconstraintMotion'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSimpleDynamicsWorld_setGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSimpleDynamicsWorld_setGravity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSimpleDynamicsWorld_addAction'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_synchronizeMotionStates'_ :: (Ptr ()) -> (IO ()) btSimpleDynamicsWorld_setConstraintSolver'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_stepSimulation'_ :: (Ptr ()) -> (CFloat -> (CInt -> (CFloat -> (IO CInt)))) btSimpleDynamicsWorld_getConstraintSolver'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleDynamicsWorld_removeRigidBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_addRigidBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_addRigidBody0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_addRigidBody1'_ :: (Ptr ()) -> ((Ptr ()) -> (CShort -> (CShort -> (IO ())))) btSimpleDynamicsWorld_getGravity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSimpleDynamicsWorld_integrateTransforms'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSimpleDynamicsWorld_removeCollisionObject'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_clearForces'_ :: (Ptr ()) -> (IO ()) btSimpleDynamicsWorld_removeAction'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_updateAabbs'_ :: (Ptr ()) -> (IO ()) btSimpleDynamicsWorld_debugDrawWorld'_ :: (Ptr ()) -> (IO ()) btSimpleDynamicsWorld_m_constraintSolver_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSimpleDynamicsWorld_m_constraintSolver_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSimpleDynamicsWorld_m_ownsConstraintSolver_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSimpleDynamicsWorld_m_ownsConstraintSolver_get'_ :: (Ptr ()) -> (IO CInt) btSimpleDynamicsWorld_m_gravity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSimpleDynamicsWorld_m_gravity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) module Physics.Bullet.Raw.BulletDynamics.Vehicle -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo :: IO (BtWheelInfo_RaycastInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_free :: BtWheelInfo_RaycastInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_contactNormalWS_set :: BtWheelInfo_RaycastInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_contactNormalWS_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#44 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_contactPointWS_set :: BtWheelInfo_RaycastInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_contactPointWS_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_suspensionLength_set :: BtWheelInfo_RaycastInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_suspensionLength_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_hardPointWS_set :: BtWheelInfo_RaycastInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_hardPointWS_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_wheelDirectionWS_set :: BtWheelInfo_RaycastInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_wheelDirectionWS_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_wheelAxleWS_set :: BtWheelInfo_RaycastInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_wheelAxleWS_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_isInContact_set :: BtWheelInfo_RaycastInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_isInContact_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_RaycastInfo_m_groundObject_set :: BtWheelInfo_RaycastInfoClass bc => bc -> VoidPtr -> IO () btWheelInfo_RaycastInfo_m_groundObject_get :: BtWheelInfo_RaycastInfoClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btDefaultVehicleRaycaster :: BtDynamicsWorldClass p0 => p0 -> IO (BtDefaultVehicleRaycaster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btDefaultVehicleRaycaster_free :: BtDefaultVehicleRaycasterClass bc => bc -> IO () btDefaultVehicleRaycaster_castRay :: (BtDefaultVehicleRaycasterClass bc, BtVehicleRaycaster_btVehicleRaycasterResultClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (VoidPtr, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btDefaultVehicleRaycaster_castRay' :: (BtDefaultVehicleRaycasterClass bc, BtVehicleRaycaster_btVehicleRaycasterResultClass p2) => bc -> p2 -> IO (VoidPtr, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#223 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#223 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btDefaultVehicleRaycaster_m_dynamicsWorld_set :: (BtDefaultVehicleRaycasterClass bc, BtDynamicsWorldClass a) => bc -> a -> IO () btDefaultVehicleRaycaster_m_dynamicsWorld_get :: BtDefaultVehicleRaycasterClass bc => bc -> IO (BtDynamicsWorld) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle :: (BtRaycastVehicle_btVehicleTuningClass p0, BtRigidBodyClass p1, BtVehicleRaycasterClass p2) => p0 -> p1 -> p2 -> IO (BtRaycastVehicle) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#140 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_free :: BtRaycastVehicleClass bc => bc -> IO () btRaycastVehicle_updateSuspension :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getRigidBody :: BtRaycastVehicleClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getRigidBody0 :: BtRaycastVehicleClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getRigidBody1 :: BtRaycastVehicleClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#214 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getUserConstraintId :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_defaultInit :: (BtRaycastVehicleClass bc, BtRaycastVehicle_btVehicleTuningClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getWheelTransformWS :: BtRaycastVehicleClass bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_addWheel :: (BtRaycastVehicleClass bc, BtRaycastVehicle_btVehicleTuningClass p5) => bc -> Vec3 -> Vec3 -> Vec3 -> Float -> Float -> p5 -> Bool -> IO (BtWheelInfo, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_addWheel' :: (BtRaycastVehicleClass bc, BtRaycastVehicle_btVehicleTuningClass p5) => bc -> Float -> Float -> p5 -> Bool -> IO (BtWheelInfo, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_updateWheelTransform :: BtRaycastVehicleClass bc => bc -> Int -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_setUserConstraintId :: BtRaycastVehicleClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#119 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getNumWheels :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_rayCast :: (BtRaycastVehicleClass bc, BtWheelInfoClass p0) => bc -> p0 -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getRightAxis :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_applyEngineForce :: BtRaycastVehicleClass bc => bc -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#172 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getForwardVector :: BtRaycastVehicleClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getWheelInfo :: BtRaycastVehicleClass bc => bc -> Int -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#126 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getWheelInfo0 :: BtRaycastVehicleClass bc => bc -> Int -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#128 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getWheelInfo1 :: BtRaycastVehicleClass bc => bc -> Int -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getChassisWorldTransform :: BtRaycastVehicleClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#130 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_updateWheelTransformsWS :: (BtRaycastVehicleClass bc, BtWheelInfoClass p0) => bc -> p0 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_resetSuspension :: BtRaycastVehicleClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#190 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_setCoordinateSystem :: BtRaycastVehicleClass bc => bc -> Int -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#204 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_setUserConstraintType :: BtRaycastVehicleClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_debugDraw :: (BtRaycastVehicleClass bc, BtIDebugDrawClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#142 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_updateFriction :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getForwardAxis :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#104 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getSteeringValue :: BtRaycastVehicleClass bc => bc -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#199 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getUserConstraintType :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#160 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getUpAxis :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_setPitchControl :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_getCurrentSpeedKmHour :: BtRaycastVehicleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_setBrake :: BtRaycastVehicleClass bc => bc -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_setSteeringValue :: BtRaycastVehicleClass bc => bc -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#99 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_updateVehicle :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_updateAction :: (BtRaycastVehicleClass bc, BtCollisionWorldClass p0) => bc -> p0 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_forwardWS_set :: (BtRaycastVehicleClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_forwardWS_get :: BtRaycastVehicleClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_axle_set :: (BtRaycastVehicleClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_axle_get :: BtRaycastVehicleClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_forwardImpulse_set :: (BtRaycastVehicleClass bc, BtAlignedObjectArray_float_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_forwardImpulse_get :: BtRaycastVehicleClass bc => bc -> IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_sideImpulse_set :: (BtRaycastVehicleClass bc, BtAlignedObjectArray_float_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_sideImpulse_get :: BtRaycastVehicleClass bc => bc -> IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_userConstraintType_set :: BtRaycastVehicleClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_userConstraintType_get :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_userConstraintId_set :: BtRaycastVehicleClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_userConstraintId_get :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_tau_set :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_tau_get :: BtRaycastVehicleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_damping_set :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_damping_get :: BtRaycastVehicleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_vehicleRaycaster_set :: (BtRaycastVehicleClass bc, BtVehicleRaycasterClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_vehicleRaycaster_get :: BtRaycastVehicleClass bc => bc -> IO (BtVehicleRaycaster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_pitchControl_set :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_pitchControl_get :: BtRaycastVehicleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_steeringValue_set :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_steeringValue_get :: BtRaycastVehicleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_currentVehicleSpeedKmHour_set :: BtRaycastVehicleClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_currentVehicleSpeedKmHour_get :: BtRaycastVehicleClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_chassisBody_set :: (BtRaycastVehicleClass bc, BtRigidBodyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_chassisBody_get :: BtRaycastVehicleClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_indexRightAxis_set :: BtRaycastVehicleClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_indexRightAxis_get :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_indexUpAxis_set :: BtRaycastVehicleClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_indexUpAxis_get :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_indexForwardAxis_set :: BtRaycastVehicleClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_indexForwardAxis_get :: BtRaycastVehicleClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_m_wheelInfo_set :: (BtRaycastVehicleClass bc, BtAlignedObjectArray_btWheelInfo_Class a) => bc -> a -> IO () btRaycastVehicle_m_wheelInfo_get :: BtRaycastVehicleClass bc => bc -> IO (BtAlignedObjectArray_btWheelInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_castRay :: (BtVehicleRaycasterClass bc, BtVehicleRaycaster_btVehicleRaycasterResultClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (VoidPtr, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_castRay' :: (BtVehicleRaycasterClass bc, BtVehicleRaycaster_btVehicleRaycasterResultClass p2) => bc -> p2 -> IO (VoidPtr, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#24 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_btVehicleRaycasterResult :: IO (BtVehicleRaycaster_btVehicleRaycasterResult) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_btVehicleRaycasterResult_free :: BtVehicleRaycaster_btVehicleRaycasterResultClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_btVehicleRaycasterResult_m_distFraction_set :: BtVehicleRaycaster_btVehicleRaycasterResultClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_btVehicleRaycasterResult_m_distFraction_get :: BtVehicleRaycaster_btVehicleRaycasterResultClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_btVehicleRaycasterResult_m_hitNormalInWorld_set :: BtVehicleRaycaster_btVehicleRaycasterResultClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_btVehicleRaycasterResult_m_hitNormalInWorld_get :: BtVehicleRaycaster_btVehicleRaycasterResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btVehicleRaycaster.cpp?r=2223 btVehicleRaycaster_btVehicleRaycasterResult_m_hitPointInWorld_set :: BtVehicleRaycaster_btVehicleRaycasterResultClass bc => bc -> Vec3 -> IO () btVehicleRaycaster_btVehicleRaycasterResult_m_hitPointInWorld_get :: BtVehicleRaycaster_btVehicleRaycasterResultClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#42 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning :: IO (BtRaycastVehicle_btVehicleTuning) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_free :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_frictionSlip_set :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_frictionSlip_get :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_maxSuspensionForce_set :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_maxSuspensionForce_get :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_maxSuspensionTravelCm_set :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_maxSuspensionTravelCm_get :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_suspensionCompression_set :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_suspensionCompression_get :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_suspensionDamping_set :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_suspensionDamping_get :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp?r=2223 btRaycastVehicle_btVehicleTuning_m_suspensionStiffness_set :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> Float -> IO () btRaycastVehicle_btVehicleTuning_m_suspensionStiffness_get :: BtRaycastVehicle_btVehicleTuningClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo :: BtWheelInfoConstructionInfoClass p0 => p0 -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_free :: BtWheelInfoClass bc => bc -> IO () btWheelInfo_getSuspensionRestLength :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_updateWheel :: (BtWheelInfoClass bc, BtRigidBodyClass p0, BtWheelInfo_RaycastInfoClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_bIsFrontWheel_set :: BtWheelInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_bIsFrontWheel_get :: BtWheelInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#76 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_brake_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_brake_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_chassisConnectionPointCS_set :: BtWheelInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_chassisConnectionPointCS_get :: BtWheelInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_clientInfo_set :: BtWheelInfoClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_clientInfo_get :: BtWheelInfoClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_clippedInvContactDotSuspension_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_clippedInvContactDotSuspension_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_deltaRotation_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_deltaRotation_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_engineForce_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_engineForce_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_frictionSlip_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_frictionSlip_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_maxSuspensionForce_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_maxSuspensionForce_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_maxSuspensionTravelCm_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_maxSuspensionTravelCm_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_raycastInfo_set :: (BtWheelInfoClass bc, BtWheelInfo_RaycastInfoClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_raycastInfo_get :: BtWheelInfoClass bc => bc -> IO (BtWheelInfo_RaycastInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_rollInfluence_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_rollInfluence_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_rotation_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_rotation_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_skidInfo_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_skidInfo_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_steering_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_steering_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_suspensionRelativeVelocity_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_suspensionRelativeVelocity_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#60 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_suspensionRestLength1_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_suspensionRestLength1_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_suspensionStiffness_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_suspensionStiffness_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelAxleCS_set :: BtWheelInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelAxleCS_get :: BtWheelInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelDirectionCS_set :: BtWheelInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelDirectionCS_get :: BtWheelInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsDampingCompression_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsDampingCompression_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsDampingRelaxation_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsDampingRelaxation_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsRadius_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsRadius_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsSuspensionForce_set :: BtWheelInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_wheelsSuspensionForce_get :: BtWheelInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfo_m_worldTransform_set :: BtWheelInfoClass bc => bc -> Transform -> IO () btWheelInfo_m_worldTransform_get :: BtWheelInfoClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#20 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo :: IO (BtWheelInfoConstructionInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_free :: BtWheelInfoConstructionInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_bIsFrontWheel_set :: BtWheelInfoConstructionInfoClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#21 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_bIsFrontWheel_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#21 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_chassisConnectionCS_set :: BtWheelInfoConstructionInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_chassisConnectionCS_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_frictionSlip_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_frictionSlip_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_maxSuspensionForce_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_maxSuspensionForce_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_maxSuspensionTravelCm_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#24 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_maxSuspensionTravelCm_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#24 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_suspensionRestLength_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_suspensionRestLength_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_suspensionStiffness_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#23 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_suspensionStiffness_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#23 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelAxleCS_set :: BtWheelInfoConstructionInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#22 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelAxleCS_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#22 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelDirectionCS_set :: BtWheelInfoConstructionInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelDirectionCS_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelRadius_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelRadius_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelsDampingCompression_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelsDampingCompression_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletDynamics/Vehicle/btWheelInfo.cpp?r=2223 btWheelInfoConstructionInfo_m_wheelsDampingRelaxation_set :: BtWheelInfoConstructionInfoClass bc => bc -> Float -> IO () btWheelInfoConstructionInfo_m_wheelsDampingRelaxation_get :: BtWheelInfoConstructionInfoClass bc => bc -> IO (Float) btWheelInfo_RaycastInfo'_ :: IO (Ptr ()) btWheelInfo_RaycastInfo_free'_ :: (Ptr ()) -> (IO ()) btWheelInfo_RaycastInfo_m_contactNormalWS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_contactNormalWS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_contactPointWS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_contactPointWS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_suspensionLength_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_RaycastInfo_m_suspensionLength_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_RaycastInfo_m_hardPointWS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_hardPointWS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_wheelDirectionWS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_wheelDirectionWS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_wheelAxleWS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_wheelAxleWS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_RaycastInfo_m_isInContact_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btWheelInfo_RaycastInfo_m_isInContact_get'_ :: (Ptr ()) -> (IO CInt) btWheelInfo_RaycastInfo_m_groundObject_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btWheelInfo_RaycastInfo_m_groundObject_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultVehicleRaycaster'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultVehicleRaycaster_free'_ :: (Ptr ()) -> (IO ()) btDefaultVehicleRaycaster_castRay'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO (Ptr ()))))) btDefaultVehicleRaycaster_castRay''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO (Ptr ()))))) btDefaultVehicleRaycaster_m_dynamicsWorld_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultVehicleRaycaster_m_dynamicsWorld_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr ())))) btRaycastVehicle_free'_ :: (Ptr ()) -> (IO ()) btRaycastVehicle_updateSuspension'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_getRigidBody'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_getRigidBody0'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_getRigidBody1'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_getUserConstraintId'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_defaultInit'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_getWheelTransformWS'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btRaycastVehicle_addWheel'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> ((Ptr ()) -> (CInt -> (IO (Ptr ()))))))))) btRaycastVehicle_addWheel''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> ((Ptr ()) -> (CInt -> (IO (Ptr ()))))))))) btRaycastVehicle_updateWheelTransform'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btRaycastVehicle_setUserConstraintId'_ :: (Ptr ()) -> (CInt -> (IO ())) btRaycastVehicle_getNumWheels'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_rayCast'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CFloat)) btRaycastVehicle_getRightAxis'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_applyEngineForce'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btRaycastVehicle_getForwardVector'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRaycastVehicle_getWheelInfo'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btRaycastVehicle_getWheelInfo0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btRaycastVehicle_getWheelInfo1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btRaycastVehicle_getChassisWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRaycastVehicle_updateWheelTransformsWS'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) btRaycastVehicle_resetSuspension'_ :: (Ptr ()) -> (IO ()) btRaycastVehicle_setCoordinateSystem'_ :: (Ptr ()) -> (CInt -> (CInt -> (CInt -> (IO ())))) btRaycastVehicle_setUserConstraintType'_ :: (Ptr ()) -> (CInt -> (IO ())) btRaycastVehicle_debugDraw'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_updateFriction'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_getForwardAxis'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_getSteeringValue'_ :: (Ptr ()) -> (CInt -> (IO CFloat)) btRaycastVehicle_getUserConstraintType'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_getUpAxis'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_setPitchControl'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_getCurrentSpeedKmHour'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_setBrake'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btRaycastVehicle_setSteeringValue'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btRaycastVehicle_updateVehicle'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_updateAction'_ :: (Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO ()))) btRaycastVehicle_m_forwardWS_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_m_forwardWS_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_m_axle_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_m_axle_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_m_forwardImpulse_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_m_forwardImpulse_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_m_sideImpulse_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_m_sideImpulse_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_m_userConstraintType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRaycastVehicle_m_userConstraintType_get'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_m_userConstraintId_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRaycastVehicle_m_userConstraintId_get'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_m_tau_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_m_tau_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_m_damping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_m_damping_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_m_vehicleRaycaster_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_m_vehicleRaycaster_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_m_pitchControl_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_m_pitchControl_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_m_steeringValue_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_m_steeringValue_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_m_currentVehicleSpeedKmHour_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_m_currentVehicleSpeedKmHour_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_m_chassisBody_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_m_chassisBody_get'_ :: (Ptr ()) -> (IO (Ptr ())) btRaycastVehicle_m_indexRightAxis_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRaycastVehicle_m_indexRightAxis_get'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_m_indexUpAxis_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRaycastVehicle_m_indexUpAxis_get'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_m_indexForwardAxis_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btRaycastVehicle_m_indexForwardAxis_get'_ :: (Ptr ()) -> (IO CInt) btRaycastVehicle_m_wheelInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btRaycastVehicle_m_wheelInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btVehicleRaycaster_castRay'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO (Ptr ()))))) btVehicleRaycaster_castRay''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO (Ptr ()))))) btVehicleRaycaster_btVehicleRaycasterResult'_ :: IO (Ptr ()) btVehicleRaycaster_btVehicleRaycasterResult_free'_ :: (Ptr ()) -> (IO ()) btVehicleRaycaster_btVehicleRaycasterResult_m_distFraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btVehicleRaycaster_btVehicleRaycasterResult_m_distFraction_get'_ :: (Ptr ()) -> (IO CFloat) btVehicleRaycaster_btVehicleRaycasterResult_m_hitNormalInWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVehicleRaycaster_btVehicleRaycasterResult_m_hitNormalInWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVehicleRaycaster_btVehicleRaycasterResult_m_hitPointInWorld_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btVehicleRaycaster_btVehicleRaycasterResult_m_hitPointInWorld_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btRaycastVehicle_btVehicleTuning'_ :: IO (Ptr ()) btRaycastVehicle_btVehicleTuning_free'_ :: (Ptr ()) -> (IO ()) btRaycastVehicle_btVehicleTuning_m_frictionSlip_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_btVehicleTuning_m_frictionSlip_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_btVehicleTuning_m_maxSuspensionForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_btVehicleTuning_m_maxSuspensionForce_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_btVehicleTuning_m_maxSuspensionTravelCm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_btVehicleTuning_m_maxSuspensionTravelCm_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_btVehicleTuning_m_suspensionCompression_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_btVehicleTuning_m_suspensionCompression_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_btVehicleTuning_m_suspensionDamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_btVehicleTuning_m_suspensionDamping_get'_ :: (Ptr ()) -> (IO CFloat) btRaycastVehicle_btVehicleTuning_m_suspensionStiffness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btRaycastVehicle_btVehicleTuning_m_suspensionStiffness_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo'_ :: (Ptr ()) -> (IO (Ptr ())) btWheelInfo_free'_ :: (Ptr ()) -> (IO ()) btWheelInfo_getSuspensionRestLength'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_updateWheel'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btWheelInfo_m_bIsFrontWheel_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btWheelInfo_m_bIsFrontWheel_get'_ :: (Ptr ()) -> (IO CInt) btWheelInfo_m_brake_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_brake_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_chassisConnectionPointCS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_m_chassisConnectionPointCS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_m_clientInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btWheelInfo_m_clientInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btWheelInfo_m_clippedInvContactDotSuspension_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_clippedInvContactDotSuspension_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_deltaRotation_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_deltaRotation_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_engineForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_engineForce_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_frictionSlip_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_frictionSlip_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_maxSuspensionForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_maxSuspensionForce_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_maxSuspensionTravelCm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_maxSuspensionTravelCm_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_raycastInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btWheelInfo_m_raycastInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btWheelInfo_m_rollInfluence_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_rollInfluence_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_rotation_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_rotation_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_skidInfo_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_skidInfo_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_steering_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_steering_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_suspensionRelativeVelocity_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_suspensionRelativeVelocity_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_suspensionRestLength1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_suspensionRestLength1_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_suspensionStiffness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_suspensionStiffness_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_wheelAxleCS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_m_wheelAxleCS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_m_wheelDirectionCS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_m_wheelDirectionCS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_m_wheelsDampingCompression_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_wheelsDampingCompression_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_wheelsDampingRelaxation_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_wheelsDampingRelaxation_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_wheelsRadius_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_wheelsRadius_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_wheelsSuspensionForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfo_m_wheelsSuspensionForce_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfo_m_worldTransform_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfo_m_worldTransform_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfoConstructionInfo'_ :: IO (Ptr ()) btWheelInfoConstructionInfo_free'_ :: (Ptr ()) -> (IO ()) btWheelInfoConstructionInfo_m_bIsFrontWheel_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btWheelInfoConstructionInfo_m_bIsFrontWheel_get'_ :: (Ptr ()) -> (IO CInt) btWheelInfoConstructionInfo_m_chassisConnectionCS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfoConstructionInfo_m_chassisConnectionCS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfoConstructionInfo_m_frictionSlip_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_frictionSlip_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfoConstructionInfo_m_maxSuspensionForce_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_maxSuspensionForce_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfoConstructionInfo_m_maxSuspensionTravelCm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_maxSuspensionTravelCm_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfoConstructionInfo_m_suspensionRestLength_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_suspensionRestLength_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfoConstructionInfo_m_suspensionStiffness_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_suspensionStiffness_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfoConstructionInfo_m_wheelAxleCS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfoConstructionInfo_m_wheelAxleCS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfoConstructionInfo_m_wheelDirectionCS_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfoConstructionInfo_m_wheelDirectionCS_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btWheelInfoConstructionInfo_m_wheelRadius_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_wheelRadius_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfoConstructionInfo_m_wheelsDampingCompression_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_wheelsDampingCompression_get'_ :: (Ptr ()) -> (IO CFloat) btWheelInfoConstructionInfo_m_wheelsDampingRelaxation_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btWheelInfoConstructionInfo_m_wheelsDampingRelaxation_get'_ :: (Ptr ()) -> (IO CFloat) module Physics.Bullet.Raw.BulletDynamics module Physics.Bullet.Raw.BulletSoftBody -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#526 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint :: IO (BtSoftBody_AJoint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#543 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_free :: BtSoftBody_AJointClass bc => bc -> IO () btSoftBody_AJoint_Terminate :: BtSoftBody_AJointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#542 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_Solve :: BtSoftBody_AJointClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#541 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_Prepare :: BtSoftBody_AJointClass bc => bc -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#540 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#540 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_m_icontrol_set :: (BtSoftBody_AJointClass bc, BtSoftBody_AJoint_IControlClass a) => bc -> a -> IO () btSoftBody_AJoint_m_icontrol_get :: BtSoftBody_AJointClass bc => bc -> IO (BtSoftBody_AJoint_IControl) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#284 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor :: IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_free :: BtSoftBody_AnchorClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_node_set :: (BtSoftBody_AnchorClass bc, BtSoftBody_NodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#286 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_node_get :: BtSoftBody_AnchorClass bc => bc -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#286 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_local_set :: BtSoftBody_AnchorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#287 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_local_get :: BtSoftBody_AnchorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#287 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_body_set :: (BtSoftBody_AnchorClass bc, BtRigidBodyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_body_get :: BtSoftBody_AnchorClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#288 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_influence_set :: BtSoftBody_AnchorClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#289 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_influence_get :: BtSoftBody_AnchorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#289 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_c0_set :: BtSoftBody_AnchorClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#290 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_c0_get :: BtSoftBody_AnchorClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#290 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_c1_set :: BtSoftBody_AnchorClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_c1_get :: BtSoftBody_AnchorClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#291 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Anchor_m_c2_set :: BtSoftBody_AnchorClass bc => bc -> Float -> IO () btSoftBody_Anchor_m_c2_get :: BtSoftBody_AnchorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#380 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body0 :: IO (BtSoftBody_Body) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#381 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body1 :: BtSoftBody_ClusterClass p0 => p0 -> IO (BtSoftBody_Body) btSoftBody_Body2 :: BtCollisionObjectClass p0 => p0 -> IO (BtSoftBody_Body) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#394 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_free :: BtSoftBody_BodyClass bc => bc -> IO () btSoftBody_Body_invWorldInertia :: BtSoftBody_BodyClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#386 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_activate :: BtSoftBody_BodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#414 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_linearVelocity :: BtSoftBody_BodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#436 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyVImpulse :: BtSoftBody_BodyClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#436 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyVImpulse' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#441 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyDImpulse :: BtSoftBody_BodyClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#441 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyDImpulse' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#474 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyDCImpulse :: BtSoftBody_BodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#474 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyDCImpulse' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#469 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyAImpulse :: (BtSoftBody_BodyClass bc, BtSoftBody_ImpulseClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#420 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_angularVelocity :: BtSoftBody_BodyClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#420 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_angularVelocity' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#420 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_angularVelocity0 :: BtSoftBody_BodyClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#420 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_angularVelocity0' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#426 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_angularVelocity1 :: BtSoftBody_BodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#459 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyVAImpulse :: BtSoftBody_BodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#459 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyVAImpulse' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#446 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyImpulse :: (BtSoftBody_BodyClass bc, BtSoftBody_ImpulseClass p0) => bc -> p0 -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#446 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyImpulse' :: (BtSoftBody_BodyClass bc, BtSoftBody_ImpulseClass p0) => bc -> p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#464 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyDAImpulse :: BtSoftBody_BodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#464 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_applyDAImpulse' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#432 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_velocity :: BtSoftBody_BodyClass bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#432 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_velocity' :: BtSoftBody_BodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#401 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_invMass :: BtSoftBody_BodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#407 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_xform :: BtSoftBody_BodyClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_m_soft_set :: (BtSoftBody_BodyClass bc, BtSoftBody_ClusterClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_m_soft_get :: BtSoftBody_BodyClass bc => bc -> IO (BtSoftBody_Cluster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_m_rigid_set :: (BtSoftBody_BodyClass bc, BtRigidBodyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_m_rigid_get :: BtSoftBody_BodyClass bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Body_m_collisionObject_set :: (BtSoftBody_BodyClass bc, BtCollisionObjectClass a) => bc -> a -> IO () btSoftBody_Body_m_collisionObject_get :: BtSoftBody_BodyClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#548 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint :: IO (BtSoftBody_CJoint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#556 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_free :: BtSoftBody_CJointClass bc => bc -> IO () btSoftBody_CJoint_Terminate :: BtSoftBody_CJointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#555 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_Solve :: BtSoftBody_CJointClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#554 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_Prepare :: BtSoftBody_CJointClass bc => bc -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#549 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#549 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_m_life_set :: BtSoftBody_CJointClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#550 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_m_life_get :: BtSoftBody_CJointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#550 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_m_maxlife_set :: BtSoftBody_CJointClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#552 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_m_maxlife_get :: BtSoftBody_CJointClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#552 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_m_normal_set :: BtSoftBody_CJointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#553 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_m_normal_get :: BtSoftBody_CJointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#553 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_CJoint_m_friction_set :: BtSoftBody_CJointClass bc => bc -> Float -> IO () btSoftBody_CJoint_m_friction_get :: BtSoftBody_CJointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#343 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster :: IO (BtSoftBody_Cluster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#336 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_free :: BtSoftBody_ClusterClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#336 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_adamping_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_adamping_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#332 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_av_set :: BtSoftBody_ClusterClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#342 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_av_get :: BtSoftBody_ClusterClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#342 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_clusterIndex_set :: BtSoftBody_ClusterClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#341 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_clusterIndex_get :: BtSoftBody_ClusterClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#341 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_collide_set :: BtSoftBody_ClusterClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#326 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_collide_get :: BtSoftBody_ClusterClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#326 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_com_set :: BtSoftBody_ClusterClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#340 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_com_get :: BtSoftBody_ClusterClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#340 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_containsAnchor_set :: BtSoftBody_ClusterClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#320 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_containsAnchor_get :: BtSoftBody_ClusterClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#320 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_framerefs_set :: (BtSoftBody_ClusterClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#321 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_framerefs_get :: BtSoftBody_ClusterClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#321 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_framexform_set :: BtSoftBody_ClusterClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#322 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_framexform_get :: BtSoftBody_ClusterClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#322 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_idmass_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#323 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_idmass_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#323 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_imass_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_imass_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#325 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_invwi_set :: BtSoftBody_ClusterClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_invwi_get :: BtSoftBody_ClusterClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#335 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_ldamping_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#333 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_ldamping_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#333 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_leaf_set :: (BtSoftBody_ClusterClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#324 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_leaf_get :: BtSoftBody_ClusterClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#324 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_locii_set :: BtSoftBody_ClusterClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#331 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_locii_get :: BtSoftBody_ClusterClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#331 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_lv_set :: BtSoftBody_ClusterClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_lv_get :: BtSoftBody_ClusterClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#318 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_masses_set :: (BtSoftBody_ClusterClass bc, BtAlignedObjectArray_float_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_masses_get :: BtSoftBody_ClusterClass bc => bc -> IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#337 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_matching_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#338 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_matching_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#338 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_maxSelfCollisionImpulse_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#334 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_maxSelfCollisionImpulse_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#334 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_ndamping_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#330 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_ndamping_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#330 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_ndimpulses_set :: BtSoftBody_ClusterClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#319 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_ndimpulses_get :: BtSoftBody_ClusterClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#319 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_nodes_set :: (BtSoftBody_ClusterClass bc, BtAlignedObjectArray_btSoftBody_Node_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#329 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_nodes_get :: BtSoftBody_ClusterClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Node_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#329 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_nvimpulses_set :: BtSoftBody_ClusterClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#339 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_nvimpulses_get :: BtSoftBody_ClusterClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#339 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Cluster_m_selfCollisionImpulseFactor_set :: BtSoftBody_ClusterClass bc => bc -> Float -> IO () btSoftBody_Cluster_m_selfCollisionImpulseFactor_get :: BtSoftBody_ClusterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#561 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config :: IO (BtSoftBody_Config) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#563 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_free :: BtSoftBody_ConfigClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#563 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kVCF_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#564 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kVCF_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#564 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kDP_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#565 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kDP_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#565 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kDG_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#566 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kDG_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#566 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kLF_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#567 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kLF_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#567 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kPR_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#568 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kPR_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#568 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kVC_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#569 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kVC_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#569 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kDF_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#570 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kDF_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#570 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kMT_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#571 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kMT_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#571 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kCHR_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#572 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kCHR_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#572 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kKHR_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#573 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kKHR_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#573 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSHR_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#574 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSHR_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#574 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kAHR_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#575 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kAHR_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#575 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSRHR_CL_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#576 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSRHR_CL_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#576 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSKHR_CL_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#577 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSKHR_CL_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#577 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSSHR_CL_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#578 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSSHR_CL_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#578 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSR_SPLT_CL_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#579 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSR_SPLT_CL_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#579 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSK_SPLT_CL_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#580 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSK_SPLT_CL_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#580 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSS_SPLT_CL_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#581 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_kSS_SPLT_CL_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#581 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_maxvolume_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#582 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_maxvolume_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#582 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_timescale_set :: BtSoftBody_ConfigClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#583 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_timescale_get :: BtSoftBody_ConfigClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#583 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_viterations_set :: BtSoftBody_ConfigClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#584 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_viterations_get :: BtSoftBody_ConfigClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#584 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_piterations_set :: BtSoftBody_ConfigClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#585 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_piterations_get :: BtSoftBody_ConfigClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#585 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_diterations_set :: BtSoftBody_ConfigClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#586 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_diterations_get :: BtSoftBody_ConfigClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#586 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_citerations_set :: BtSoftBody_ConfigClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#587 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_citerations_get :: BtSoftBody_ConfigClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#587 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_collisions_set :: BtSoftBody_ConfigClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#588 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_collisions_get :: BtSoftBody_ConfigClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#588 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_m_vsequence_set :: (BtSoftBody_ConfigClass bc, BtAlignedObjectArray_btSoftBody_eVSolver___Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#589 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_m_vsequence_get :: BtSoftBody_ConfigClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_eVSolver___) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#589 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_m_psequence_set :: (BtSoftBody_ConfigClass bc, BtAlignedObjectArray_btSoftBody_ePSolver___Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#590 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_m_psequence_get :: BtSoftBody_ConfigClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_ePSolver___) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#590 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Config_m_dsequence_set :: (BtSoftBody_ConfigClass bc, BtAlignedObjectArray_btSoftBody_ePSolver___Class a) => bc -> a -> IO () btSoftBody_Config_m_dsequence_get :: BtSoftBody_ConfigClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_ePSolver___) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#202 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Element :: IO (BtSoftBody_Element) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#201 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Element_free :: BtSoftBody_ElementClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#201 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Element_m_tag_set :: BtSoftBody_ElementClass bc => bc -> VoidPtr -> IO () btSoftBody_Element_m_tag_get :: BtSoftBody_ElementClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#244 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Face :: IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Face_free :: BtSoftBody_FaceClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Face_m_normal_set :: BtSoftBody_FaceClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#247 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Face_m_normal_get :: BtSoftBody_FaceClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#247 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Face_m_ra_set :: BtSoftBody_FaceClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Face_m_ra_get :: BtSoftBody_FaceClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#248 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Face_m_leaf_set :: (BtSoftBody_FaceClass bc, BtDbvtNodeClass a) => bc -> a -> IO () btSoftBody_Face_m_leaf_get :: BtSoftBody_FaceClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#215 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Feature :: IO (BtSoftBody_Feature) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Feature_free :: BtSoftBody_FeatureClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#216 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Feature_m_material_set :: (BtSoftBody_FeatureClass bc, BtSoftBody_MaterialClass a) => bc -> a -> IO () btSoftBody_Feature_m_material_get :: BtSoftBody_FeatureClass bc => bc -> IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#528 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_IControl :: IO (BtSoftBody_AJoint_IControl) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#531 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_IControl_free :: BtSoftBody_AJoint_IControlClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#530 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_IControl_Default :: IO (BtSoftBody_AJoint_IControl) btSoftBody_AJoint_IControl_Speed :: (BtSoftBody_AJoint_IControlClass bc, BtSoftBody_AJointClass p0) => bc -> p0 -> Float -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#529 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_IControl_Prepare :: (BtSoftBody_AJoint_IControlClass bc, BtSoftBody_AJointClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#172 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_ImplicitFn_Eval :: BtSoftBody_ImplicitFnClass bc => bc -> Vec3 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#172 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_ImplicitFn_Eval' :: BtSoftBody_ImplicitFnClass bc => bc -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#356 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse :: IO (BtSoftBody_Impulse) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#355 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_free :: BtSoftBody_ImpulseClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#355 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_m_asDrift_set :: BtSoftBody_ImpulseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#354 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_m_asDrift_get :: BtSoftBody_ImpulseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#354 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_m_asVelocity_set :: BtSoftBody_ImpulseClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#353 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_m_asVelocity_get :: BtSoftBody_ImpulseClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#353 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_m_drift_set :: BtSoftBody_ImpulseClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_m_drift_get :: BtSoftBody_ImpulseClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#352 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Impulse_m_velocity_set :: BtSoftBody_ImpulseClass bc => bc -> Vec3 -> IO () btSoftBody_Impulse_m_velocity_get :: BtSoftBody_ImpulseClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#508 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Terminate :: BtSoftBody_JointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#507 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Solve :: BtSoftBody_JointClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#506 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Prepare :: BtSoftBody_JointClass bc => bc -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#497 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#497 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_cfm_set :: BtSoftBody_JointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#498 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_cfm_get :: BtSoftBody_JointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#498 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_erp_set :: BtSoftBody_JointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#499 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_erp_get :: BtSoftBody_JointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#499 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_split_set :: BtSoftBody_JointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#500 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_split_get :: BtSoftBody_JointClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#500 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_drift_set :: BtSoftBody_JointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#501 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_drift_get :: BtSoftBody_JointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#501 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_sdrift_set :: BtSoftBody_JointClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#502 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_sdrift_get :: BtSoftBody_JointClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#502 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_massmatrix_set :: BtSoftBody_JointClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#503 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_massmatrix_get :: BtSoftBody_JointClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#503 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_m_delete_set :: BtSoftBody_JointClass bc => bc -> Bool -> IO () btSoftBody_Joint_m_delete_get :: BtSoftBody_JointClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#513 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_LJoint :: IO (BtSoftBody_LJoint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#521 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_LJoint_free :: BtSoftBody_LJointClass bc => bc -> IO () btSoftBody_LJoint_Terminate :: BtSoftBody_LJointClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#520 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_LJoint_Solve :: BtSoftBody_LJointClass bc => bc -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#519 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_LJoint_Prepare :: BtSoftBody_LJointClass bc => bc -> Float -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#233 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link :: IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#235 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_free :: BtSoftBody_LinkClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#235 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_rl_set :: BtSoftBody_LinkClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#236 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_rl_get :: BtSoftBody_LinkClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#236 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_bbending_set :: BtSoftBody_LinkClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_bbending_get :: BtSoftBody_LinkClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#237 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_c0_set :: BtSoftBody_LinkClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_c0_get :: BtSoftBody_LinkClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#238 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_c1_set :: BtSoftBody_LinkClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#239 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_c1_get :: BtSoftBody_LinkClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#239 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_c2_set :: BtSoftBody_LinkClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#240 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_c2_get :: BtSoftBody_LinkClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#240 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Link_m_c3_set :: BtSoftBody_LinkClass bc => bc -> Vec3 -> IO () btSoftBody_Link_m_c3_get :: BtSoftBody_LinkClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#206 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material :: IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_free :: BtSoftBody_MaterialClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#210 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_m_flags_set :: BtSoftBody_MaterialClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_m_flags_get :: BtSoftBody_MaterialClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#208 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_m_kAST_set :: BtSoftBody_MaterialClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#207 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_m_kAST_get :: BtSoftBody_MaterialClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#207 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_m_kLST_set :: BtSoftBody_MaterialClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_m_kLST_get :: BtSoftBody_MaterialClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#209 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Material_m_kVST_set :: BtSoftBody_MaterialClass bc => bc -> Float -> IO () btSoftBody_Material_m_kVST_get :: BtSoftBody_MaterialClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#220 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node :: IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_free :: BtSoftBody_NodeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_area_set :: BtSoftBody_NodeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_area_get :: BtSoftBody_NodeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#229 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_battach_set :: BtSoftBody_NodeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_battach_get :: BtSoftBody_NodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_f_set :: BtSoftBody_NodeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_f_get :: BtSoftBody_NodeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#226 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_im_set :: BtSoftBody_NodeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_im_get :: BtSoftBody_NodeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_leaf_set :: (BtSoftBody_NodeClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_leaf_get :: BtSoftBody_NodeClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_n_set :: BtSoftBody_NodeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#222 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_n_get :: BtSoftBody_NodeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#222 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_q_set :: BtSoftBody_NodeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#223 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_q_get :: BtSoftBody_NodeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#223 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_v_set :: BtSoftBody_NodeClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_v_get :: BtSoftBody_NodeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Node_m_x_set :: BtSoftBody_NodeClass bc => bc -> Vec3 -> IO () btSoftBody_Node_m_x_get :: BtSoftBody_NodeClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#295 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Note :: IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#296 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Note_free :: BtSoftBody_NoteClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#296 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Note_m_text_set :: BtSoftBody_NoteClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Note_m_text_get :: BtSoftBody_NoteClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Note_m_offset_set :: BtSoftBody_NoteClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#298 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Note_m_offset_get :: BtSoftBody_NoteClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#298 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Note_m_rank_set :: BtSoftBody_NoteClass bc => bc -> Int -> IO () btSoftBody_Note_m_rank_get :: BtSoftBody_NoteClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#304 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose :: IO (BtSoftBody_Pose) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_free :: BtSoftBody_PoseClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#305 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_bvolume_set :: BtSoftBody_PoseClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_bvolume_get :: BtSoftBody_PoseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#306 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_bframe_set :: BtSoftBody_PoseClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_bframe_get :: BtSoftBody_PoseClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#307 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_volume_set :: BtSoftBody_PoseClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_volume_get :: BtSoftBody_PoseClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#308 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_pos_set :: (BtSoftBody_PoseClass bc, BtAlignedObjectArray_btVector3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_pos_get :: BtSoftBody_PoseClass bc => bc -> IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#309 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_wgh_set :: (BtSoftBody_PoseClass bc, BtAlignedObjectArray_float_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_wgh_get :: BtSoftBody_PoseClass bc => bc -> IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#310 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_com_set :: BtSoftBody_PoseClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#311 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_com_get :: BtSoftBody_PoseClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#311 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_rot_set :: BtSoftBody_PoseClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_rot_get :: BtSoftBody_PoseClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#312 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_scl_set :: BtSoftBody_PoseClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#313 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_scl_get :: BtSoftBody_PoseClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#313 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Pose_m_aqq_set :: BtSoftBody_PoseClass bc => bc -> Mat3 -> IO () btSoftBody_Pose_m_aqq_get :: BtSoftBody_PoseClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#262 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact :: IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#263 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_free :: BtSoftBody_RContactClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#263 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_cti_set :: (BtSoftBody_RContactClass bc, BtSoftBody_sCtiClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_cti_get :: BtSoftBody_RContactClass bc => bc -> IO (BtSoftBody_sCti) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_node_set :: (BtSoftBody_RContactClass bc, BtSoftBody_NodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_node_get :: BtSoftBody_RContactClass bc => bc -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c0_set :: BtSoftBody_RContactClass bc => bc -> Mat3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#266 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c0_get :: BtSoftBody_RContactClass bc => bc -> IO (Mat3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#266 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c1_set :: BtSoftBody_RContactClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#267 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c1_get :: BtSoftBody_RContactClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#267 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c2_set :: BtSoftBody_RContactClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c2_get :: BtSoftBody_RContactClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#268 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c3_set :: BtSoftBody_RContactClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#269 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c3_get :: BtSoftBody_RContactClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#269 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RContact_m_c4_set :: BtSoftBody_RContactClass bc => bc -> Float -> IO () btSoftBody_RContact_m_c4_get :: BtSoftBody_RContactClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#610 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster :: Vec3 -> Vec3 -> Float -> IO (BtSoftBody_RayFromToCaster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#611 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_free :: BtSoftBody_RayFromToCasterClass bc => bc -> IO () btSoftBody_RayFromToCaster_Process :: (BtSoftBody_RayFromToCasterClass bc, BtDbvtNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#604 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#604 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_rayFrom_set :: BtSoftBody_RayFromToCasterClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#605 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_rayFrom_get :: BtSoftBody_RayFromToCasterClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#605 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_rayTo_set :: BtSoftBody_RayFromToCasterClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#606 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_rayTo_get :: BtSoftBody_RayFromToCasterClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#606 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_rayNormalizedDirection_set :: BtSoftBody_RayFromToCasterClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#607 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_rayNormalizedDirection_get :: BtSoftBody_RayFromToCasterClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#607 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_mint_set :: BtSoftBody_RayFromToCasterClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#608 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_mint_get :: BtSoftBody_RayFromToCasterClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#608 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_face_set :: (BtSoftBody_RayFromToCasterClass bc, BtSoftBody_FaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#609 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_face_get :: BtSoftBody_RayFromToCasterClass bc => bc -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#609 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_RayFromToCaster_m_tests_set :: BtSoftBody_RayFromToCasterClass bc => bc -> Int -> IO () btSoftBody_RayFromToCaster_m_tests_get :: BtSoftBody_RayFromToCasterClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#273 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact :: IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#274 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_free :: BtSoftBody_SContactClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#274 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_node_set :: (BtSoftBody_SContactClass bc, BtSoftBody_NodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#275 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_node_get :: BtSoftBody_SContactClass bc => bc -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#275 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_face_set :: (BtSoftBody_SContactClass bc, BtSoftBody_FaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#276 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_face_get :: BtSoftBody_SContactClass bc => bc -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#276 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_weights_set :: BtSoftBody_SContactClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_weights_get :: BtSoftBody_SContactClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_normal_set :: BtSoftBody_SContactClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_normal_get :: BtSoftBody_SContactClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#278 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_margin_set :: BtSoftBody_SContactClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#279 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_margin_get :: BtSoftBody_SContactClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#279 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SContact_m_friction_set :: BtSoftBody_SContactClass bc => bc -> Float -> IO () btSoftBody_SContact_m_friction_get :: BtSoftBody_SContactClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#594 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState :: IO (BtSoftBody_SolverState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#595 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_free :: BtSoftBody_SolverStateClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#595 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_sdt_set :: BtSoftBody_SolverStateClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#596 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_sdt_get :: BtSoftBody_SolverStateClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#596 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_isdt_set :: BtSoftBody_SolverStateClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#597 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_isdt_get :: BtSoftBody_SolverStateClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#597 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_velmrg_set :: BtSoftBody_SolverStateClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#598 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_velmrg_get :: BtSoftBody_SolverStateClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#598 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_radmrg_set :: BtSoftBody_SolverStateClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#599 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_radmrg_get :: BtSoftBody_SolverStateClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#599 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_SolverState_updmrg_set :: BtSoftBody_SolverStateClass bc => bc -> Float -> IO () btSoftBody_SolverState_updmrg_get :: BtSoftBody_SolverStateClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#490 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Specs :: IO (BtSoftBody_Joint_Specs) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#491 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Specs_free :: BtSoftBody_Joint_SpecsClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#491 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Specs_erp_set :: BtSoftBody_Joint_SpecsClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#492 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Specs_erp_get :: BtSoftBody_Joint_SpecsClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#492 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Specs_cfm_set :: BtSoftBody_Joint_SpecsClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Specs_cfm_get :: BtSoftBody_Joint_SpecsClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#493 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_Specs_split_set :: BtSoftBody_Joint_SpecsClass bc => bc -> Float -> IO () btSoftBody_Joint_Specs_split_get :: BtSoftBody_Joint_SpecsClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#515 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_LJoint_Specs :: IO (BtSoftBody_LJoint_Specs) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#516 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_LJoint_Specs_free :: BtSoftBody_LJoint_SpecsClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#516 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_LJoint_Specs_position_set :: BtSoftBody_LJoint_SpecsClass bc => bc -> Vec3 -> IO () btSoftBody_LJoint_Specs_position_get :: BtSoftBody_LJoint_SpecsClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#535 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_Specs :: IO (BtSoftBody_AJoint_Specs) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#536 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_Specs_free :: BtSoftBody_AJoint_SpecsClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#536 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_Specs_axis_set :: BtSoftBody_AJoint_SpecsClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#537 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_Specs_axis_get :: BtSoftBody_AJoint_SpecsClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#537 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_AJoint_Specs_icontrol_set :: (BtSoftBody_AJoint_SpecsClass bc, BtSoftBody_AJoint_IControlClass a) => bc -> a -> IO () btSoftBody_AJoint_Specs_icontrol_get :: BtSoftBody_AJoint_SpecsClass bc => bc -> IO (BtSoftBody_AJoint_IControl) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#252 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra :: IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_free :: BtSoftBody_TetraClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#254 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_m_rv_set :: BtSoftBody_TetraClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_m_rv_get :: BtSoftBody_TetraClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#255 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_m_leaf_set :: (BtSoftBody_TetraClass bc, BtDbvtNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_m_leaf_get :: BtSoftBody_TetraClass bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_m_c1_set :: BtSoftBody_TetraClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_m_c1_get :: BtSoftBody_TetraClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Tetra_m_c2_set :: BtSoftBody_TetraClass bc => bc -> Float -> IO () btSoftBody_Tetra_m_c2_get :: BtSoftBody_TetraClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#682 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody1 :: BtSoftBodyWorldInfoClass p0 => p0 -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#811 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_free :: BtSoftBodyClass bc => bc -> IO () btSoftBody_getVolume :: BtSoftBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#842 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_cutLink :: BtSoftBodyClass bc => bc -> Int -> Int -> Float -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#842 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_cutLink0 :: BtSoftBodyClass bc => bc -> Int -> Int -> Float -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#843 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_cutLink1 :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p0, BtSoftBody_NodeClass p1) => bc -> p0 -> p1 -> Float -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#962 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_PSolve_Links :: BtSoftBodyClass p0 => p0 -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#838 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_generateClusters :: BtSoftBodyClass bc => bc -> Int -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#698 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setCollisionShape :: (BtSoftBodyClass bc, BtCollisionShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#951 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_initializeClusters :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#823 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterVAImpulse :: BtSoftBody_ClusterClass p0 => p0 -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#823 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterVAImpulse' :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#770 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addForce :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#770 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addForce' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#770 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addForce0 :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#770 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addForce0' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#773 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addForce1 :: BtSoftBodyClass bc => bc -> Vec3 -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#773 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addForce1' :: BtSoftBodyClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#971 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_serialize :: (BtSoftBodyClass bc, BtSerializerClass p1) => bc -> VoidPtr -> p1 -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#948 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_updateBounds :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#804 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_rotate :: BtSoftBodyClass bc => bc -> UnitQuaternion -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#804 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_rotate' :: BtSoftBodyClass bc => bc -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#833 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_releaseCluster :: BtSoftBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#947 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_updateNormals :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#954 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_prepareClusters :: BtSoftBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#834 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_releaseClusters :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#789 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_getTotalMass :: BtSoftBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#946 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_checkContact :: (BtSoftBodyClass bc, BtCollisionObjectClass p0, BtSoftBody_sCtiClass p3) => bc -> p0 -> Vec3 -> Float -> p3 -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#946 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_checkContact' :: (BtSoftBodyClass bc, BtCollisionObjectClass p0, BtSoftBody_sCtiClass p3) => bc -> p0 -> Float -> p3 -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#821 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterDImpulse :: BtSoftBody_ClusterClass p0 => p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#821 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterDImpulse' :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#684 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_initDefaults :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#704 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_checkLink :: BtSoftBodyClass bc => bc -> Int -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#704 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_checkLink0 :: BtSoftBodyClass bc => bc -> Int -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#706 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_checkLink1 :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p0, BtSoftBody_NodeClass p1) => bc -> p0 -> p1 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#796 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setVolumeMass :: BtSoftBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#822 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterImpulse :: (BtSoftBody_ClusterClass p0, BtSoftBody_ImpulseClass p2) => p0 -> Vec3 -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#822 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterImpulse' :: (BtSoftBody_ClusterClass p0, BtSoftBody_ImpulseClass p2) => p0 -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#710 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_checkFace :: BtSoftBodyClass bc => bc -> Int -> Int -> Int -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#945 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_evaluateCom :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#824 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterDAImpulse :: BtSoftBody_ClusterClass p0 => p0 -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#824 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterDAImpulse' :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#963 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_VSolve_Links :: BtSoftBodyClass p0 => p0 -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#792 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setTotalMass :: BtSoftBodyClass bc => bc -> Float -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#826 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterDCImpulse :: BtSoftBody_ClusterClass p0 => p0 -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#826 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterDCImpulse' :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#818 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterVelocity :: BtSoftBody_ClusterClass p0 => p0 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#818 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterVelocity' :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#829 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_generateBendingConstraints :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#952 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_updateClusters :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#759 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendAnchor :: (BtSoftBodyClass bc, BtRigidBodyClass p1) => bc -> Int -> p1 -> Bool -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#759 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendAnchor0 :: (BtSoftBodyClass bc, BtRigidBodyClass p1) => bc -> Int -> p1 -> Bool -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#760 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendAnchor1 :: (BtSoftBodyClass bc, BtRigidBodyClass p1) => bc -> Int -> p1 -> Vec3 -> Bool -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#760 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendAnchor1' :: (BtSoftBodyClass bc, BtRigidBodyClass p1) => bc -> Int -> p1 -> Bool -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#956 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_applyClusters :: BtSoftBodyClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#778 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setVelocity :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#778 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setVelocity' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#813 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterCount :: BtSoftBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#914 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_upcast :: BtCollisionObjectClass p0 => p0 -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#914 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_upcast0 :: BtCollisionObjectClass p0 => p0 -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#920 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_upcast1 :: BtCollisionObjectClass p0 => p0 -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#882 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_getWindVelocity :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#852 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_predictMotion :: BtSoftBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#939 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_pointersToIndices :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#787 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_getMass :: BtSoftBodyClass bc => bc -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#960 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_PSolve_RContacts :: BtSoftBodyClass p0 => p0 -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#944 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_initializeFaceTree :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#775 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addVelocity :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#775 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addVelocity' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#775 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addVelocity0 :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#775 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addVelocity0' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#782 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addVelocity1 :: BtSoftBodyClass bc => bc -> Vec3 -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#782 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_addVelocity1' :: BtSoftBodyClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#959 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_PSolve_Anchors :: BtSoftBodyClass p0 => p0 -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#953 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_cleanupClusters :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#800 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_transform :: BtSoftBodyClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#800 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_transform' :: BtSoftBodyClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#764 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendLinearJoint2 :: (BtSoftBodyClass bc, BtSoftBody_LJoint_SpecsClass p0, BtSoftBodyClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#831 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_randomizeConstraints :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#949 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_updatePose :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#802 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_translate :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#802 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_translate' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#931 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_getAabb :: BtSoftBodyClass bc => bc -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#931 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_getAabb' :: BtSoftBodyClass bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#961 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_PSolve_SContacts :: BtSoftBodyClass p0 => p0 -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#712 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendMaterial :: BtSoftBodyClass bc => bc -> IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#731 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNode :: BtSoftBodyClass bc => bc -> Vec3 -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#731 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNode' :: BtSoftBodyClass bc => bc -> Float -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#785 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setMass :: BtSoftBodyClass bc => bc -> Int -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#862 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_integrateMotion :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#864 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_defaultCollisionHandler :: (BtSoftBodyClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#864 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_defaultCollisionHandler0 :: (BtSoftBodyClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#865 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_defaultCollisionHandler1 :: (BtSoftBodyClass bc, BtSoftBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#854 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_solveConstraints :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#794 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setTotalDensity :: BtSoftBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#720 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p3, BtSoftBody_NodeClass p4, BtSoftBody_NodeClass p5, BtSoftBody_NodeClass p6) => bc -> String -> Vec3 -> Vec4 -> p3 -> p4 -> p5 -> p6 -> IO (Vec3, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#720 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote' :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p3, BtSoftBody_NodeClass p4, BtSoftBody_NodeClass p5, BtSoftBody_NodeClass p6) => bc -> String -> p3 -> p4 -> p5 -> p6 -> IO (Vec3, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#720 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote0 :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p3, BtSoftBody_NodeClass p4, BtSoftBody_NodeClass p5, BtSoftBody_NodeClass p6) => bc -> String -> Vec3 -> Vec4 -> p3 -> p4 -> p5 -> p6 -> IO (Vec3, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#720 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote0' :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p3, BtSoftBody_NodeClass p4, BtSoftBody_NodeClass p5, BtSoftBody_NodeClass p6) => bc -> String -> p3 -> p4 -> p5 -> p6 -> IO (Vec3, Vec4) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#723 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote1 :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p2) => bc -> String -> Vec3 -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#723 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote1' :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p2) => bc -> String -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#726 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote2 :: (BtSoftBodyClass bc, BtSoftBody_LinkClass p2) => bc -> String -> Vec3 -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#726 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote2' :: (BtSoftBodyClass bc, BtSoftBody_LinkClass p2) => bc -> String -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#729 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote3 :: (BtSoftBodyClass bc, BtSoftBody_FaceClass p2) => bc -> String -> Vec3 -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#729 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendNote3' :: (BtSoftBodyClass bc, BtSoftBody_FaceClass p2) => bc -> String -> p2 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#798 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setVolumeDensity :: BtSoftBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#950 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_updateConstants :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#856 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_staticSolve :: BtSoftBodyClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#840 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_refine :: (BtSoftBodyClass bc, BtSoftBody_ImplicitFnClass p0) => bc -> p0 -> Float -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#733 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendLink :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#733 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendLink0 :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#737 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendLink1 :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p2) => bc -> Int -> Int -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#741 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendLink2 :: (BtSoftBodyClass bc, BtSoftBody_NodeClass p0, BtSoftBody_NodeClass p1, BtSoftBody_MaterialClass p2) => bc -> p0 -> p1 -> p2 -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#968 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_calculateSerializeBufferSize :: BtSoftBodyClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#860 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_solveClusters :: BtAlignedObjectArray_btSoftBody_ptr_Class p0 => p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#860 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_solveClusters0 :: BtAlignedObjectArray_btSoftBody_ptr_Class p0 => p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#955 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_solveClusters1 :: BtSoftBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#848 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_rayTest :: (BtSoftBodyClass bc, BtSoftBody_sRayCastClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#848 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_rayTest' :: (BtSoftBodyClass bc, BtSoftBody_sRayCastClass p2) => bc -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#848 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_rayTest0 :: (BtSoftBodyClass bc, BtSoftBody_sRayCastClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#848 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_rayTest0' :: (BtSoftBodyClass bc, BtSoftBody_sRayCastClass p2) => bc -> p2 -> IO (Bool, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#809 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setPose :: BtSoftBodyClass bc => bc -> Bool -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#743 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendFace :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#743 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendFace0 :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#747 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendFace1 :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p3) => bc -> Int -> Int -> Int -> p3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#957 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_dampClusters :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#692 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_getWorldInfo :: BtSoftBodyClass bc => bc -> IO (BtSoftBodyWorldInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#768 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendAngularJoint2 :: (BtSoftBodyClass bc, BtSoftBody_AJoint_SpecsClass p0, BtSoftBodyClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#820 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterVImpulse :: BtSoftBody_ClusterClass p0 => p0 -> Vec3 -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#820 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterVImpulse' :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#806 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_scale :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#806 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_scale' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#825 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterAImpulse :: (BtSoftBody_ClusterClass p0, BtSoftBody_ImpulseClass p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#815 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterCom :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#815 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterCom0 :: BtSoftBody_ClusterClass p0 => p0 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#816 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_clusterCom1 :: BtSoftBodyClass bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#876 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setWindVelocity :: BtSoftBodyClass bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#876 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_setWindVelocity' :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#958 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_applyForces :: BtSoftBodyClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#748 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendTetra :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#748 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendTetra0 :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#754 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_appendTetra1 :: (BtSoftBodyClass bc, BtSoftBody_MaterialClass p4) => bc -> Int -> Int -> Int -> Int -> p4 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#656 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#656 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_anchors_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Anchor_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#663 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_anchors_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Anchor_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#663 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_bUpdateRtCst_set :: BtSoftBodyClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#666 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_bUpdateRtCst_get :: BtSoftBodyClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#666 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_cdbvt_set :: (BtSoftBodyClass bc, BtDbvtClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#646 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_cdbvt_get :: BtSoftBodyClass bc => bc -> IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#646 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_cfg_set :: (BtSoftBodyClass bc, BtSoftBody_ConfigClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#669 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_cfg_get :: BtSoftBodyClass bc => bc -> IO (BtSoftBody_Config) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#669 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_clusterConnectivity_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_bool_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#667 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_clusterConnectivity_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_bool_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#667 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_clusters_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_clusters_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Cluster_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_collisionDisabledObjects_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btCollisionObject_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#654 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_collisionDisabledObjects_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#654 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_faces_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Face_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#665 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_faces_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Face_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#665 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_fdbvt_set :: (BtSoftBodyClass bc, BtDbvtClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#671 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_fdbvt_get :: BtSoftBodyClass bc => bc -> IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#671 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_initialWorldTransform_set :: BtSoftBodyClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#659 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_initialWorldTransform_get :: BtSoftBodyClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#659 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_joints_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Joint_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#653 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_joints_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Joint_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#653 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_links_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Link_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#660 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_links_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Link_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#660 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_materials_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Material_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#664 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_materials_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Material_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#664 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_ndbvt_set :: (BtSoftBodyClass bc, BtDbvtClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#652 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_ndbvt_get :: BtSoftBodyClass bc => bc -> IO (BtDbvt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#652 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_nodes_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Node_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#651 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_nodes_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Node_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#651 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_notes_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Note_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#648 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_notes_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Note_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#648 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_pose_set :: (BtSoftBodyClass bc, BtSoftBody_PoseClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#657 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_pose_get :: BtSoftBodyClass bc => bc -> IO (BtSoftBody_Pose) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#657 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_rcontacts_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_RContact_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#658 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_rcontacts_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_RContact_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#658 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_scontacts_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_SContact_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#647 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_scontacts_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_SContact_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#647 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_sst_set :: (BtSoftBodyClass bc, BtSoftBody_SolverStateClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#649 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_sst_get :: BtSoftBodyClass bc => bc -> IO (BtSoftBody_SolverState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#649 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_tag_set :: BtSoftBodyClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#655 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_tag_get :: BtSoftBodyClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#655 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_tetras_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_btSoftBody_Tetra_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#661 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_tetras_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_Tetra_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#661 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_timeacc_set :: BtSoftBodyClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#690 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_timeacc_get :: BtSoftBodyClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#690 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_userIndexMapping_set :: (BtSoftBodyClass bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#673 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_userIndexMapping_get :: BtSoftBodyClass bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#673 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_windVelocity_set :: BtSoftBodyClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#650 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_windVelocity_get :: BtSoftBodyClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#650 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_m_worldInfo_set :: (BtSoftBodyClass bc, BtSoftBodyWorldInfoClass a) => bc -> a -> IO () btSoftBody_m_worldInfo_get :: BtSoftBodyClass bc => bc -> IO (BtSoftBodyWorldInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers :: IO (BtSoftBodyHelpers) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_free :: BtSoftBodyHelpersClass bc => bc -> IO () btSoftBodyHelpers_DrawInfos :: (BtSoftBodyClass p0, BtIDebugDrawClass p1) => p0 -> p1 -> Bool -> Bool -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_Draw :: (BtSoftBodyClass p0, BtIDebugDrawClass p1) => p0 -> p1 -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CreateEllipsoid :: BtSoftBodyWorldInfoClass p0 => p0 -> Vec3 -> Vec3 -> Int -> IO (BtSoftBody, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CreateEllipsoid' :: BtSoftBodyWorldInfoClass p0 => p0 -> Int -> IO (BtSoftBody, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CreateFromTetGenData :: BtSoftBodyWorldInfoClass p0 => p0 -> String -> String -> String -> Bool -> Bool -> Bool -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_DrawFrame :: (BtSoftBodyClass p0, BtIDebugDrawClass p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CreateRope :: BtSoftBodyWorldInfoClass p0 => p0 -> Vec3 -> Vec3 -> Int -> Int -> IO (BtSoftBody, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CreateRope' :: BtSoftBodyWorldInfoClass p0 => p0 -> Int -> Int -> IO (BtSoftBody, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#102 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CalculateUV :: Int -> Int -> Int -> Int -> Int -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_DrawFaceTree :: (BtSoftBodyClass p0, BtIDebugDrawClass p1) => p0 -> p1 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_DrawClusterTree :: (BtSoftBodyClass p0, BtIDebugDrawClass p1) => p0 -> p1 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_DrawNodeTree :: (BtSoftBodyClass p0, BtIDebugDrawClass p1) => p0 -> p1 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CreatePatch :: BtSoftBodyWorldInfoClass p0 => p0 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Int -> Int -> Int -> Bool -> IO (BtSoftBody, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 btSoftBodyHelpers_CreatePatch' :: BtSoftBodyWorldInfoClass p0 => p0 -> Int -> Int -> Int -> Bool -> IO (BtSoftBody, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration :: BtDefaultCollisionConstructionInfoClass p0 => p0 -> IO (BtSoftBodyRigidBodyCollisionConfiguration) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_free :: BtSoftBodyRigidBodyCollisionConfigurationClass bc => bc -> IO () btSoftBodyRigidBodyCollisionConfiguration_getCollisionAlgorithmCreateFunc :: BtSoftBodyRigidBodyCollisionConfigurationClass bc => bc -> Int -> Int -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_softSoftCreateFunc_set :: (BtSoftBodyRigidBodyCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_softSoftCreateFunc_get :: BtSoftBodyRigidBodyCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConvexCreateFunc_set :: (BtSoftBodyRigidBodyCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConvexCreateFunc_get :: BtSoftBodyRigidBodyCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConvexCreateFunc_set :: (BtSoftBodyRigidBodyCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConvexCreateFunc_get :: BtSoftBodyRigidBodyCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConcaveCreateFunc_set :: (BtSoftBodyRigidBodyCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConcaveCreateFunc_get :: BtSoftBodyRigidBodyCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp?r=2223 btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConcaveCreateFunc_set :: (BtSoftBodyRigidBodyCollisionConfigurationClass bc, BtCollisionAlgorithmCreateFuncClass a) => bc -> a -> IO () btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConcaveCreateFunc_get :: BtSoftBodyRigidBodyCollisionConfigurationClass bc => bc -> IO (BtCollisionAlgorithmCreateFunc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo :: IO (BtSoftBodyWorldInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_free :: BtSoftBodyWorldInfoClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_air_density_set :: BtSoftBodyWorldInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_air_density_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#49 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_broadphase_set :: (BtSoftBodyWorldInfoClass bc, BtBroadphaseInterfaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_broadphase_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_dispatcher_set :: (BtSoftBodyWorldInfoClass bc, BtDispatcherClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_dispatcher_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (BtDispatcher) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_gravity_set :: BtSoftBodyWorldInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_gravity_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_sparsesdf_set :: (BtSoftBodyWorldInfoClass bc, BtSparseSdf_3_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_m_sparsesdf_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (BtSparseSdf_3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_water_density_set :: BtSoftBodyWorldInfoClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_water_density_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_water_normal_set :: BtSoftBodyWorldInfoClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_water_normal_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBodyWorldInfo_water_offset_set :: BtSoftBodyWorldInfoClass bc => bc -> Float -> IO () btSoftBodyWorldInfo_water_offset_get :: BtSoftBodyWorldInfoClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_free :: BtSoftRigidDynamicsWorldClass bc => bc -> IO () btSoftRigidDynamicsWorld_predictUnconstraintMotion :: BtSoftRigidDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_getWorldInfo :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtSoftBodyWorldInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_getWorldInfo0 :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtSoftBodyWorldInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_getWorldInfo1 :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtSoftBodyWorldInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_setDrawFlags :: BtSoftRigidDynamicsWorldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_getSoftBodyArray :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_getSoftBodyArray0 :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_getSoftBodyArray1 :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#103 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_serialize :: (BtSoftRigidDynamicsWorldClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_rayTest :: (BtSoftRigidDynamicsWorldClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> Vec3 -> Vec3 -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_rayTest' :: (BtSoftRigidDynamicsWorldClass bc, BtCollisionWorld_RayResultCallbackClass p2) => bc -> p2 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_solveSoftBodiesConstraints :: BtSoftRigidDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_removeCollisionObject :: (BtSoftRigidDynamicsWorldClass bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_addSoftBody :: (BtSoftRigidDynamicsWorldClass bc, BtSoftBodyClass p0) => bc -> p0 -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_rayTestSingle :: (BtCollisionObjectClass p2, BtCollisionShapeClass p3, BtCollisionWorld_RayResultCallbackClass p5) => Transform -> Transform -> p2 -> p3 -> Transform -> p5 -> IO (Transform, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_rayTestSingle' :: (BtCollisionObjectClass p2, BtCollisionShapeClass p3, BtCollisionWorld_RayResultCallbackClass p5) => p2 -> p3 -> p5 -> IO (Transform, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_internalSingleStepSimulation :: BtSoftRigidDynamicsWorldClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_serializeSoftBodies :: (BtSoftRigidDynamicsWorldClass bc, BtSerializerClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_removeSoftBody :: (BtSoftRigidDynamicsWorldClass bc, BtSoftBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#64 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_getDrawFlags :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_debugDrawWorld :: BtSoftRigidDynamicsWorldClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_softBodies_set :: (BtSoftRigidDynamicsWorldClass bc, BtAlignedObjectArray_btSoftBody_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_softBodies_get :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtAlignedObjectArray_btSoftBody_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawFlags_set :: BtSoftRigidDynamicsWorldClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawFlags_get :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawNodeTree_set :: BtSoftRigidDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawNodeTree_get :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawFaceTree_set :: BtSoftRigidDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawFaceTree_get :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawClusterTree_set :: BtSoftRigidDynamicsWorldClass bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_drawClusterTree_get :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_sbi_set :: (BtSoftRigidDynamicsWorldClass bc, BtSoftBodyWorldInfoClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_sbi_get :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (BtSoftBodyWorldInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.h?r=2223#37 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp?r=2223 btSoftRigidDynamicsWorld_m_ownsSolver_set :: BtSoftRigidDynamicsWorldClass bc => bc -> Bool -> IO () btSoftRigidDynamicsWorld_m_ownsSolver_get :: BtSoftRigidDynamicsWorldClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#45 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3_ :: IO (BtSparseSdf_3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__free :: BtSparseSdf_3_Class bc => bc -> IO () btSparseSdf_3__Reset :: BtSparseSdf_3_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#285 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__Hash :: BtCollisionShapeClass p3 => Int -> Int -> Int -> p3 -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__RemoveReferences :: (BtSparseSdf_3_Class bc, BtCollisionShapeClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#277 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__Lerp :: Float -> Float -> Float -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__Evaluate :: (BtSparseSdf_3_Class bc, BtCollisionShapeClass p1) => bc -> Vec3 -> p1 -> Vec3 -> Float -> IO (Float, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__Evaluate' :: (BtSparseSdf_3_Class bc, BtCollisionShapeClass p1) => bc -> p1 -> Float -> IO (Float, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__GarbageCollect :: BtSparseSdf_3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#251 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__DistanceToShape :: BtCollisionShapeClass p1 => Vec3 -> p1 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#251 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__DistanceToShape' :: BtCollisionShapeClass p1 => p1 -> IO (Float, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__Initialize :: BtSparseSdf_3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__cells_set :: (BtSparseSdf_3_Class bc, BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__cells_get :: BtSparseSdf_3_Class bc => bc -> IO (BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__ncells_set :: BtSparseSdf_3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__ncells_get :: BtSparseSdf_3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__nprobes_set :: BtSparseSdf_3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__nprobes_get :: BtSparseSdf_3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__nqueries_set :: BtSparseSdf_3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__nqueries_get :: BtSparseSdf_3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#70 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__puid_set :: BtSparseSdf_3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__puid_get :: BtSparseSdf_3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSparseSDF.cpp?r=2223 btSparseSdf_3__voxelsz_set :: BtSparseSdf_3_Class bc => bc -> Float -> IO () btSparseSdf_3__voxelsz_get :: BtSparseSdf_3_Class bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_eAeroModel :: IO (BtSoftBody_eAeroModel) btSoftBody_eAeroModel_free :: BtSoftBody_eAeroModelClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_eFeature :: IO (BtSoftBody_eFeature) btSoftBody_eFeature_free :: BtSoftBody_eFeatureClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_ePSolver :: IO (BtSoftBody_ePSolver) btSoftBody_ePSolver_free :: BtSoftBody_ePSolverClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_eSolverPresets :: IO (BtSoftBody_eSolverPresets) btSoftBody_eSolverPresets_free :: BtSoftBody_eSolverPresetsClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#483 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_Joint_eType :: IO (BtSoftBody_Joint_eType) btSoftBody_Joint_eType_free :: BtSoftBody_Joint_eTypeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#94 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_eVSolver :: IO (BtSoftBody_eVSolver) btSoftBody_eVSolver_free :: BtSoftBody_eVSolverClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#134 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_fCollision :: IO (BtSoftBody_fCollision) btSoftBody_fCollision_free :: BtSoftBody_fCollisionClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBodyHelpers.cpp?r=2223 fDrawFlags :: IO (FDrawFlags) fDrawFlags_free :: FDrawFlagsClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_fMaterial :: IO (BtSoftBody_fMaterial) btSoftBody_fMaterial_free :: BtSoftBody_fMaterialClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#184 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sCti :: IO (BtSoftBody_sCti) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sCti_free :: BtSoftBody_sCtiClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#185 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sCti_m_colObj_set :: (BtSoftBody_sCtiClass bc, BtCollisionObjectClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sCti_m_colObj_get :: BtSoftBody_sCtiClass bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#186 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sCti_m_normal_set :: BtSoftBody_sCtiClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sCti_m_normal_get :: BtSoftBody_sCtiClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#187 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sCti_m_offset_set :: BtSoftBody_sCtiClass bc => bc -> Float -> IO () btSoftBody_sCti_m_offset_get :: BtSoftBody_sCtiClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#192 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sMedium :: IO (BtSoftBody_sMedium) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sMedium_free :: BtSoftBody_sMediumClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#195 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sMedium_m_density_set :: BtSoftBody_sMediumClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sMedium_m_density_get :: BtSoftBody_sMediumClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#194 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sMedium_m_pressure_set :: BtSoftBody_sMediumClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#193 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sMedium_m_pressure_get :: BtSoftBody_sMediumClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#193 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sMedium_m_velocity_set :: BtSoftBody_sMediumClass bc => bc -> Vec3 -> IO () btSoftBody_sMedium_m_velocity_get :: BtSoftBody_sMediumClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#162 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sRayCast :: IO (BtSoftBody_sRayCast) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sRayCast_free :: BtSoftBody_sRayCastClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sRayCast_body_set :: (BtSoftBody_sRayCastClass bc, BtSoftBodyClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sRayCast_body_get :: BtSoftBody_sRayCastClass bc => bc -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sRayCast_fraction_set :: BtSoftBody_sRayCastClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sRayCast_fraction_get :: BtSoftBody_sRayCastClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/BulletSoftBody/btSoftBody.cpp?r=2223 btSoftBody_sRayCast_index_set :: BtSoftBody_sRayCastClass bc => bc -> Int -> IO () btSoftBody_sRayCast_index_get :: BtSoftBody_sRayCastClass bc => bc -> IO (Int) btSoftBody_AJoint'_ :: IO (Ptr ()) btSoftBody_AJoint_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_AJoint_Terminate'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_AJoint_Solve'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_AJoint_Prepare'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btSoftBody_AJoint_m_icontrol_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_AJoint_m_icontrol_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Anchor'_ :: IO (Ptr ()) btSoftBody_Anchor_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Anchor_m_node_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Anchor_m_node_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Anchor_m_local_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Anchor_m_local_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Anchor_m_body_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Anchor_m_body_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Anchor_m_influence_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Anchor_m_influence_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Anchor_m_c0_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Anchor_m_c0_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Anchor_m_c1_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Anchor_m_c1_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Anchor_m_c2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Anchor_m_c2_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Body0'_ :: IO (Ptr ()) btSoftBody_Body1'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Body2'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Body_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Body_invWorldInertia'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_activate'_ :: (Ptr ()) -> (IO ()) btSoftBody_Body_linearVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_applyVImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_applyVImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_applyDImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_applyDImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_applyDCImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_applyDCImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_applyAImpulse'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Body_angularVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_angularVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_angularVelocity0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_angularVelocity0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_angularVelocity1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_applyVAImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_applyVAImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_applyImpulse'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_applyImpulse''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_applyDAImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_applyDAImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_velocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_velocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_Body_invMass'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Body_xform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Body_m_soft_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Body_m_soft_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Body_m_rigid_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Body_m_rigid_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Body_m_collisionObject_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Body_m_collisionObject_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_CJoint'_ :: IO (Ptr ()) btSoftBody_CJoint_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_CJoint_Terminate'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_CJoint_Solve'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_CJoint_Prepare'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btSoftBody_CJoint_m_life_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_CJoint_m_life_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_CJoint_m_maxlife_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_CJoint_m_maxlife_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_CJoint_m_normal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_CJoint_m_normal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_CJoint_m_friction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_CJoint_m_friction_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster'_ :: IO (Ptr ()) btSoftBody_Cluster_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Cluster_m_adamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_adamping_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster_m_av_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_av_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_clusterIndex_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Cluster_m_clusterIndex_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Cluster_m_collide_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Cluster_m_collide_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Cluster_m_com_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_com_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_containsAnchor_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Cluster_m_containsAnchor_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Cluster_m_framerefs_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Cluster_m_framerefs_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Cluster_m_framexform_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_framexform_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_idmass_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_idmass_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster_m_imass_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_imass_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster_m_invwi_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_invwi_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_ldamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_ldamping_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster_m_leaf_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Cluster_m_leaf_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Cluster_m_locii_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_locii_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_lv_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_lv_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Cluster_m_masses_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Cluster_m_masses_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Cluster_m_matching_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_matching_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster_m_maxSelfCollisionImpulse_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_maxSelfCollisionImpulse_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster_m_ndamping_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_ndamping_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Cluster_m_ndimpulses_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Cluster_m_ndimpulses_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Cluster_m_nodes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Cluster_m_nodes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Cluster_m_nvimpulses_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Cluster_m_nvimpulses_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Cluster_m_selfCollisionImpulseFactor_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Cluster_m_selfCollisionImpulseFactor_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config'_ :: IO (Ptr ()) btSoftBody_Config_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Config_kVCF_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kVCF_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kDP_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kDP_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kDG_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kDG_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kLF_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kLF_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kPR_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kPR_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kVC_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kVC_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kDF_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kDF_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kMT_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kMT_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kCHR_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kCHR_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kKHR_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kKHR_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kSHR_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kSHR_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kAHR_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kAHR_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kSRHR_CL_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kSRHR_CL_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kSKHR_CL_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kSKHR_CL_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kSSHR_CL_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kSSHR_CL_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kSR_SPLT_CL_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kSR_SPLT_CL_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kSK_SPLT_CL_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kSK_SPLT_CL_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_kSS_SPLT_CL_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_kSS_SPLT_CL_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_maxvolume_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_maxvolume_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_timescale_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Config_timescale_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Config_viterations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Config_viterations_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Config_piterations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Config_piterations_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Config_diterations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Config_diterations_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Config_citerations_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Config_citerations_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Config_collisions_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Config_collisions_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Config_m_vsequence_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Config_m_vsequence_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Config_m_psequence_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Config_m_psequence_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Config_m_dsequence_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Config_m_dsequence_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Element'_ :: IO (Ptr ()) btSoftBody_Element_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Element_m_tag_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Element_m_tag_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Face'_ :: IO (Ptr ()) btSoftBody_Face_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Face_m_normal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Face_m_normal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Face_m_ra_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Face_m_ra_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Face_m_leaf_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Face_m_leaf_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Feature'_ :: IO (Ptr ()) btSoftBody_Feature_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Feature_m_material_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Feature_m_material_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_AJoint_IControl'_ :: IO (Ptr ()) btSoftBody_AJoint_IControl_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_AJoint_IControl_Default'_ :: IO (Ptr ()) btSoftBody_AJoint_IControl_Speed'_ :: (Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO CFloat))) btSoftBody_AJoint_IControl_Prepare'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_ImplicitFn_Eval'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CFloat)) btSoftBody_ImplicitFn_Eval''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO CFloat)) btSoftBody_Impulse'_ :: IO (Ptr ()) btSoftBody_Impulse_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Impulse_m_asDrift_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Impulse_m_asDrift_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Impulse_m_asVelocity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Impulse_m_asVelocity_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Impulse_m_drift_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Impulse_m_drift_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Impulse_m_velocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Impulse_m_velocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Joint_Terminate'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Joint_Solve'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_Joint_Prepare'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btSoftBody_Joint_m_cfm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Joint_m_cfm_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Joint_m_erp_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Joint_m_erp_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Joint_m_split_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Joint_m_split_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Joint_m_drift_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Joint_m_drift_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Joint_m_sdrift_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Joint_m_sdrift_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Joint_m_massmatrix_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Joint_m_massmatrix_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Joint_m_delete_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Joint_m_delete_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_LJoint'_ :: IO (Ptr ()) btSoftBody_LJoint_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_LJoint_Terminate'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_LJoint_Solve'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_LJoint_Prepare'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btSoftBody_Link'_ :: IO (Ptr ()) btSoftBody_Link_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Link_m_rl_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Link_m_rl_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Link_m_bbending_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Link_m_bbending_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Link_m_c0_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Link_m_c0_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Link_m_c1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Link_m_c1_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Link_m_c2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Link_m_c2_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Link_m_c3_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Link_m_c3_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Material'_ :: IO (Ptr ()) btSoftBody_Material_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Material_m_flags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Material_m_flags_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Material_m_kAST_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Material_m_kAST_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Material_m_kLST_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Material_m_kLST_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Material_m_kVST_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Material_m_kVST_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Node'_ :: IO (Ptr ()) btSoftBody_Node_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Node_m_area_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Node_m_area_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Node_m_battach_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Node_m_battach_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Node_m_f_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_f_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_im_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Node_m_im_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Node_m_leaf_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Node_m_leaf_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Node_m_n_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_n_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_q_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_q_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_v_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_v_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_x_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Node_m_x_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Note'_ :: IO (Ptr ()) btSoftBody_Note_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Note_m_text_set'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btSoftBody_Note_m_text_get'_ :: (Ptr ()) -> (IO (Ptr CChar)) btSoftBody_Note_m_offset_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Note_m_offset_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Note_m_rank_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Note_m_rank_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Pose'_ :: IO (Ptr ()) btSoftBody_Pose_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Pose_m_bvolume_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Pose_m_bvolume_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Pose_m_bframe_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_Pose_m_bframe_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_Pose_m_volume_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Pose_m_volume_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Pose_m_pos_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Pose_m_pos_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Pose_m_wgh_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Pose_m_wgh_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Pose_m_com_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Pose_m_com_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Pose_m_rot_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Pose_m_rot_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Pose_m_scl_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Pose_m_scl_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Pose_m_aqq_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_Pose_m_aqq_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RContact'_ :: IO (Ptr ()) btSoftBody_RContact_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_RContact_m_cti_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_RContact_m_cti_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_RContact_m_node_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_RContact_m_node_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_RContact_m_c0_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RContact_m_c0_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RContact_m_c1_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RContact_m_c1_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RContact_m_c2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_RContact_m_c2_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_RContact_m_c3_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_RContact_m_c3_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_RContact_m_c4_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_RContact_m_c4_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_RayFromToCaster'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO (Ptr ())))) btSoftBody_RayFromToCaster_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_RayFromToCaster_Process'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_RayFromToCaster_m_rayFrom_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RayFromToCaster_m_rayFrom_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RayFromToCaster_m_rayTo_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RayFromToCaster_m_rayTo_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RayFromToCaster_m_rayNormalizedDirection_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RayFromToCaster_m_rayNormalizedDirection_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_RayFromToCaster_m_mint_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_RayFromToCaster_m_mint_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_RayFromToCaster_m_face_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_RayFromToCaster_m_face_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_RayFromToCaster_m_tests_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_RayFromToCaster_m_tests_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_SContact'_ :: IO (Ptr ()) btSoftBody_SContact_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_SContact_m_node_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_SContact_m_node_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_SContact_m_face_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_SContact_m_face_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_SContact_m_weights_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_SContact_m_weights_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_SContact_m_normal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_SContact_m_normal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_SContact_m_margin_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_SContact_m_margin_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_SContact_m_friction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_SContact_m_friction_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_SolverState'_ :: IO (Ptr ()) btSoftBody_SolverState_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_SolverState_sdt_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_SolverState_sdt_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_SolverState_isdt_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_SolverState_isdt_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_SolverState_velmrg_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_SolverState_velmrg_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_SolverState_radmrg_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_SolverState_radmrg_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_SolverState_updmrg_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_SolverState_updmrg_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Joint_Specs'_ :: IO (Ptr ()) btSoftBody_Joint_Specs_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Joint_Specs_erp_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Joint_Specs_erp_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Joint_Specs_cfm_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Joint_Specs_cfm_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Joint_Specs_split_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Joint_Specs_split_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_LJoint_Specs'_ :: IO (Ptr ()) btSoftBody_LJoint_Specs_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_LJoint_Specs_position_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_LJoint_Specs_position_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_AJoint_Specs'_ :: IO (Ptr ()) btSoftBody_AJoint_Specs_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_AJoint_Specs_axis_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_AJoint_Specs_axis_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_AJoint_Specs_icontrol_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_AJoint_Specs_icontrol_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Tetra'_ :: IO (Ptr ()) btSoftBody_Tetra_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Tetra_m_rv_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Tetra_m_rv_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Tetra_m_leaf_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_Tetra_m_leaf_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_Tetra_m_c1_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Tetra_m_c1_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_Tetra_m_c2_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_Tetra_m_c2_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody1'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_getVolume'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_cutLink'_ :: (Ptr ()) -> (CInt -> (CInt -> (CFloat -> (IO CInt)))) btSoftBody_cutLink0'_ :: (Ptr ()) -> (CInt -> (CInt -> (CFloat -> (IO CInt)))) btSoftBody_cutLink1'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CFloat -> (IO CInt)))) btSoftBody_PSolve_Links'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_generateClusters'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CInt))) btSoftBody_setCollisionShape'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_initializeClusters'_ :: (Ptr ()) -> (IO ()) btSoftBody_clusterVAImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterVAImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addForce'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addForce''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addForce0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addForce0''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addForce1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO ()))) btSoftBody_addForce1''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO ()))) btSoftBody_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO (Ptr CChar)))) btSoftBody_updateBounds'_ :: (Ptr ()) -> (IO ()) btSoftBody_rotate'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_rotate''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_releaseCluster'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_updateNormals'_ :: (Ptr ()) -> (IO ()) btSoftBody_prepareClusters'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_releaseClusters'_ :: (Ptr ()) -> (IO ()) btSoftBody_getTotalMass'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_checkContact'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr ()) -> (IO CInt))))) btSoftBody_checkContact''_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr ()) -> (IO CInt))))) btSoftBody_clusterDImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_clusterDImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_initDefaults'_ :: (Ptr ()) -> (IO ()) btSoftBody_checkLink'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CInt))) btSoftBody_checkLink0'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO CInt))) btSoftBody_checkLink1'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO CInt))) btSoftBody_setVolumeMass'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_clusterImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btSoftBody_clusterImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ()))) btSoftBody_checkFace'_ :: (Ptr ()) -> (CInt -> (CInt -> (CInt -> (IO CInt)))) btSoftBody_evaluateCom'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterDAImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterDAImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_VSolve_Links'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_setTotalMass'_ :: (Ptr ()) -> (CFloat -> (CInt -> (IO ()))) btSoftBody_clusterDCImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterDCImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_clusterVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_generateBendingConstraints'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO CInt))) btSoftBody_updateClusters'_ :: (Ptr ()) -> (IO ()) btSoftBody_appendAnchor'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (CInt -> (CFloat -> (IO ()))))) btSoftBody_appendAnchor0'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (CInt -> (CFloat -> (IO ()))))) btSoftBody_appendAnchor1'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> ((Ptr CFloat) -> (CInt -> (CFloat -> (IO ())))))) btSoftBody_appendAnchor1''_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> ((Ptr CFloat) -> (CInt -> (CFloat -> (IO ())))))) btSoftBody_applyClusters'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_setVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_setVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterCount'_ :: (Ptr ()) -> (IO CInt) btSoftBody_upcast'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_upcast0'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_upcast1'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_getWindVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_predictMotion'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_pointersToIndices'_ :: (Ptr ()) -> (IO ()) btSoftBody_getMass'_ :: (Ptr ()) -> (CInt -> (IO CFloat)) btSoftBody_PSolve_RContacts'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_initializeFaceTree'_ :: (Ptr ()) -> (IO ()) btSoftBody_addVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addVelocity0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addVelocity0''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_addVelocity1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO ()))) btSoftBody_addVelocity1''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CInt -> (IO ()))) btSoftBody_PSolve_Anchors'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_cleanupClusters'_ :: (Ptr ()) -> (IO ()) btSoftBody_transform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_transform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_appendLinearJoint2'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSoftBody_randomizeConstraints'_ :: (Ptr ()) -> (IO ()) btSoftBody_updatePose'_ :: (Ptr ()) -> (IO ()) btSoftBody_translate'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_translate''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_getAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_getAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_PSolve_SContacts'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (IO ()))) btSoftBody_appendMaterial'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_appendNode'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btSoftBody_appendNode''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btSoftBody_setMass'_ :: (Ptr ()) -> (CInt -> (CFloat -> (IO ()))) btSoftBody_integrateMotion'_ :: (Ptr ()) -> (IO ()) btSoftBody_defaultCollisionHandler'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_defaultCollisionHandler0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_defaultCollisionHandler1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_solveConstraints'_ :: (Ptr ()) -> (IO ()) btSoftBody_setTotalDensity'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_appendNote'_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))))) btSoftBody_appendNote''_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))))) btSoftBody_appendNote0'_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))))) btSoftBody_appendNote0''_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ())))))))) btSoftBody_appendNote1'_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftBody_appendNote1''_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftBody_appendNote2'_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftBody_appendNote2''_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftBody_appendNote3'_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftBody_appendNote3''_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftBody_setVolumeDensity'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_updateConstants'_ :: (Ptr ()) -> (IO ()) btSoftBody_staticSolve'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_refine'_ :: (Ptr ()) -> ((Ptr ()) -> (CFloat -> (CInt -> (IO ())))) btSoftBody_appendLink'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btSoftBody_appendLink0'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btSoftBody_appendLink1'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (CInt -> (IO ()))))) btSoftBody_appendLink2'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))))) btSoftBody_calculateSerializeBufferSize'_ :: (Ptr ()) -> (IO CInt) btSoftBody_solveClusters'_ :: (Ptr ()) -> (IO ()) btSoftBody_solveClusters0'_ :: (Ptr ()) -> (IO ()) btSoftBody_solveClusters1'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btSoftBody_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btSoftBody_rayTest0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btSoftBody_rayTest0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO CInt)))) btSoftBody_setPose'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btSoftBody_appendFace'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btSoftBody_appendFace0'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btSoftBody_appendFace1'_ :: (Ptr ()) -> (CInt -> (CInt -> (CInt -> ((Ptr ()) -> (IO ()))))) btSoftBody_dampClusters'_ :: (Ptr ()) -> (IO ()) btSoftBody_getWorldInfo'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_appendAngularJoint2'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btSoftBody_clusterVImpulse'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_clusterVImpulse''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btSoftBody_scale'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_scale''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterAImpulse'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_clusterCom'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterCom0'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_clusterCom1'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btSoftBody_setWindVelocity'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_setWindVelocity''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_applyForces'_ :: (Ptr ()) -> (IO ()) btSoftBody_appendTetra'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btSoftBody_appendTetra0'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btSoftBody_appendTetra1'_ :: (Ptr ()) -> (CInt -> (CInt -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))))) btSoftBody_m_anchors_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_anchors_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_bUpdateRtCst_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_m_bUpdateRtCst_get'_ :: (Ptr ()) -> (IO CInt) btSoftBody_m_cdbvt_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_cdbvt_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_cfg_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_cfg_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_clusterConnectivity_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_clusterConnectivity_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_clusters_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_clusters_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_collisionDisabledObjects_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_collisionDisabledObjects_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_faces_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_faces_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_fdbvt_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_fdbvt_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_initialWorldTransform_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_m_initialWorldTransform_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_m_joints_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_joints_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_links_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_links_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_materials_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_materials_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_ndbvt_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_ndbvt_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_nodes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_nodes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_notes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_notes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_pose_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_pose_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_rcontacts_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_rcontacts_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_scontacts_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_scontacts_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_sst_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_sst_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_tag_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_tag_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_tetras_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_tetras_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_timeacc_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_m_timeacc_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_m_userIndexMapping_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_userIndexMapping_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_m_windVelocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_m_windVelocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_m_worldInfo_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_m_worldInfo_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyHelpers'_ :: IO (Ptr ()) btSoftBodyHelpers_free'_ :: (Ptr ()) -> (IO ()) btSoftBodyHelpers_DrawInfos'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (CInt -> (IO ()))))) btSoftBodyHelpers_Draw'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (IO ()))) btSoftBodyHelpers_CreateEllipsoid'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ()))))) btSoftBodyHelpers_CreateEllipsoid''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (IO (Ptr ()))))) btSoftBodyHelpers_CreateFromTetGenData'_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CChar) -> ((Ptr CChar) -> (CInt -> (CInt -> (CInt -> (IO (Ptr ())))))))) btSoftBodyHelpers_DrawFrame'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyHelpers_CreateRope'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO (Ptr ())))))) btSoftBodyHelpers_CreateRope''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (IO (Ptr ())))))) btSoftBodyHelpers_CalculateUV'_ :: CInt -> (CInt -> (CInt -> (CInt -> (CInt -> (IO CFloat))))) btSoftBodyHelpers_DrawFaceTree'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btSoftBodyHelpers_DrawClusterTree'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btSoftBodyHelpers_DrawNodeTree'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btSoftBodyHelpers_CreatePatch'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (CInt -> (CInt -> (IO (Ptr ())))))))))) btSoftBodyHelpers_CreatePatch''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CInt -> (CInt -> (CInt -> (CInt -> (IO (Ptr ())))))))))) btSoftBodyRigidBodyCollisionConfiguration'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyRigidBodyCollisionConfiguration_free'_ :: (Ptr ()) -> (IO ()) btSoftBodyRigidBodyCollisionConfiguration_getCollisionAlgorithmCreateFunc'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO (Ptr ())))) btSoftBodyRigidBodyCollisionConfiguration_m_softSoftCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyRigidBodyCollisionConfiguration_m_softSoftCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConvexCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConvexCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConvexCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConvexCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConcaveCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyRigidBodyCollisionConfiguration_m_softRigidConcaveCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConcaveCreateFunc_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyRigidBodyCollisionConfiguration_m_swappedSoftRigidConcaveCreateFunc_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyWorldInfo'_ :: IO (Ptr ()) btSoftBodyWorldInfo_free'_ :: (Ptr ()) -> (IO ()) btSoftBodyWorldInfo_air_density_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBodyWorldInfo_air_density_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBodyWorldInfo_m_broadphase_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyWorldInfo_m_broadphase_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyWorldInfo_m_dispatcher_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyWorldInfo_m_dispatcher_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyWorldInfo_m_gravity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBodyWorldInfo_m_gravity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBodyWorldInfo_m_sparsesdf_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBodyWorldInfo_m_sparsesdf_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBodyWorldInfo_water_density_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBodyWorldInfo_water_density_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBodyWorldInfo_water_normal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBodyWorldInfo_water_normal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBodyWorldInfo_water_offset_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBodyWorldInfo_water_offset_get'_ :: (Ptr ()) -> (IO CFloat) btSoftRigidDynamicsWorld_free'_ :: (Ptr ()) -> (IO ()) btSoftRigidDynamicsWorld_predictUnconstraintMotion'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftRigidDynamicsWorld_getWorldInfo'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_getWorldInfo0'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_getWorldInfo1'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_setDrawFlags'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftRigidDynamicsWorld_getSoftBodyArray'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_getSoftBodyArray0'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_getSoftBodyArray1'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_serialize'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftRigidDynamicsWorld_rayTest'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftRigidDynamicsWorld_rayTest''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))) btSoftRigidDynamicsWorld_solveSoftBodiesConstraints'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftRigidDynamicsWorld_removeCollisionObject'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftRigidDynamicsWorld_addSoftBody'_ :: (Ptr ()) -> ((Ptr ()) -> (CShort -> (CShort -> (IO ())))) btSoftRigidDynamicsWorld_rayTestSingle'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))))) btSoftRigidDynamicsWorld_rayTestSingle''_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> (IO ())))))) btSoftRigidDynamicsWorld_internalSingleStepSimulation'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftRigidDynamicsWorld_serializeSoftBodies'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftRigidDynamicsWorld_removeSoftBody'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftRigidDynamicsWorld_getDrawFlags'_ :: (Ptr ()) -> (IO CInt) btSoftRigidDynamicsWorld_debugDrawWorld'_ :: (Ptr ()) -> (IO ()) btSoftRigidDynamicsWorld_m_softBodies_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftRigidDynamicsWorld_m_softBodies_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_m_drawFlags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftRigidDynamicsWorld_m_drawFlags_get'_ :: (Ptr ()) -> (IO CInt) btSoftRigidDynamicsWorld_m_drawNodeTree_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftRigidDynamicsWorld_m_drawNodeTree_get'_ :: (Ptr ()) -> (IO CInt) btSoftRigidDynamicsWorld_m_drawFaceTree_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftRigidDynamicsWorld_m_drawFaceTree_get'_ :: (Ptr ()) -> (IO CInt) btSoftRigidDynamicsWorld_m_drawClusterTree_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftRigidDynamicsWorld_m_drawClusterTree_get'_ :: (Ptr ()) -> (IO CInt) btSoftRigidDynamicsWorld_m_sbi_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftRigidDynamicsWorld_m_sbi_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftRigidDynamicsWorld_m_ownsSolver_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftRigidDynamicsWorld_m_ownsSolver_get'_ :: (Ptr ()) -> (IO CInt) btSparseSdf_3_'_ :: IO (Ptr ()) btSparseSdf_3__free'_ :: (Ptr ()) -> (IO ()) btSparseSdf_3__Reset'_ :: (Ptr ()) -> (IO ()) btSparseSdf_3__Hash'_ :: CInt -> (CInt -> (CInt -> ((Ptr ()) -> (IO CUInt)))) btSparseSdf_3__RemoveReferences'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btSparseSdf_3__Lerp'_ :: CFloat -> (CFloat -> (CFloat -> (IO CFloat))) btSparseSdf_3__Evaluate'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CFloat))))) btSparseSdf_3__Evaluate''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CFloat))))) btSparseSdf_3__GarbageCollect'_ :: (Ptr ()) -> (CInt -> (IO ())) btSparseSdf_3__DistanceToShape'_ :: (Ptr CFloat) -> ((Ptr ()) -> (IO CFloat)) btSparseSdf_3__DistanceToShape''_ :: (Ptr CFloat) -> ((Ptr ()) -> (IO CFloat)) btSparseSdf_3__Initialize'_ :: (Ptr ()) -> (CInt -> (IO ())) btSparseSdf_3__cells_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSparseSdf_3__cells_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSparseSdf_3__ncells_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSparseSdf_3__ncells_get'_ :: (Ptr ()) -> (IO CInt) btSparseSdf_3__nprobes_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSparseSdf_3__nprobes_get'_ :: (Ptr ()) -> (IO CInt) btSparseSdf_3__nqueries_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSparseSdf_3__nqueries_get'_ :: (Ptr ()) -> (IO CInt) btSparseSdf_3__puid_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSparseSdf_3__puid_get'_ :: (Ptr ()) -> (IO CInt) btSparseSdf_3__voxelsz_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSparseSdf_3__voxelsz_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_eAeroModel'_ :: IO (Ptr ()) btSoftBody_eAeroModel_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_eFeature'_ :: IO (Ptr ()) btSoftBody_eFeature_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_ePSolver'_ :: IO (Ptr ()) btSoftBody_ePSolver_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_eSolverPresets'_ :: IO (Ptr ()) btSoftBody_eSolverPresets_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_Joint_eType'_ :: IO (Ptr ()) btSoftBody_Joint_eType_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_eVSolver'_ :: IO (Ptr ()) btSoftBody_eVSolver_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_fCollision'_ :: IO (Ptr ()) btSoftBody_fCollision_free'_ :: (Ptr ()) -> (IO ()) fDrawFlags'_ :: IO (Ptr ()) fDrawFlags_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_fMaterial'_ :: IO (Ptr ()) btSoftBody_fMaterial_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_sCti'_ :: IO (Ptr ()) btSoftBody_sCti_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_sCti_m_colObj_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_sCti_m_colObj_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_sCti_m_normal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_sCti_m_normal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_sCti_m_offset_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_sCti_m_offset_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_sMedium'_ :: IO (Ptr ()) btSoftBody_sMedium_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_sMedium_m_density_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_sMedium_m_density_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_sMedium_m_pressure_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_sMedium_m_pressure_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_sMedium_m_velocity_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_sMedium_m_velocity_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btSoftBody_sRayCast'_ :: IO (Ptr ()) btSoftBody_sRayCast_free'_ :: (Ptr ()) -> (IO ()) btSoftBody_sRayCast_body_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btSoftBody_sRayCast_body_get'_ :: (Ptr ()) -> (IO (Ptr ())) btSoftBody_sRayCast_fraction_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSoftBody_sRayCast_fraction_get'_ :: (Ptr ()) -> (IO CFloat) btSoftBody_sRayCast_index_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btSoftBody_sRayCast_index_get'_ :: (Ptr ()) -> (IO CInt) module Physics.Bullet.Raw.LinearMath -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#135 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator :: CProfileNodeClass p0 => p0 -> IO (CProfileIterator) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_free :: CProfileIteratorClass bc => bc -> IO () cProfileIterator_Get_Current_Name :: CProfileIteratorClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#117 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Get_Current_Total_Calls :: CProfileIteratorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Get_Current_Total_Time :: CProfileIteratorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Enter_Child :: CProfileIteratorClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Is_Done :: CProfileIteratorClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#107 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Next :: CProfileIteratorClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#109 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Is_Root :: CProfileIteratorClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#123 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Get_Current_Parent_Name :: CProfileIteratorClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#120 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Get_Current_UserPointer :: CProfileIteratorClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#124 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Get_Current_Parent_Total_Calls :: CProfileIteratorClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Set_Current_UserPointer :: CProfileIteratorClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#125 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Get_Current_Parent_Total_Time :: CProfileIteratorClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_Enter_Parent :: CProfileIteratorClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#106 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_First :: CProfileIteratorClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#131 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_CurrentParent_set :: (CProfileIteratorClass bc, CProfileNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_CurrentParent_get :: CProfileIteratorClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#132 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileIterator_CurrentChild_set :: (CProfileIteratorClass bc, CProfileNodeClass a) => bc -> a -> IO () cProfileIterator_CurrentChild_get :: CProfileIteratorClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager :: IO (CProfileManager) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_free :: CProfileManagerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#165 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Reset :: IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_dumpAll :: IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#161 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Get_Frame_Count_Since_Reset :: IO (Int) cProfileManager_Release_Iterator :: CProfileIteratorClass p0 => p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Stop_Profile :: IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_CleanupMemory :: IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Get_Time_Since_Reset :: IO (Float) cProfileManager_Start_Profile :: String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Increment_Frame_Counter :: IO () cProfileManager_dumpRecursive :: CProfileIteratorClass p0 => p0 -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Get_Iterator :: IO (CProfileIterator) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Root_set :: (CProfileManagerClass bc, CProfileNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#169 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_Root_get :: CProfileManagerClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#169 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_CurrentNode_set :: (CProfileManagerClass bc, CProfileNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#170 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_CurrentNode_get :: CProfileManagerClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#170 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_FrameCounter_set :: CProfileManagerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_FrameCounter_get :: CProfileManagerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileManager_ResetTime_set :: CProfileManagerClass bc => bc -> Word64 -> IO () cProfileManager_ResetTime_get :: CProfileManagerClass bc => bc -> IO (Word64) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode :: CProfileNodeClass p1 => String -> p1 -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_free :: CProfileNodeClass bc => bc -> IO () cProfileNode_Reset :: CProfileNodeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Return :: CProfileNodeClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_SetUserPointer :: CProfileNodeClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Get_Sub_Node :: CProfileNodeClass bc => bc -> String -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_CleanupMemory :: CProfileNodeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Get_Parent :: CProfileNodeClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#85 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_GetUserPointer :: CProfileNodeClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Get_Name :: CProfileNodeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Get_Total_Time :: CProfileNodeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#79 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Call :: CProfileNodeClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#74 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Get_Sibling :: CProfileNodeClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Get_Child :: CProfileNodeClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Get_Total_Calls :: CProfileNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Child_set :: (CProfileNodeClass bc, CProfileNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Child_get :: CProfileNodeClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Name_set :: CProfileNodeClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Name_get :: CProfileNodeClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#95 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Parent_set :: (CProfileNodeClass bc, CProfileNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Parent_get :: CProfileNodeClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#93 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_RecursionCounter_set :: CProfileNodeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_RecursionCounter_get :: CProfileNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Sibling_set :: (CProfileNodeClass bc, CProfileNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_Sibling_get :: CProfileNodeClass bc => bc -> IO (CProfileNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_StartTime_set :: CProfileNodeClass bc => bc -> Word64 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_StartTime_get :: CProfileNodeClass bc => bc -> IO (Word64) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_TotalCalls_set :: CProfileNodeClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_TotalCalls_get :: CProfileNodeClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_TotalTime_set :: CProfileNodeClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_TotalTime_get :: CProfileNodeClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileNode_m_userPtr_set :: CProfileNodeClass bc => bc -> VoidPtr -> IO () cProfileNode_m_userPtr_get :: CProfileNodeClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#179 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 cProfileSample :: String -> IO (CProfileSample) cProfileSample_free :: CProfileSampleClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_ :: IO (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__free :: BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class bc => bc -> IO () btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__destroy :: (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class bc, BT_QUANTIZED_BVH_NODEClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__deallocate :: (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class bc, BT_QUANTIZED_BVH_NODEClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__construct :: (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class bc, BT_QUANTIZED_BVH_NODEClass p0, BT_QUANTIZED_BVH_NODEClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__address :: (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class bc, BT_QUANTIZED_BVH_NODEClass p0) => bc -> p0 -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__address0 :: (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class bc, BT_QUANTIZED_BVH_NODEClass p0) => bc -> p0 -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__address1 :: (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class bc, BT_QUANTIZED_BVH_NODEClass p0) => bc -> p0 -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_DATA_16u_ :: IO (BtAlignedAllocator_GIM_BVH_DATA_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_DATA_16u__free :: BtAlignedAllocator_GIM_BVH_DATA_16u_Class bc => bc -> IO () btAlignedAllocator_GIM_BVH_DATA_16u__destroy :: (BtAlignedAllocator_GIM_BVH_DATA_16u_Class bc, GIM_BVH_DATAClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_DATA_16u__deallocate :: (BtAlignedAllocator_GIM_BVH_DATA_16u_Class bc, GIM_BVH_DATAClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_DATA_16u__construct :: (BtAlignedAllocator_GIM_BVH_DATA_16u_Class bc, GIM_BVH_DATAClass p0, GIM_BVH_DATAClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_DATA_16u__address :: (BtAlignedAllocator_GIM_BVH_DATA_16u_Class bc, GIM_BVH_DATAClass p0) => bc -> p0 -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_DATA_16u__address0 :: (BtAlignedAllocator_GIM_BVH_DATA_16u_Class bc, GIM_BVH_DATAClass p0) => bc -> p0 -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_DATA_16u__address1 :: (BtAlignedAllocator_GIM_BVH_DATA_16u_Class bc, GIM_BVH_DATAClass p0) => bc -> p0 -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_TREE_NODE_16u_ :: IO (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_TREE_NODE_16u__free :: BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class bc => bc -> IO () btAlignedAllocator_GIM_BVH_TREE_NODE_16u__destroy :: (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class bc, GIM_BVH_TREE_NODEClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_TREE_NODE_16u__deallocate :: (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class bc, GIM_BVH_TREE_NODEClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_TREE_NODE_16u__construct :: (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class bc, GIM_BVH_TREE_NODEClass p0, GIM_BVH_TREE_NODEClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_TREE_NODE_16u__address :: (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class bc, GIM_BVH_TREE_NODEClass p0) => bc -> p0 -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_TREE_NODE_16u__address0 :: (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class bc, GIM_BVH_TREE_NODEClass p0) => bc -> p0 -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_BVH_TREE_NODE_16u__address1 :: (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class bc, GIM_BVH_TREE_NODEClass p0) => bc -> p0 -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_PAIR_16u_ :: IO (BtAlignedAllocator_GIM_PAIR_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_PAIR_16u__free :: BtAlignedAllocator_GIM_PAIR_16u_Class bc => bc -> IO () btAlignedAllocator_GIM_PAIR_16u__destroy :: (BtAlignedAllocator_GIM_PAIR_16u_Class bc, GIM_PAIRClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_PAIR_16u__deallocate :: (BtAlignedAllocator_GIM_PAIR_16u_Class bc, GIM_PAIRClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_PAIR_16u__construct :: (BtAlignedAllocator_GIM_PAIR_16u_Class bc, GIM_PAIRClass p0, GIM_PAIRClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_PAIR_16u__address :: (BtAlignedAllocator_GIM_PAIR_16u_Class bc, GIM_PAIRClass p0) => bc -> p0 -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_PAIR_16u__address0 :: (BtAlignedAllocator_GIM_PAIR_16u_Class bc, GIM_PAIRClass p0) => bc -> p0 -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_GIM_PAIR_16u__address1 :: (BtAlignedAllocator_GIM_PAIR_16u_Class bc, GIM_PAIRClass p0) => bc -> p0 -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_bool_16u_ :: IO (BtAlignedAllocator_bool_16u_) btAlignedAllocator_bool_16u__free :: BtAlignedAllocator_bool_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btActionInterface_ptr_16u_ :: IO (BtAlignedAllocator_btActionInterface_ptr_16u_) btAlignedAllocator_btActionInterface_ptr_16u__free :: BtAlignedAllocator_btActionInterface_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphaseInterface_ptr_16u_ :: IO (BtAlignedAllocator_btBroadphaseInterface_ptr_16u_) btAlignedAllocator_btBroadphaseInterface_ptr_16u__free :: BtAlignedAllocator_btBroadphaseInterface_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphasePair_16u_ :: IO (BtAlignedAllocator_btBroadphasePair_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphasePair_16u__free :: BtAlignedAllocator_btBroadphasePair_16u_Class bc => bc -> IO () btAlignedAllocator_btBroadphasePair_16u__destroy :: (BtAlignedAllocator_btBroadphasePair_16u_Class bc, BtBroadphasePairClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphasePair_16u__deallocate :: (BtAlignedAllocator_btBroadphasePair_16u_Class bc, BtBroadphasePairClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphasePair_16u__construct :: (BtAlignedAllocator_btBroadphasePair_16u_Class bc, BtBroadphasePairClass p0, BtBroadphasePairClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphasePair_16u__address :: (BtAlignedAllocator_btBroadphasePair_16u_Class bc, BtBroadphasePairClass p0) => bc -> p0 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphasePair_16u__address0 :: (BtAlignedAllocator_btBroadphasePair_16u_Class bc, BtBroadphasePairClass p0) => bc -> p0 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBroadphasePair_16u__address1 :: (BtAlignedAllocator_btBroadphasePair_16u_Class bc, BtBroadphasePairClass p0) => bc -> p0 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBvhSubtreeInfo_16u_ :: IO (BtAlignedAllocator_btBvhSubtreeInfo_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBvhSubtreeInfo_16u__free :: BtAlignedAllocator_btBvhSubtreeInfo_16u_Class bc => bc -> IO () btAlignedAllocator_btBvhSubtreeInfo_16u__destroy :: (BtAlignedAllocator_btBvhSubtreeInfo_16u_Class bc, BtBvhSubtreeInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBvhSubtreeInfo_16u__deallocate :: (BtAlignedAllocator_btBvhSubtreeInfo_16u_Class bc, BtBvhSubtreeInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBvhSubtreeInfo_16u__construct :: (BtAlignedAllocator_btBvhSubtreeInfo_16u_Class bc, BtBvhSubtreeInfoClass p0, BtBvhSubtreeInfoClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBvhSubtreeInfo_16u__address :: (BtAlignedAllocator_btBvhSubtreeInfo_16u_Class bc, BtBvhSubtreeInfoClass p0) => bc -> p0 -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBvhSubtreeInfo_16u__address0 :: (BtAlignedAllocator_btBvhSubtreeInfo_16u_Class bc, BtBvhSubtreeInfoClass p0) => bc -> p0 -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btBvhSubtreeInfo_16u__address1 :: (BtAlignedAllocator_btBvhSubtreeInfo_16u_Class bc, BtBvhSubtreeInfoClass p0) => bc -> p0 -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btChunk_ptr_16u_ :: IO (BtAlignedAllocator_btChunk_ptr_16u_) btAlignedAllocator_btChunk_ptr_16u__free :: BtAlignedAllocator_btChunk_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCollisionObject_ptr_16u_ :: IO (BtAlignedAllocator_btCollisionObject_ptr_16u_) btAlignedAllocator_btCollisionObject_ptr_16u__free :: BtAlignedAllocator_btCollisionObject_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCollisionShape_ptr_16u_ :: IO (BtAlignedAllocator_btCollisionShape_ptr_16u_) btAlignedAllocator_btCollisionShape_ptr_16u__free :: BtAlignedAllocator_btCollisionShape_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCompoundShapeChild_16u_ :: IO (BtAlignedAllocator_btCompoundShapeChild_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCompoundShapeChild_16u__free :: BtAlignedAllocator_btCompoundShapeChild_16u_Class bc => bc -> IO () btAlignedAllocator_btCompoundShapeChild_16u__destroy :: (BtAlignedAllocator_btCompoundShapeChild_16u_Class bc, BtCompoundShapeChildClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCompoundShapeChild_16u__deallocate :: (BtAlignedAllocator_btCompoundShapeChild_16u_Class bc, BtCompoundShapeChildClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCompoundShapeChild_16u__construct :: (BtAlignedAllocator_btCompoundShapeChild_16u_Class bc, BtCompoundShapeChildClass p0, BtCompoundShapeChildClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCompoundShapeChild_16u__address :: (BtAlignedAllocator_btCompoundShapeChild_16u_Class bc, BtCompoundShapeChildClass p0) => bc -> p0 -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCompoundShapeChild_16u__address0 :: (BtAlignedAllocator_btCompoundShapeChild_16u_Class bc, BtCompoundShapeChildClass p0) => bc -> p0 -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btCompoundShapeChild_16u__address1 :: (BtAlignedAllocator_btCompoundShapeChild_16u_Class bc, BtCompoundShapeChildClass p0) => bc -> p0 -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNN_16u_ :: IO (BtAlignedAllocator_btDbvt_sStkNN_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNN_16u__free :: BtAlignedAllocator_btDbvt_sStkNN_16u_Class bc => bc -> IO () btAlignedAllocator_btDbvt_sStkNN_16u__destroy :: (BtAlignedAllocator_btDbvt_sStkNN_16u_Class bc, BtDbvt_sStkNNClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNN_16u__deallocate :: (BtAlignedAllocator_btDbvt_sStkNN_16u_Class bc, BtDbvt_sStkNNClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNN_16u__construct :: (BtAlignedAllocator_btDbvt_sStkNN_16u_Class bc, BtDbvt_sStkNNClass p0, BtDbvt_sStkNNClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNN_16u__address :: (BtAlignedAllocator_btDbvt_sStkNN_16u_Class bc, BtDbvt_sStkNNClass p0) => bc -> p0 -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNN_16u__address0 :: (BtAlignedAllocator_btDbvt_sStkNN_16u_Class bc, BtDbvt_sStkNNClass p0) => bc -> p0 -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNN_16u__address1 :: (BtAlignedAllocator_btDbvt_sStkNN_16u_Class bc, BtDbvt_sStkNNClass p0) => bc -> p0 -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNP_16u_ :: IO (BtAlignedAllocator_btDbvt_sStkNP_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNP_16u__free :: BtAlignedAllocator_btDbvt_sStkNP_16u_Class bc => bc -> IO () btAlignedAllocator_btDbvt_sStkNP_16u__destroy :: (BtAlignedAllocator_btDbvt_sStkNP_16u_Class bc, BtDbvt_sStkNPClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNP_16u__deallocate :: (BtAlignedAllocator_btDbvt_sStkNP_16u_Class bc, BtDbvt_sStkNPClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNP_16u__construct :: (BtAlignedAllocator_btDbvt_sStkNP_16u_Class bc, BtDbvt_sStkNPClass p0, BtDbvt_sStkNPClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNP_16u__address :: (BtAlignedAllocator_btDbvt_sStkNP_16u_Class bc, BtDbvt_sStkNPClass p0) => bc -> p0 -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNP_16u__address0 :: (BtAlignedAllocator_btDbvt_sStkNP_16u_Class bc, BtDbvt_sStkNPClass p0) => bc -> p0 -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNP_16u__address1 :: (BtAlignedAllocator_btDbvt_sStkNP_16u_Class bc, BtDbvt_sStkNPClass p0) => bc -> p0 -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNPS_16u_ :: IO (BtAlignedAllocator_btDbvt_sStkNPS_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNPS_16u__free :: BtAlignedAllocator_btDbvt_sStkNPS_16u_Class bc => bc -> IO () btAlignedAllocator_btDbvt_sStkNPS_16u__destroy :: (BtAlignedAllocator_btDbvt_sStkNPS_16u_Class bc, BtDbvt_sStkNPSClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNPS_16u__deallocate :: (BtAlignedAllocator_btDbvt_sStkNPS_16u_Class bc, BtDbvt_sStkNPSClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNPS_16u__construct :: (BtAlignedAllocator_btDbvt_sStkNPS_16u_Class bc, BtDbvt_sStkNPSClass p0, BtDbvt_sStkNPSClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNPS_16u__address :: (BtAlignedAllocator_btDbvt_sStkNPS_16u_Class bc, BtDbvt_sStkNPSClass p0) => bc -> p0 -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNPS_16u__address0 :: (BtAlignedAllocator_btDbvt_sStkNPS_16u_Class bc, BtDbvt_sStkNPSClass p0) => bc -> p0 -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvt_sStkNPS_16u__address1 :: (BtAlignedAllocator_btDbvt_sStkNPS_16u_Class bc, BtDbvt_sStkNPSClass p0) => bc -> p0 -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btDbvtNodeconst_ptr_16u_ :: IO (BtAlignedAllocator_btDbvtNodeconst_ptr_16u_) btAlignedAllocator_btDbvtNodeconst_ptr_16u__free :: BtAlignedAllocator_btDbvtNodeconst_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btGImpactMeshShapePart_ptr_16u_ :: IO (BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_) btAlignedAllocator_btGImpactMeshShapePart_ptr_16u__free :: BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashInt_16u_ :: IO (BtAlignedAllocator_btHashInt_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashInt_16u__free :: BtAlignedAllocator_btHashInt_16u_Class bc => bc -> IO () btAlignedAllocator_btHashInt_16u__destroy :: (BtAlignedAllocator_btHashInt_16u_Class bc, BtHashIntClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashInt_16u__deallocate :: (BtAlignedAllocator_btHashInt_16u_Class bc, BtHashIntClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashInt_16u__construct :: (BtAlignedAllocator_btHashInt_16u_Class bc, BtHashIntClass p0, BtHashIntClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashInt_16u__address :: (BtAlignedAllocator_btHashInt_16u_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashInt_16u__address0 :: (BtAlignedAllocator_btHashInt_16u_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashInt_16u__address1 :: (BtAlignedAllocator_btHashInt_16u_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashPtr_16u_ :: IO (BtAlignedAllocator_btHashPtr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashPtr_16u__free :: BtAlignedAllocator_btHashPtr_16u_Class bc => bc -> IO () btAlignedAllocator_btHashPtr_16u__destroy :: (BtAlignedAllocator_btHashPtr_16u_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashPtr_16u__deallocate :: (BtAlignedAllocator_btHashPtr_16u_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashPtr_16u__construct :: (BtAlignedAllocator_btHashPtr_16u_Class bc, BtHashPtrClass p0, BtHashPtrClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashPtr_16u__address :: (BtAlignedAllocator_btHashPtr_16u_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashPtr_16u__address0 :: (BtAlignedAllocator_btHashPtr_16u_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashPtr_16u__address1 :: (BtAlignedAllocator_btHashPtr_16u_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashString_16u_ :: IO (BtAlignedAllocator_btHashString_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashString_16u__free :: BtAlignedAllocator_btHashString_16u_Class bc => bc -> IO () btAlignedAllocator_btHashString_16u__destroy :: (BtAlignedAllocator_btHashString_16u_Class bc, BtHashStringClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashString_16u__deallocate :: (BtAlignedAllocator_btHashString_16u_Class bc, BtHashStringClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashString_16u__construct :: (BtAlignedAllocator_btHashString_16u_Class bc, BtHashStringClass p0, BtHashStringClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashString_16u__address :: (BtAlignedAllocator_btHashString_16u_Class bc, BtHashStringClass p0) => bc -> p0 -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashString_16u__address0 :: (BtAlignedAllocator_btHashString_16u_Class bc, BtHashStringClass p0) => bc -> p0 -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btHashString_16u__address1 :: (BtAlignedAllocator_btHashString_16u_Class bc, BtHashStringClass p0) => bc -> p0 -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btIndexedMesh_16u_ :: IO (BtAlignedAllocator_btIndexedMesh_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btIndexedMesh_16u__free :: BtAlignedAllocator_btIndexedMesh_16u_Class bc => bc -> IO () btAlignedAllocator_btIndexedMesh_16u__destroy :: (BtAlignedAllocator_btIndexedMesh_16u_Class bc, BtIndexedMeshClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btIndexedMesh_16u__deallocate :: (BtAlignedAllocator_btIndexedMesh_16u_Class bc, BtIndexedMeshClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btIndexedMesh_16u__construct :: (BtAlignedAllocator_btIndexedMesh_16u_Class bc, BtIndexedMeshClass p0, BtIndexedMeshClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btIndexedMesh_16u__address :: (BtAlignedAllocator_btIndexedMesh_16u_Class bc, BtIndexedMeshClass p0) => bc -> p0 -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btIndexedMesh_16u__address0 :: (BtAlignedAllocator_btIndexedMesh_16u_Class bc, BtIndexedMeshClass p0) => bc -> p0 -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btIndexedMesh_16u__address1 :: (BtAlignedAllocator_btIndexedMesh_16u_Class bc, BtIndexedMeshClass p0) => bc -> p0 -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_ :: IO (BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_) btAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u__free :: BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_ :: IO (BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_) btAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u__free :: BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btOptimizedBvhNode_16u_ :: IO (BtAlignedAllocator_btOptimizedBvhNode_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btOptimizedBvhNode_16u__free :: BtAlignedAllocator_btOptimizedBvhNode_16u_Class bc => bc -> IO () btAlignedAllocator_btOptimizedBvhNode_16u__destroy :: (BtAlignedAllocator_btOptimizedBvhNode_16u_Class bc, BtOptimizedBvhNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btOptimizedBvhNode_16u__deallocate :: (BtAlignedAllocator_btOptimizedBvhNode_16u_Class bc, BtOptimizedBvhNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btOptimizedBvhNode_16u__construct :: (BtAlignedAllocator_btOptimizedBvhNode_16u_Class bc, BtOptimizedBvhNodeClass p0, BtOptimizedBvhNodeClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btOptimizedBvhNode_16u__address :: (BtAlignedAllocator_btOptimizedBvhNode_16u_Class bc, BtOptimizedBvhNodeClass p0) => bc -> p0 -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btOptimizedBvhNode_16u__address0 :: (BtAlignedAllocator_btOptimizedBvhNode_16u_Class bc, BtOptimizedBvhNodeClass p0) => bc -> p0 -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btOptimizedBvhNode_16u__address1 :: (BtAlignedAllocator_btOptimizedBvhNode_16u_Class bc, BtOptimizedBvhNodeClass p0) => bc -> p0 -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPersistentManifold_ptr_16u_ :: IO (BtAlignedAllocator_btPersistentManifold_ptr_16u_) btAlignedAllocator_btPersistentManifold_ptr_16u__free :: BtAlignedAllocator_btPersistentManifold_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPointerUid_16u_ :: IO (BtAlignedAllocator_btPointerUid_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPointerUid_16u__free :: BtAlignedAllocator_btPointerUid_16u_Class bc => bc -> IO () btAlignedAllocator_btPointerUid_16u__destroy :: (BtAlignedAllocator_btPointerUid_16u_Class bc, BtPointerUidClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPointerUid_16u__deallocate :: (BtAlignedAllocator_btPointerUid_16u_Class bc, BtPointerUidClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPointerUid_16u__construct :: (BtAlignedAllocator_btPointerUid_16u_Class bc, BtPointerUidClass p0, BtPointerUidClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPointerUid_16u__address :: (BtAlignedAllocator_btPointerUid_16u_Class bc, BtPointerUidClass p0) => bc -> p0 -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPointerUid_16u__address0 :: (BtAlignedAllocator_btPointerUid_16u_Class bc, BtPointerUidClass p0) => bc -> p0 -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btPointerUid_16u__address1 :: (BtAlignedAllocator_btPointerUid_16u_Class bc, BtPointerUidClass p0) => bc -> p0 -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btQuantizedBvhNode_16u_ :: IO (BtAlignedAllocator_btQuantizedBvhNode_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btQuantizedBvhNode_16u__free :: BtAlignedAllocator_btQuantizedBvhNode_16u_Class bc => bc -> IO () btAlignedAllocator_btQuantizedBvhNode_16u__destroy :: (BtAlignedAllocator_btQuantizedBvhNode_16u_Class bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btQuantizedBvhNode_16u__deallocate :: (BtAlignedAllocator_btQuantizedBvhNode_16u_Class bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btQuantizedBvhNode_16u__construct :: (BtAlignedAllocator_btQuantizedBvhNode_16u_Class bc, BtQuantizedBvhNodeClass p0, BtQuantizedBvhNodeClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btQuantizedBvhNode_16u__address :: (BtAlignedAllocator_btQuantizedBvhNode_16u_Class bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btQuantizedBvhNode_16u__address0 :: (BtAlignedAllocator_btQuantizedBvhNode_16u_Class bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btQuantizedBvhNode_16u__address1 :: (BtAlignedAllocator_btQuantizedBvhNode_16u_Class bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btRigidBody_ptr_16u_ :: IO (BtAlignedAllocator_btRigidBody_ptr_16u_) btAlignedAllocator_btRigidBody_ptr_16u__free :: BtAlignedAllocator_btRigidBody_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_ptr_16u_ :: IO (BtAlignedAllocator_btSoftBody_ptr_16u_) btAlignedAllocator_btSoftBody_ptr_16u__free :: BtAlignedAllocator_btSoftBody_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Anchor_16u_ :: IO (BtAlignedAllocator_btSoftBody_Anchor_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Anchor_16u__free :: BtAlignedAllocator_btSoftBody_Anchor_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_Anchor_16u__destroy :: (BtAlignedAllocator_btSoftBody_Anchor_16u_Class bc, BtSoftBody_AnchorClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Anchor_16u__deallocate :: (BtAlignedAllocator_btSoftBody_Anchor_16u_Class bc, BtSoftBody_AnchorClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Anchor_16u__construct :: (BtAlignedAllocator_btSoftBody_Anchor_16u_Class bc, BtSoftBody_AnchorClass p0, BtSoftBody_AnchorClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Anchor_16u__address :: (BtAlignedAllocator_btSoftBody_Anchor_16u_Class bc, BtSoftBody_AnchorClass p0) => bc -> p0 -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Anchor_16u__address0 :: (BtAlignedAllocator_btSoftBody_Anchor_16u_Class bc, BtSoftBody_AnchorClass p0) => bc -> p0 -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Anchor_16u__address1 :: (BtAlignedAllocator_btSoftBody_Anchor_16u_Class bc, BtSoftBody_AnchorClass p0) => bc -> p0 -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Cluster_ptr_16u_ :: IO (BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_) btAlignedAllocator_btSoftBody_Cluster_ptr_16u__free :: BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Face_16u_ :: IO (BtAlignedAllocator_btSoftBody_Face_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Face_16u__free :: BtAlignedAllocator_btSoftBody_Face_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_Face_16u__destroy :: (BtAlignedAllocator_btSoftBody_Face_16u_Class bc, BtSoftBody_FaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Face_16u__deallocate :: (BtAlignedAllocator_btSoftBody_Face_16u_Class bc, BtSoftBody_FaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Face_16u__construct :: (BtAlignedAllocator_btSoftBody_Face_16u_Class bc, BtSoftBody_FaceClass p0, BtSoftBody_FaceClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Face_16u__address :: (BtAlignedAllocator_btSoftBody_Face_16u_Class bc, BtSoftBody_FaceClass p0) => bc -> p0 -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Face_16u__address0 :: (BtAlignedAllocator_btSoftBody_Face_16u_Class bc, BtSoftBody_FaceClass p0) => bc -> p0 -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Face_16u__address1 :: (BtAlignedAllocator_btSoftBody_Face_16u_Class bc, BtSoftBody_FaceClass p0) => bc -> p0 -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Joint_ptr_16u_ :: IO (BtAlignedAllocator_btSoftBody_Joint_ptr_16u_) btAlignedAllocator_btSoftBody_Joint_ptr_16u__free :: BtAlignedAllocator_btSoftBody_Joint_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Link_16u_ :: IO (BtAlignedAllocator_btSoftBody_Link_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Link_16u__free :: BtAlignedAllocator_btSoftBody_Link_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_Link_16u__destroy :: (BtAlignedAllocator_btSoftBody_Link_16u_Class bc, BtSoftBody_LinkClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Link_16u__deallocate :: (BtAlignedAllocator_btSoftBody_Link_16u_Class bc, BtSoftBody_LinkClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Link_16u__construct :: (BtAlignedAllocator_btSoftBody_Link_16u_Class bc, BtSoftBody_LinkClass p0, BtSoftBody_LinkClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Link_16u__address :: (BtAlignedAllocator_btSoftBody_Link_16u_Class bc, BtSoftBody_LinkClass p0) => bc -> p0 -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Link_16u__address0 :: (BtAlignedAllocator_btSoftBody_Link_16u_Class bc, BtSoftBody_LinkClass p0) => bc -> p0 -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Link_16u__address1 :: (BtAlignedAllocator_btSoftBody_Link_16u_Class bc, BtSoftBody_LinkClass p0) => bc -> p0 -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Material_ptr_16u_ :: IO (BtAlignedAllocator_btSoftBody_Material_ptr_16u_) btAlignedAllocator_btSoftBody_Material_ptr_16u__free :: BtAlignedAllocator_btSoftBody_Material_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_ptr_16u_ :: IO (BtAlignedAllocator_btSoftBody_Node_ptr_16u_) btAlignedAllocator_btSoftBody_Node_ptr_16u__free :: BtAlignedAllocator_btSoftBody_Node_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_16u_ :: IO (BtAlignedAllocator_btSoftBody_Node_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_16u__free :: BtAlignedAllocator_btSoftBody_Node_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_Node_16u__destroy :: (BtAlignedAllocator_btSoftBody_Node_16u_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_16u__deallocate :: (BtAlignedAllocator_btSoftBody_Node_16u_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_16u__construct :: (BtAlignedAllocator_btSoftBody_Node_16u_Class bc, BtSoftBody_NodeClass p0, BtSoftBody_NodeClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_16u__address :: (BtAlignedAllocator_btSoftBody_Node_16u_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_16u__address0 :: (BtAlignedAllocator_btSoftBody_Node_16u_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Node_16u__address1 :: (BtAlignedAllocator_btSoftBody_Node_16u_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Note_16u_ :: IO (BtAlignedAllocator_btSoftBody_Note_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Note_16u__free :: BtAlignedAllocator_btSoftBody_Note_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_Note_16u__destroy :: (BtAlignedAllocator_btSoftBody_Note_16u_Class bc, BtSoftBody_NoteClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Note_16u__deallocate :: (BtAlignedAllocator_btSoftBody_Note_16u_Class bc, BtSoftBody_NoteClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Note_16u__construct :: (BtAlignedAllocator_btSoftBody_Note_16u_Class bc, BtSoftBody_NoteClass p0, BtSoftBody_NoteClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Note_16u__address :: (BtAlignedAllocator_btSoftBody_Note_16u_Class bc, BtSoftBody_NoteClass p0) => bc -> p0 -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Note_16u__address0 :: (BtAlignedAllocator_btSoftBody_Note_16u_Class bc, BtSoftBody_NoteClass p0) => bc -> p0 -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Note_16u__address1 :: (BtAlignedAllocator_btSoftBody_Note_16u_Class bc, BtSoftBody_NoteClass p0) => bc -> p0 -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_RContact_16u_ :: IO (BtAlignedAllocator_btSoftBody_RContact_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_RContact_16u__free :: BtAlignedAllocator_btSoftBody_RContact_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_RContact_16u__destroy :: (BtAlignedAllocator_btSoftBody_RContact_16u_Class bc, BtSoftBody_RContactClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_RContact_16u__deallocate :: (BtAlignedAllocator_btSoftBody_RContact_16u_Class bc, BtSoftBody_RContactClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_RContact_16u__construct :: (BtAlignedAllocator_btSoftBody_RContact_16u_Class bc, BtSoftBody_RContactClass p0, BtSoftBody_RContactClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_RContact_16u__address :: (BtAlignedAllocator_btSoftBody_RContact_16u_Class bc, BtSoftBody_RContactClass p0) => bc -> p0 -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_RContact_16u__address0 :: (BtAlignedAllocator_btSoftBody_RContact_16u_Class bc, BtSoftBody_RContactClass p0) => bc -> p0 -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_RContact_16u__address1 :: (BtAlignedAllocator_btSoftBody_RContact_16u_Class bc, BtSoftBody_RContactClass p0) => bc -> p0 -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_SContact_16u_ :: IO (BtAlignedAllocator_btSoftBody_SContact_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_SContact_16u__free :: BtAlignedAllocator_btSoftBody_SContact_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_SContact_16u__destroy :: (BtAlignedAllocator_btSoftBody_SContact_16u_Class bc, BtSoftBody_SContactClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_SContact_16u__deallocate :: (BtAlignedAllocator_btSoftBody_SContact_16u_Class bc, BtSoftBody_SContactClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_SContact_16u__construct :: (BtAlignedAllocator_btSoftBody_SContact_16u_Class bc, BtSoftBody_SContactClass p0, BtSoftBody_SContactClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_SContact_16u__address :: (BtAlignedAllocator_btSoftBody_SContact_16u_Class bc, BtSoftBody_SContactClass p0) => bc -> p0 -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_SContact_16u__address0 :: (BtAlignedAllocator_btSoftBody_SContact_16u_Class bc, BtSoftBody_SContactClass p0) => bc -> p0 -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_SContact_16u__address1 :: (BtAlignedAllocator_btSoftBody_SContact_16u_Class bc, BtSoftBody_SContactClass p0) => bc -> p0 -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Tetra_16u_ :: IO (BtAlignedAllocator_btSoftBody_Tetra_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Tetra_16u__free :: BtAlignedAllocator_btSoftBody_Tetra_16u_Class bc => bc -> IO () btAlignedAllocator_btSoftBody_Tetra_16u__destroy :: (BtAlignedAllocator_btSoftBody_Tetra_16u_Class bc, BtSoftBody_TetraClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Tetra_16u__deallocate :: (BtAlignedAllocator_btSoftBody_Tetra_16u_Class bc, BtSoftBody_TetraClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Tetra_16u__construct :: (BtAlignedAllocator_btSoftBody_Tetra_16u_Class bc, BtSoftBody_TetraClass p0, BtSoftBody_TetraClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Tetra_16u__address :: (BtAlignedAllocator_btSoftBody_Tetra_16u_Class bc, BtSoftBody_TetraClass p0) => bc -> p0 -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Tetra_16u__address0 :: (BtAlignedAllocator_btSoftBody_Tetra_16u_Class bc, BtSoftBody_TetraClass p0) => bc -> p0 -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_Tetra_16u__address1 :: (BtAlignedAllocator_btSoftBody_Tetra_16u_Class bc, BtSoftBody_TetraClass p0) => bc -> p0 -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_ePSolver___16u_ :: IO (BtAlignedAllocator_btSoftBody_ePSolver___16u_) btAlignedAllocator_btSoftBody_ePSolver___16u__free :: BtAlignedAllocator_btSoftBody_ePSolver___16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSoftBody_eVSolver___16u_ :: IO (BtAlignedAllocator_btSoftBody_eVSolver___16u_) btAlignedAllocator_btSoftBody_eVSolver___16u__free :: BtAlignedAllocator_btSoftBody_eVSolver___16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSolverConstraint_16u_ :: IO (BtAlignedAllocator_btSolverConstraint_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSolverConstraint_16u__free :: BtAlignedAllocator_btSolverConstraint_16u_Class bc => bc -> IO () btAlignedAllocator_btSolverConstraint_16u__destroy :: (BtAlignedAllocator_btSolverConstraint_16u_Class bc, BtSolverConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSolverConstraint_16u__deallocate :: (BtAlignedAllocator_btSolverConstraint_16u_Class bc, BtSolverConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSolverConstraint_16u__construct :: (BtAlignedAllocator_btSolverConstraint_16u_Class bc, BtSolverConstraintClass p0, BtSolverConstraintClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSolverConstraint_16u__address :: (BtAlignedAllocator_btSolverConstraint_16u_Class bc, BtSolverConstraintClass p0) => bc -> p0 -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSolverConstraint_16u__address0 :: (BtAlignedAllocator_btSolverConstraint_16u_Class bc, BtSolverConstraintClass p0) => bc -> p0 -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSolverConstraint_16u__address1 :: (BtAlignedAllocator_btSolverConstraint_16u_Class bc, BtSolverConstraintClass p0) => bc -> p0 -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_ :: IO (BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_) btAlignedAllocator_btSparseSdf_3__Cell_ptr_16u__free :: BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTransform_16u_ :: IO (BtAlignedAllocator_btTransform_16u_) btAlignedAllocator_btTransform_16u__free :: BtAlignedAllocator_btTransform_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTriangleInfo_16u_ :: IO (BtAlignedAllocator_btTriangleInfo_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTriangleInfo_16u__free :: BtAlignedAllocator_btTriangleInfo_16u_Class bc => bc -> IO () btAlignedAllocator_btTriangleInfo_16u__destroy :: (BtAlignedAllocator_btTriangleInfo_16u_Class bc, BtTriangleInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTriangleInfo_16u__deallocate :: (BtAlignedAllocator_btTriangleInfo_16u_Class bc, BtTriangleInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTriangleInfo_16u__construct :: (BtAlignedAllocator_btTriangleInfo_16u_Class bc, BtTriangleInfoClass p0, BtTriangleInfoClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTriangleInfo_16u__address :: (BtAlignedAllocator_btTriangleInfo_16u_Class bc, BtTriangleInfoClass p0) => bc -> p0 -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTriangleInfo_16u__address0 :: (BtAlignedAllocator_btTriangleInfo_16u_Class bc, BtTriangleInfoClass p0) => bc -> p0 -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTriangleInfo_16u__address1 :: (BtAlignedAllocator_btTriangleInfo_16u_Class bc, BtTriangleInfoClass p0) => bc -> p0 -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_ptr_16u_ :: IO (BtAlignedAllocator_btTypedConstraint_ptr_16u_) btAlignedAllocator_btTypedConstraint_ptr_16u__free :: BtAlignedAllocator_btTypedConstraint_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_ :: IO (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__free :: BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class bc => bc -> IO () btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__destroy :: (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__deallocate :: (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__construct :: (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class bc, BtTypedConstraint_btConstraintInfo1Class p0, BtTypedConstraint_btConstraintInfo1Class p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__address :: (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__address0 :: (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__address1 :: (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btVector3_16u_ :: IO (BtAlignedAllocator_btVector3_16u_) btAlignedAllocator_btVector3_16u__free :: BtAlignedAllocator_btVector3_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btWheelInfo_16u_ :: IO (BtAlignedAllocator_btWheelInfo_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#92 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btWheelInfo_16u__free :: BtAlignedAllocator_btWheelInfo_16u_Class bc => bc -> IO () btAlignedAllocator_btWheelInfo_16u__destroy :: (BtAlignedAllocator_btWheelInfo_16u_Class bc, BtWheelInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btWheelInfo_16u__deallocate :: (BtAlignedAllocator_btWheelInfo_16u_Class bc, BtWheelInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btWheelInfo_16u__construct :: (BtAlignedAllocator_btWheelInfo_16u_Class bc, BtWheelInfoClass p0, BtWheelInfoClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btWheelInfo_16u__address :: (BtAlignedAllocator_btWheelInfo_16u_Class bc, BtWheelInfoClass p0) => bc -> p0 -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btWheelInfo_16u__address0 :: (BtAlignedAllocator_btWheelInfo_16u_Class bc, BtWheelInfoClass p0) => bc -> p0 -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#83 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_btWheelInfo_16u__address1 :: (BtAlignedAllocator_btWheelInfo_16u_Class bc, BtWheelInfoClass p0) => bc -> p0 -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_charconst_ptr_16u_ :: IO (BtAlignedAllocator_charconst_ptr_16u_) btAlignedAllocator_charconst_ptr_16u__free :: BtAlignedAllocator_charconst_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_char_ptr_16u_ :: IO (BtAlignedAllocator_char_ptr_16u_) btAlignedAllocator_char_ptr_16u__free :: BtAlignedAllocator_char_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_float_16u_ :: IO (BtAlignedAllocator_float_16u_) btAlignedAllocator_float_16u__free :: BtAlignedAllocator_float_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_int_16u_ :: IO (BtAlignedAllocator_int_16u_) btAlignedAllocator_int_16u__free :: BtAlignedAllocator_int_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_short_ptr_16u_ :: IO (BtAlignedAllocator_short_ptr_16u_) btAlignedAllocator_short_ptr_16u__free :: BtAlignedAllocator_short_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_short_16u_ :: IO (BtAlignedAllocator_short_16u_) btAlignedAllocator_short_16u__free :: BtAlignedAllocator_short_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_unsignedint_16u_ :: IO (BtAlignedAllocator_unsignedint_16u_) btAlignedAllocator_unsignedint_16u__free :: BtAlignedAllocator_unsignedint_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_unsignedshort_16u_ :: IO (BtAlignedAllocator_unsignedshort_16u_) btAlignedAllocator_unsignedshort_16u__free :: BtAlignedAllocator_unsignedshort_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.h?r=2223#68 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedAllocator.cpp?r=2223 btAlignedAllocator_void_ptr_16u_ :: IO (BtAlignedAllocator_void_ptr_16u_) btAlignedAllocator_void_ptr_16u__free :: BtAlignedAllocator_void_ptr_16u_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE_ :: IO (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__free :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO () btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__push_back :: (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc, BT_QUANTIZED_BVH_NODEClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__at :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__at0 :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__at1 :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__size :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__capacity :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__init :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__allocate :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__pop_back :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__deallocate :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__swap :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__initializeFromBuffer :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__expandNonInitializing :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__resize :: (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc, BT_QUANTIZED_BVH_NODEClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__destroy :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__copy :: (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc, BT_QUANTIZED_BVH_NODEClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__expand :: (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc, BT_QUANTIZED_BVH_NODEClass p0) => bc -> p0 -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__clear :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__allocSize :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__reserve :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_allocator_set :: (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc, BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_allocator_get :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (BtAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_size_set :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_size_get :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_capacity_set :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_capacity_get :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_data_set :: (BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc, BT_QUANTIZED_BVH_NODEClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_data_get :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (BT_QUANTIZED_BVH_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_ownsMemory_set :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> Bool -> IO () btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_ownsMemory_get :: BtAlignedObjectArray_BT_QUANTIZED_BVH_NODE_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA_ :: IO (BtAlignedObjectArray_GIM_BVH_DATA_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__free :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO () btAlignedObjectArray_GIM_BVH_DATA__push_back :: (BtAlignedObjectArray_GIM_BVH_DATA_Class bc, GIM_BVH_DATAClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__at :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__at0 :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__at1 :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__size :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__capacity :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__init :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__allocate :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__pop_back :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__deallocate :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__swap :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__initializeFromBuffer :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__expandNonInitializing :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__resize :: (BtAlignedObjectArray_GIM_BVH_DATA_Class bc, GIM_BVH_DATAClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__destroy :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__copy :: (BtAlignedObjectArray_GIM_BVH_DATA_Class bc, GIM_BVH_DATAClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__expand :: (BtAlignedObjectArray_GIM_BVH_DATA_Class bc, GIM_BVH_DATAClass p0) => bc -> p0 -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__clear :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__allocSize :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__reserve :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_allocator_set :: (BtAlignedObjectArray_GIM_BVH_DATA_Class bc, BtAlignedAllocator_GIM_BVH_DATA_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_allocator_get :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (BtAlignedAllocator_GIM_BVH_DATA_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_size_set :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_size_get :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_capacity_set :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_capacity_get :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_data_set :: (BtAlignedObjectArray_GIM_BVH_DATA_Class bc, GIM_BVH_DATAClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_data_get :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (GIM_BVH_DATA) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_DATA__m_ownsMemory_set :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> Bool -> IO () btAlignedObjectArray_GIM_BVH_DATA__m_ownsMemory_get :: BtAlignedObjectArray_GIM_BVH_DATA_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE_ :: IO (BtAlignedObjectArray_GIM_BVH_TREE_NODE_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__free :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO () btAlignedObjectArray_GIM_BVH_TREE_NODE__push_back :: (BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc, GIM_BVH_TREE_NODEClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__at :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__at0 :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__at1 :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__size :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__capacity :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__init :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__allocate :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__pop_back :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__deallocate :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__swap :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__initializeFromBuffer :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__expandNonInitializing :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__resize :: (BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc, GIM_BVH_TREE_NODEClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__destroy :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__copy :: (BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc, GIM_BVH_TREE_NODEClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__expand :: (BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc, GIM_BVH_TREE_NODEClass p0) => bc -> p0 -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__clear :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__allocSize :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__reserve :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_allocator_set :: (BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc, BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_allocator_get :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (BtAlignedAllocator_GIM_BVH_TREE_NODE_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_size_set :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_size_get :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_capacity_set :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_capacity_get :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_data_set :: (BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc, GIM_BVH_TREE_NODEClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_data_get :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (GIM_BVH_TREE_NODE) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_BVH_TREE_NODE__m_ownsMemory_set :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> Bool -> IO () btAlignedObjectArray_GIM_BVH_TREE_NODE__m_ownsMemory_get :: BtAlignedObjectArray_GIM_BVH_TREE_NODE_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR_ :: IO (BtAlignedObjectArray_GIM_PAIR_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__free :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO () btAlignedObjectArray_GIM_PAIR__push_back :: (BtAlignedObjectArray_GIM_PAIR_Class bc, GIM_PAIRClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__at :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__at0 :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__at1 :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__size :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__capacity :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__init :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__allocate :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__pop_back :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__deallocate :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__swap :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__initializeFromBuffer :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__expandNonInitializing :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__resize :: (BtAlignedObjectArray_GIM_PAIR_Class bc, GIM_PAIRClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__destroy :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__copy :: (BtAlignedObjectArray_GIM_PAIR_Class bc, GIM_PAIRClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__expand :: (BtAlignedObjectArray_GIM_PAIR_Class bc, GIM_PAIRClass p0) => bc -> p0 -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__clear :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__allocSize :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__reserve :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_allocator_set :: (BtAlignedObjectArray_GIM_PAIR_Class bc, BtAlignedAllocator_GIM_PAIR_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_allocator_get :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (BtAlignedAllocator_GIM_PAIR_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_size_set :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_size_get :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_capacity_set :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_capacity_get :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_data_set :: (BtAlignedObjectArray_GIM_PAIR_Class bc, GIM_PAIRClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_data_get :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (GIM_PAIR) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_GIM_PAIR__m_ownsMemory_set :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> Bool -> IO () btAlignedObjectArray_GIM_PAIR__m_ownsMemory_get :: BtAlignedObjectArray_GIM_PAIR_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool_ :: IO (BtAlignedObjectArray_bool_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__free :: BtAlignedObjectArray_bool_Class bc => bc -> IO () btAlignedObjectArray_bool__size :: BtAlignedObjectArray_bool_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__capacity :: BtAlignedObjectArray_bool_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__init :: BtAlignedObjectArray_bool_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__swap :: BtAlignedObjectArray_bool_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__pop_back :: BtAlignedObjectArray_bool_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__deallocate :: BtAlignedObjectArray_bool_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__allocate :: BtAlignedObjectArray_bool_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__initializeFromBuffer :: BtAlignedObjectArray_bool_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__destroy :: BtAlignedObjectArray_bool_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__clear :: BtAlignedObjectArray_bool_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__allocSize :: BtAlignedObjectArray_bool_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__reserve :: BtAlignedObjectArray_bool_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__m_allocator_set :: (BtAlignedObjectArray_bool_Class bc, BtAlignedAllocator_bool_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__m_allocator_get :: BtAlignedObjectArray_bool_Class bc => bc -> IO (BtAlignedAllocator_bool_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__m_capacity_set :: BtAlignedObjectArray_bool_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__m_capacity_get :: BtAlignedObjectArray_bool_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__m_ownsMemory_set :: BtAlignedObjectArray_bool_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__m_ownsMemory_get :: BtAlignedObjectArray_bool_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_bool__m_size_set :: BtAlignedObjectArray_bool_Class bc => bc -> Int -> IO () btAlignedObjectArray_bool__m_size_get :: BtAlignedObjectArray_bool_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr_ :: IO (BtAlignedObjectArray_btActionInterface_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__free :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO () btAlignedObjectArray_btActionInterface_ptr__push_back :: (BtAlignedObjectArray_btActionInterface_ptr_Class bc, BtActionInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__at :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO (BtActionInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__at0 :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO (BtActionInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__at1 :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO (BtActionInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__size :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__capacity :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__init :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__allocate :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__pop_back :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__deallocate :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__swap :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__initializeFromBuffer :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__expandNonInitializing :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO (BtActionInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__resize :: (BtAlignedObjectArray_btActionInterface_ptr_Class bc, BtActionInterfaceClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__destroy :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__expand :: (BtAlignedObjectArray_btActionInterface_ptr_Class bc, BtActionInterfaceClass p0) => bc -> p0 -> IO (BtActionInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__clear :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__allocSize :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__reserve :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__m_allocator_set :: (BtAlignedObjectArray_btActionInterface_ptr_Class bc, BtAlignedAllocator_btActionInterface_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__m_allocator_get :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO (BtAlignedAllocator_btActionInterface_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__m_size_set :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__m_size_get :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__m_capacity_set :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__m_capacity_get :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btActionInterface_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btActionInterface_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btActionInterface_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr_ :: IO (BtAlignedObjectArray_btBroadphaseInterface_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__free :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO () btAlignedObjectArray_btBroadphaseInterface_ptr__push_back :: (BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc, BtBroadphaseInterfaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__at :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__at0 :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__at1 :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__size :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__capacity :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__init :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__allocate :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__pop_back :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__deallocate :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__swap :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__initializeFromBuffer :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__expandNonInitializing :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__resize :: (BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc, BtBroadphaseInterfaceClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__destroy :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__expand :: (BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc, BtBroadphaseInterfaceClass p0) => bc -> p0 -> IO (BtBroadphaseInterface) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__clear :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__allocSize :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__reserve :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__m_allocator_set :: (BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc, BtAlignedAllocator_btBroadphaseInterface_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__m_allocator_get :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO (BtAlignedAllocator_btBroadphaseInterface_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__m_size_set :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__m_size_get :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__m_capacity_set :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__m_capacity_get :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphaseInterface_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btBroadphaseInterface_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btBroadphaseInterface_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair_ :: IO (BtAlignedObjectArray_btBroadphasePair_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__free :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO () btAlignedObjectArray_btBroadphasePair__push_back :: (BtAlignedObjectArray_btBroadphasePair_Class bc, BtBroadphasePairClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__at :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__at0 :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__at1 :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__size :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__capacity :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__init :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__allocate :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__pop_back :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__deallocate :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__swap :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__initializeFromBuffer :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__expandNonInitializing :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__resize :: (BtAlignedObjectArray_btBroadphasePair_Class bc, BtBroadphasePairClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__destroy :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__copy :: (BtAlignedObjectArray_btBroadphasePair_Class bc, BtBroadphasePairClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__expand :: (BtAlignedObjectArray_btBroadphasePair_Class bc, BtBroadphasePairClass p0) => bc -> p0 -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__clear :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__allocSize :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__reserve :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_allocator_set :: (BtAlignedObjectArray_btBroadphasePair_Class bc, BtAlignedAllocator_btBroadphasePair_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_allocator_get :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (BtAlignedAllocator_btBroadphasePair_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_size_set :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_size_get :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_capacity_set :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_capacity_get :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_data_set :: (BtAlignedObjectArray_btBroadphasePair_Class bc, BtBroadphasePairClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_data_get :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (BtBroadphasePair) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBroadphasePair__m_ownsMemory_set :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btBroadphasePair__m_ownsMemory_get :: BtAlignedObjectArray_btBroadphasePair_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo_ :: IO (BtAlignedObjectArray_btBvhSubtreeInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__free :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO () btAlignedObjectArray_btBvhSubtreeInfo__push_back :: (BtAlignedObjectArray_btBvhSubtreeInfo_Class bc, BtBvhSubtreeInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__at :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__at0 :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__at1 :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__size :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__capacity :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__init :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__allocate :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__pop_back :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__deallocate :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__swap :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__initializeFromBuffer :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__expandNonInitializing :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__resize :: (BtAlignedObjectArray_btBvhSubtreeInfo_Class bc, BtBvhSubtreeInfoClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__destroy :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__copy :: (BtAlignedObjectArray_btBvhSubtreeInfo_Class bc, BtBvhSubtreeInfoClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__expand :: (BtAlignedObjectArray_btBvhSubtreeInfo_Class bc, BtBvhSubtreeInfoClass p0) => bc -> p0 -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__clear :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__allocSize :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__reserve :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_allocator_set :: (BtAlignedObjectArray_btBvhSubtreeInfo_Class bc, BtAlignedAllocator_btBvhSubtreeInfo_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_allocator_get :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (BtAlignedAllocator_btBvhSubtreeInfo_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_size_set :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_size_get :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_capacity_set :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_capacity_get :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_data_set :: (BtAlignedObjectArray_btBvhSubtreeInfo_Class bc, BtBvhSubtreeInfoClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_data_get :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (BtBvhSubtreeInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btBvhSubtreeInfo__m_ownsMemory_set :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btBvhSubtreeInfo__m_ownsMemory_get :: BtAlignedObjectArray_btBvhSubtreeInfo_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr_ :: IO (BtAlignedObjectArray_btChunk_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__free :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO () btAlignedObjectArray_btChunk_ptr__push_back :: (BtAlignedObjectArray_btChunk_ptr_Class bc, BtChunkClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__at :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO (BtChunk) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__at0 :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO (BtChunk) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__at1 :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO (BtChunk) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__size :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__capacity :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__init :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__allocate :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__pop_back :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__deallocate :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__swap :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__initializeFromBuffer :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__expandNonInitializing :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO (BtChunk) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__resize :: (BtAlignedObjectArray_btChunk_ptr_Class bc, BtChunkClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__destroy :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__expand :: (BtAlignedObjectArray_btChunk_ptr_Class bc, BtChunkClass p0) => bc -> p0 -> IO (BtChunk) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__clear :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__allocSize :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__reserve :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__m_allocator_set :: (BtAlignedObjectArray_btChunk_ptr_Class bc, BtAlignedAllocator_btChunk_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__m_allocator_get :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO (BtAlignedAllocator_btChunk_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__m_size_set :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__m_size_get :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__m_capacity_set :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__m_capacity_get :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btChunk_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btChunk_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btChunk_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr_ :: IO (BtAlignedObjectArray_btCollisionObject_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__free :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO () btAlignedObjectArray_btCollisionObject_ptr__push_back :: (BtAlignedObjectArray_btCollisionObject_ptr_Class bc, BtCollisionObjectClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__at :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__at0 :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__at1 :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__size :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__capacity :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__init :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__swap :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__pop_back :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__deallocate :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__allocate :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__initializeFromBuffer :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__expandNonInitializing :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__destroy :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__resize :: (BtAlignedObjectArray_btCollisionObject_ptr_Class bc, BtCollisionObjectClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__clear :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__allocSize :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__expand :: (BtAlignedObjectArray_btCollisionObject_ptr_Class bc, BtCollisionObjectClass p0) => bc -> p0 -> IO (BtCollisionObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__reserve :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__m_allocator_set :: (BtAlignedObjectArray_btCollisionObject_ptr_Class bc, BtAlignedAllocator_btCollisionObject_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__m_allocator_get :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO (BtAlignedAllocator_btCollisionObject_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__m_capacity_set :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__m_capacity_get :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionObject_ptr__m_size_set :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> Int -> IO () btAlignedObjectArray_btCollisionObject_ptr__m_size_get :: BtAlignedObjectArray_btCollisionObject_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr_ :: IO (BtAlignedObjectArray_btCollisionShape_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__free :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO () btAlignedObjectArray_btCollisionShape_ptr__push_back :: (BtAlignedObjectArray_btCollisionShape_ptr_Class bc, BtCollisionShapeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__at :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__at0 :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__at1 :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__size :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__capacity :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__init :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__allocate :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__pop_back :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__deallocate :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__swap :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__initializeFromBuffer :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__expandNonInitializing :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__resize :: (BtAlignedObjectArray_btCollisionShape_ptr_Class bc, BtCollisionShapeClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__destroy :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__expand :: (BtAlignedObjectArray_btCollisionShape_ptr_Class bc, BtCollisionShapeClass p0) => bc -> p0 -> IO (BtCollisionShape) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__clear :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__allocSize :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__reserve :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__m_allocator_set :: (BtAlignedObjectArray_btCollisionShape_ptr_Class bc, BtAlignedAllocator_btCollisionShape_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__m_allocator_get :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO (BtAlignedAllocator_btCollisionShape_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__m_size_set :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__m_size_get :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__m_capacity_set :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__m_capacity_get :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCollisionShape_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btCollisionShape_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btCollisionShape_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild_ :: IO (BtAlignedObjectArray_btCompoundShapeChild_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__free :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO () btAlignedObjectArray_btCompoundShapeChild__push_back :: (BtAlignedObjectArray_btCompoundShapeChild_Class bc, BtCompoundShapeChildClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__at :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__at0 :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__at1 :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__size :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__capacity :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__init :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__allocate :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__pop_back :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__deallocate :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__swap :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__initializeFromBuffer :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__expandNonInitializing :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__resize :: (BtAlignedObjectArray_btCompoundShapeChild_Class bc, BtCompoundShapeChildClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__destroy :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__copy :: (BtAlignedObjectArray_btCompoundShapeChild_Class bc, BtCompoundShapeChildClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__expand :: (BtAlignedObjectArray_btCompoundShapeChild_Class bc, BtCompoundShapeChildClass p0) => bc -> p0 -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__clear :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__allocSize :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__reserve :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_allocator_set :: (BtAlignedObjectArray_btCompoundShapeChild_Class bc, BtAlignedAllocator_btCompoundShapeChild_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_allocator_get :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (BtAlignedAllocator_btCompoundShapeChild_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_size_set :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_size_get :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_capacity_set :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_capacity_get :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_data_set :: (BtAlignedObjectArray_btCompoundShapeChild_Class bc, BtCompoundShapeChildClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_data_get :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (BtCompoundShapeChild) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btCompoundShapeChild__m_ownsMemory_set :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btCompoundShapeChild__m_ownsMemory_get :: BtAlignedObjectArray_btCompoundShapeChild_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN_ :: IO (BtAlignedObjectArray_btDbvt_sStkNN_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__free :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO () btAlignedObjectArray_btDbvt_sStkNN__push_back :: (BtAlignedObjectArray_btDbvt_sStkNN_Class bc, BtDbvt_sStkNNClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__at :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__at0 :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__at1 :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__size :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__capacity :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__init :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__allocate :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__pop_back :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__deallocate :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__swap :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__initializeFromBuffer :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__expandNonInitializing :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__resize :: (BtAlignedObjectArray_btDbvt_sStkNN_Class bc, BtDbvt_sStkNNClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__destroy :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__copy :: (BtAlignedObjectArray_btDbvt_sStkNN_Class bc, BtDbvt_sStkNNClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__expand :: (BtAlignedObjectArray_btDbvt_sStkNN_Class bc, BtDbvt_sStkNNClass p0) => bc -> p0 -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__clear :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__allocSize :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__reserve :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_allocator_set :: (BtAlignedObjectArray_btDbvt_sStkNN_Class bc, BtAlignedAllocator_btDbvt_sStkNN_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_allocator_get :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (BtAlignedAllocator_btDbvt_sStkNN_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_size_set :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_size_get :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_capacity_set :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_capacity_get :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_data_set :: (BtAlignedObjectArray_btDbvt_sStkNN_Class bc, BtDbvt_sStkNNClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_data_get :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (BtDbvt_sStkNN) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNN__m_ownsMemory_set :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btDbvt_sStkNN__m_ownsMemory_get :: BtAlignedObjectArray_btDbvt_sStkNN_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP_ :: IO (BtAlignedObjectArray_btDbvt_sStkNP_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__free :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO () btAlignedObjectArray_btDbvt_sStkNP__push_back :: (BtAlignedObjectArray_btDbvt_sStkNP_Class bc, BtDbvt_sStkNPClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__at :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__at0 :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__at1 :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__size :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__capacity :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__init :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__allocate :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__pop_back :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__deallocate :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__swap :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__initializeFromBuffer :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__expandNonInitializing :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__resize :: (BtAlignedObjectArray_btDbvt_sStkNP_Class bc, BtDbvt_sStkNPClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__destroy :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__copy :: (BtAlignedObjectArray_btDbvt_sStkNP_Class bc, BtDbvt_sStkNPClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__expand :: (BtAlignedObjectArray_btDbvt_sStkNP_Class bc, BtDbvt_sStkNPClass p0) => bc -> p0 -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__clear :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__allocSize :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__reserve :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_allocator_set :: (BtAlignedObjectArray_btDbvt_sStkNP_Class bc, BtAlignedAllocator_btDbvt_sStkNP_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_allocator_get :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (BtAlignedAllocator_btDbvt_sStkNP_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_size_set :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_size_get :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_capacity_set :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_capacity_get :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_data_set :: (BtAlignedObjectArray_btDbvt_sStkNP_Class bc, BtDbvt_sStkNPClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_data_get :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (BtDbvt_sStkNP) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNP__m_ownsMemory_set :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btDbvt_sStkNP__m_ownsMemory_get :: BtAlignedObjectArray_btDbvt_sStkNP_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS_ :: IO (BtAlignedObjectArray_btDbvt_sStkNPS_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__free :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO () btAlignedObjectArray_btDbvt_sStkNPS__push_back :: (BtAlignedObjectArray_btDbvt_sStkNPS_Class bc, BtDbvt_sStkNPSClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__at :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__at0 :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__at1 :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__size :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__capacity :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__init :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__allocate :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__pop_back :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__deallocate :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__swap :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__initializeFromBuffer :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__expandNonInitializing :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__resize :: (BtAlignedObjectArray_btDbvt_sStkNPS_Class bc, BtDbvt_sStkNPSClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__destroy :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__copy :: (BtAlignedObjectArray_btDbvt_sStkNPS_Class bc, BtDbvt_sStkNPSClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__expand :: (BtAlignedObjectArray_btDbvt_sStkNPS_Class bc, BtDbvt_sStkNPSClass p0) => bc -> p0 -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__clear :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__allocSize :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__reserve :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_allocator_set :: (BtAlignedObjectArray_btDbvt_sStkNPS_Class bc, BtAlignedAllocator_btDbvt_sStkNPS_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_allocator_get :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (BtAlignedAllocator_btDbvt_sStkNPS_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_size_set :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_size_get :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_capacity_set :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_capacity_get :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_data_set :: (BtAlignedObjectArray_btDbvt_sStkNPS_Class bc, BtDbvt_sStkNPSClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_data_get :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (BtDbvt_sStkNPS) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvt_sStkNPS__m_ownsMemory_set :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btDbvt_sStkNPS__m_ownsMemory_get :: BtAlignedObjectArray_btDbvt_sStkNPS_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr_ :: IO (BtAlignedObjectArray_btDbvtNodeconst_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__free :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO () btAlignedObjectArray_btDbvtNodeconst_ptr__push_back :: (BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc, BtDbvtNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__at :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__at0 :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__at1 :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__size :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__capacity :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__init :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__allocate :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__pop_back :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__deallocate :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__swap :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__initializeFromBuffer :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__expandNonInitializing :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__resize :: (BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc, BtDbvtNodeClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__destroy :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__expand :: (BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc, BtDbvtNodeClass p0) => bc -> p0 -> IO (BtDbvtNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__clear :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__allocSize :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__reserve :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__m_allocator_set :: (BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc, BtAlignedAllocator_btDbvtNodeconst_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__m_allocator_get :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO (BtAlignedAllocator_btDbvtNodeconst_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__m_size_set :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__m_size_get :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__m_capacity_set :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__m_capacity_get :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btDbvtNodeconst_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btDbvtNodeconst_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btDbvtNodeconst_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr_ :: IO (BtAlignedObjectArray_btGImpactMeshShapePart_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__free :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO () btAlignedObjectArray_btGImpactMeshShapePart_ptr__push_back :: (BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc, BtGImpactMeshShapePartClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__at :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__at0 :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__at1 :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__size :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__capacity :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__init :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__allocate :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__pop_back :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__deallocate :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__swap :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__initializeFromBuffer :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__expandNonInitializing :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__resize :: (BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc, BtGImpactMeshShapePartClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__destroy :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__expand :: (BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc, BtGImpactMeshShapePartClass p0) => bc -> p0 -> IO (BtGImpactMeshShapePart) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__clear :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__allocSize :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__reserve :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_allocator_set :: (BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc, BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_allocator_get :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO (BtAlignedAllocator_btGImpactMeshShapePart_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_size_set :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_size_get :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_capacity_set :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_capacity_get :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btGImpactMeshShapePart_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt_ :: IO (BtAlignedObjectArray_btHashInt_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__free :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO () btAlignedObjectArray_btHashInt__push_back :: (BtAlignedObjectArray_btHashInt_Class bc, BtHashIntClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__at :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__at0 :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__at1 :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__size :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__capacity :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__init :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__allocate :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__pop_back :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__deallocate :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__swap :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__initializeFromBuffer :: BtAlignedObjectArray_btHashInt_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__expandNonInitializing :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__resize :: (BtAlignedObjectArray_btHashInt_Class bc, BtHashIntClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__destroy :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__copy :: (BtAlignedObjectArray_btHashInt_Class bc, BtHashIntClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__expand :: (BtAlignedObjectArray_btHashInt_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__clear :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__allocSize :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__reserve :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_allocator_set :: (BtAlignedObjectArray_btHashInt_Class bc, BtAlignedAllocator_btHashInt_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_allocator_get :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (BtAlignedAllocator_btHashInt_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_size_set :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_size_get :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_capacity_set :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_capacity_get :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_data_set :: (BtAlignedObjectArray_btHashInt_Class bc, BtHashIntClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_data_get :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashInt__m_ownsMemory_set :: BtAlignedObjectArray_btHashInt_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btHashInt__m_ownsMemory_get :: BtAlignedObjectArray_btHashInt_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr_ :: IO (BtAlignedObjectArray_btHashPtr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__free :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO () btAlignedObjectArray_btHashPtr__push_back :: (BtAlignedObjectArray_btHashPtr_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__at :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__at0 :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__at1 :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__size :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__capacity :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__init :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__allocate :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__pop_back :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__deallocate :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__swap :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__initializeFromBuffer :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__expandNonInitializing :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__resize :: (BtAlignedObjectArray_btHashPtr_Class bc, BtHashPtrClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__destroy :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__copy :: (BtAlignedObjectArray_btHashPtr_Class bc, BtHashPtrClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__expand :: (BtAlignedObjectArray_btHashPtr_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__clear :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__allocSize :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__reserve :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_allocator_set :: (BtAlignedObjectArray_btHashPtr_Class bc, BtAlignedAllocator_btHashPtr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_allocator_get :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (BtAlignedAllocator_btHashPtr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_size_set :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_size_get :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_capacity_set :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_capacity_get :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_data_set :: (BtAlignedObjectArray_btHashPtr_Class bc, BtHashPtrClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_data_get :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (BtHashPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashPtr__m_ownsMemory_set :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btHashPtr__m_ownsMemory_get :: BtAlignedObjectArray_btHashPtr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString_ :: IO (BtAlignedObjectArray_btHashString_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__free :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO () btAlignedObjectArray_btHashString__push_back :: (BtAlignedObjectArray_btHashString_Class bc, BtHashStringClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__at :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__at0 :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__at1 :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__size :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__capacity :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__init :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__allocate :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__pop_back :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__deallocate :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__swap :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__initializeFromBuffer :: BtAlignedObjectArray_btHashString_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__expandNonInitializing :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__resize :: (BtAlignedObjectArray_btHashString_Class bc, BtHashStringClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__destroy :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__copy :: (BtAlignedObjectArray_btHashString_Class bc, BtHashStringClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__expand :: (BtAlignedObjectArray_btHashString_Class bc, BtHashStringClass p0) => bc -> p0 -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__clear :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__allocSize :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__reserve :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_allocator_set :: (BtAlignedObjectArray_btHashString_Class bc, BtAlignedAllocator_btHashString_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_allocator_get :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (BtAlignedAllocator_btHashString_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_size_set :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_size_get :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_capacity_set :: BtAlignedObjectArray_btHashString_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_capacity_get :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_data_set :: (BtAlignedObjectArray_btHashString_Class bc, BtHashStringClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_data_get :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btHashString__m_ownsMemory_set :: BtAlignedObjectArray_btHashString_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btHashString__m_ownsMemory_get :: BtAlignedObjectArray_btHashString_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh_ :: IO (BtAlignedObjectArray_btIndexedMesh_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__free :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO () btAlignedObjectArray_btIndexedMesh__push_back :: (BtAlignedObjectArray_btIndexedMesh_Class bc, BtIndexedMeshClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__at :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__at0 :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__at1 :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__size :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__capacity :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__init :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__allocate :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__pop_back :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__deallocate :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__swap :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__initializeFromBuffer :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__expandNonInitializing :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__resize :: (BtAlignedObjectArray_btIndexedMesh_Class bc, BtIndexedMeshClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__destroy :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__copy :: (BtAlignedObjectArray_btIndexedMesh_Class bc, BtIndexedMeshClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__expand :: (BtAlignedObjectArray_btIndexedMesh_Class bc, BtIndexedMeshClass p0) => bc -> p0 -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__clear :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__allocSize :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__reserve :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_allocator_set :: (BtAlignedObjectArray_btIndexedMesh_Class bc, BtAlignedAllocator_btIndexedMesh_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_allocator_get :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (BtAlignedAllocator_btIndexedMesh_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_size_set :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_size_get :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_capacity_set :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_capacity_get :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_data_set :: (BtAlignedObjectArray_btIndexedMesh_Class bc, BtIndexedMeshClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_data_get :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (BtIndexedMesh) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btIndexedMesh__m_ownsMemory_set :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btIndexedMesh__m_ownsMemory_get :: BtAlignedObjectArray_btIndexedMesh_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_ :: IO (BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__free :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO () btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__push_back :: (BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc, BtMultiSapBroadphase_btBridgeProxyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__at :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO (BtMultiSapBroadphase_btBridgeProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__at0 :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO (BtMultiSapBroadphase_btBridgeProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__at1 :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO (BtMultiSapBroadphase_btBridgeProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__size :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__capacity :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__init :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__allocate :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__pop_back :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__deallocate :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__swap :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__initializeFromBuffer :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__expandNonInitializing :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO (BtMultiSapBroadphase_btBridgeProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__resize :: (BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc, BtMultiSapBroadphase_btBridgeProxyClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__destroy :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__expand :: (BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc, BtMultiSapBroadphase_btBridgeProxyClass p0) => bc -> p0 -> IO (BtMultiSapBroadphase_btBridgeProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__clear :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__allocSize :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__reserve :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_allocator_set :: (BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc, BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_allocator_get :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO (BtAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_size_set :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_size_get :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_capacity_set :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_capacity_get :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_ :: IO (BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__free :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO () btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__push_back :: (BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc, BtMultiSapBroadphase_btMultiSapProxyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__at :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO (BtMultiSapBroadphase_btMultiSapProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__at0 :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO (BtMultiSapBroadphase_btMultiSapProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__at1 :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO (BtMultiSapBroadphase_btMultiSapProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__size :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__capacity :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__init :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__allocate :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__pop_back :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__deallocate :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__swap :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__initializeFromBuffer :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__expandNonInitializing :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO (BtMultiSapBroadphase_btMultiSapProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__resize :: (BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc, BtMultiSapBroadphase_btMultiSapProxyClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__destroy :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__expand :: (BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc, BtMultiSapBroadphase_btMultiSapProxyClass p0) => bc -> p0 -> IO (BtMultiSapBroadphase_btMultiSapProxy) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__clear :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__allocSize :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__reserve :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_allocator_set :: (BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc, BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_allocator_get :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO (BtAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_size_set :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_size_get :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_capacity_set :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_capacity_get :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode_ :: IO (BtAlignedObjectArray_btOptimizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__free :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO () btAlignedObjectArray_btOptimizedBvhNode__push_back :: (BtAlignedObjectArray_btOptimizedBvhNode_Class bc, BtOptimizedBvhNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__at :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__at0 :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__at1 :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__size :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__capacity :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__init :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__allocate :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__pop_back :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__deallocate :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__swap :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__initializeFromBuffer :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__expandNonInitializing :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__resize :: (BtAlignedObjectArray_btOptimizedBvhNode_Class bc, BtOptimizedBvhNodeClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__destroy :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__copy :: (BtAlignedObjectArray_btOptimizedBvhNode_Class bc, BtOptimizedBvhNodeClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__expand :: (BtAlignedObjectArray_btOptimizedBvhNode_Class bc, BtOptimizedBvhNodeClass p0) => bc -> p0 -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__clear :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__allocSize :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__reserve :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_allocator_set :: (BtAlignedObjectArray_btOptimizedBvhNode_Class bc, BtAlignedAllocator_btOptimizedBvhNode_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_allocator_get :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (BtAlignedAllocator_btOptimizedBvhNode_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_size_set :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_size_get :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_capacity_set :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_capacity_get :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_data_set :: (BtAlignedObjectArray_btOptimizedBvhNode_Class bc, BtOptimizedBvhNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_data_get :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (BtOptimizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btOptimizedBvhNode__m_ownsMemory_set :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btOptimizedBvhNode__m_ownsMemory_get :: BtAlignedObjectArray_btOptimizedBvhNode_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr_ :: IO (BtAlignedObjectArray_btPersistentManifold_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__free :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO () btAlignedObjectArray_btPersistentManifold_ptr__push_back :: (BtAlignedObjectArray_btPersistentManifold_ptr_Class bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__at :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__at0 :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__at1 :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__size :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__capacity :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__init :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__allocate :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__pop_back :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__deallocate :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__swap :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__initializeFromBuffer :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__expandNonInitializing :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__resize :: (BtAlignedObjectArray_btPersistentManifold_ptr_Class bc, BtPersistentManifoldClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__destroy :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__expand :: (BtAlignedObjectArray_btPersistentManifold_ptr_Class bc, BtPersistentManifoldClass p0) => bc -> p0 -> IO (BtPersistentManifold) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__clear :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__allocSize :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__reserve :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__m_allocator_set :: (BtAlignedObjectArray_btPersistentManifold_ptr_Class bc, BtAlignedAllocator_btPersistentManifold_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__m_allocator_get :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO (BtAlignedAllocator_btPersistentManifold_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__m_size_set :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__m_size_get :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__m_capacity_set :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__m_capacity_get :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPersistentManifold_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btPersistentManifold_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btPersistentManifold_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid_ :: IO (BtAlignedObjectArray_btPointerUid_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__free :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO () btAlignedObjectArray_btPointerUid__push_back :: (BtAlignedObjectArray_btPointerUid_Class bc, BtPointerUidClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__at :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__at0 :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__at1 :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__size :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__capacity :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__init :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__allocate :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__pop_back :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__deallocate :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__swap :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__initializeFromBuffer :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__expandNonInitializing :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__resize :: (BtAlignedObjectArray_btPointerUid_Class bc, BtPointerUidClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__destroy :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__copy :: (BtAlignedObjectArray_btPointerUid_Class bc, BtPointerUidClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__expand :: (BtAlignedObjectArray_btPointerUid_Class bc, BtPointerUidClass p0) => bc -> p0 -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__clear :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__allocSize :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__reserve :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_allocator_set :: (BtAlignedObjectArray_btPointerUid_Class bc, BtAlignedAllocator_btPointerUid_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_allocator_get :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (BtAlignedAllocator_btPointerUid_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_size_set :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_size_get :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_capacity_set :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_capacity_get :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_data_set :: (BtAlignedObjectArray_btPointerUid_Class bc, BtPointerUidClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_data_get :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btPointerUid__m_ownsMemory_set :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btPointerUid__m_ownsMemory_get :: BtAlignedObjectArray_btPointerUid_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode_ :: IO (BtAlignedObjectArray_btQuantizedBvhNode_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__free :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO () btAlignedObjectArray_btQuantizedBvhNode__push_back :: (BtAlignedObjectArray_btQuantizedBvhNode_Class bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__at :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__at0 :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__at1 :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__size :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__capacity :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__init :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__allocate :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__pop_back :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__deallocate :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__swap :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__initializeFromBuffer :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__expandNonInitializing :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__resize :: (BtAlignedObjectArray_btQuantizedBvhNode_Class bc, BtQuantizedBvhNodeClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__destroy :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__copy :: (BtAlignedObjectArray_btQuantizedBvhNode_Class bc, BtQuantizedBvhNodeClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__expand :: (BtAlignedObjectArray_btQuantizedBvhNode_Class bc, BtQuantizedBvhNodeClass p0) => bc -> p0 -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__clear :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__allocSize :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__reserve :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_allocator_set :: (BtAlignedObjectArray_btQuantizedBvhNode_Class bc, BtAlignedAllocator_btQuantizedBvhNode_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_allocator_get :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (BtAlignedAllocator_btQuantizedBvhNode_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_size_set :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_size_get :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_capacity_set :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_capacity_get :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_data_set :: (BtAlignedObjectArray_btQuantizedBvhNode_Class bc, BtQuantizedBvhNodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_data_get :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (BtQuantizedBvhNode) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btQuantizedBvhNode__m_ownsMemory_set :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btQuantizedBvhNode__m_ownsMemory_get :: BtAlignedObjectArray_btQuantizedBvhNode_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr_ :: IO (BtAlignedObjectArray_btRigidBody_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__free :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO () btAlignedObjectArray_btRigidBody_ptr__push_back :: (BtAlignedObjectArray_btRigidBody_ptr_Class bc, BtRigidBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__at :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__at0 :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__at1 :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__size :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__capacity :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__init :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__allocate :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__pop_back :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__deallocate :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__swap :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__initializeFromBuffer :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__expandNonInitializing :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__resize :: (BtAlignedObjectArray_btRigidBody_ptr_Class bc, BtRigidBodyClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__destroy :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__expand :: (BtAlignedObjectArray_btRigidBody_ptr_Class bc, BtRigidBodyClass p0) => bc -> p0 -> IO (BtRigidBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__clear :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__allocSize :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__reserve :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__m_allocator_set :: (BtAlignedObjectArray_btRigidBody_ptr_Class bc, BtAlignedAllocator_btRigidBody_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__m_allocator_get :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO (BtAlignedAllocator_btRigidBody_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__m_size_set :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__m_size_get :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__m_capacity_set :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__m_capacity_get :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btRigidBody_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btRigidBody_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btRigidBody_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr_ :: IO (BtAlignedObjectArray_btSoftBody_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__free :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_ptr__push_back :: (BtAlignedObjectArray_btSoftBody_ptr_Class bc, BtSoftBodyClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__at :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__at0 :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__at1 :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__size :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__capacity :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__init :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__swap :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__pop_back :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__deallocate :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__allocate :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__destroy :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__resize :: (BtAlignedObjectArray_btSoftBody_ptr_Class bc, BtSoftBodyClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__clear :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__allocSize :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__expand :: (BtAlignedObjectArray_btSoftBody_ptr_Class bc, BtSoftBodyClass p0) => bc -> p0 -> IO (BtSoftBody) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__reserve :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_ptr_Class bc, BtAlignedAllocator_btSoftBody_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__m_allocator_get :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__m_capacity_set :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__m_capacity_get :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ptr__m_size_set :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_ptr__m_size_get :: BtAlignedObjectArray_btSoftBody_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor_ :: IO (BtAlignedObjectArray_btSoftBody_Anchor_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__free :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Anchor__push_back :: (BtAlignedObjectArray_btSoftBody_Anchor_Class bc, BtSoftBody_AnchorClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__at :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__at0 :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__at1 :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__size :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__capacity :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__init :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__swap :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__pop_back :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__deallocate :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__allocate :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__destroy :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__copy :: (BtAlignedObjectArray_btSoftBody_Anchor_Class bc, BtSoftBody_AnchorClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__resize :: (BtAlignedObjectArray_btSoftBody_Anchor_Class bc, BtSoftBody_AnchorClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__clear :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__allocSize :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__expand :: (BtAlignedObjectArray_btSoftBody_Anchor_Class bc, BtSoftBody_AnchorClass p0) => bc -> p0 -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__reserve :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Anchor_Class bc, BtAlignedAllocator_btSoftBody_Anchor_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Anchor_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_data_set :: (BtAlignedObjectArray_btSoftBody_Anchor_Class bc, BtSoftBody_AnchorClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_data_get :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (BtSoftBody_Anchor) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Anchor__m_size_set :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Anchor__m_size_get :: BtAlignedObjectArray_btSoftBody_Anchor_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr_ :: IO (BtAlignedObjectArray_btSoftBody_Cluster_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__free :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Cluster_ptr__push_back :: (BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc, BtSoftBody_ClusterClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__at :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Cluster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__at0 :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Cluster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__at1 :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Cluster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__size :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__capacity :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__init :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__swap :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__pop_back :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__deallocate :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__allocate :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO (BtSoftBody_Cluster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__destroy :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__resize :: (BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc, BtSoftBody_ClusterClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__clear :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__allocSize :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__expand :: (BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc, BtSoftBody_ClusterClass p0) => bc -> p0 -> IO (BtSoftBody_Cluster) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__reserve :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc, BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Cluster_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Cluster_ptr__m_size_set :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Cluster_ptr__m_size_get :: BtAlignedObjectArray_btSoftBody_Cluster_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face_ :: IO (BtAlignedObjectArray_btSoftBody_Face_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__free :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Face__push_back :: (BtAlignedObjectArray_btSoftBody_Face_Class bc, BtSoftBody_FaceClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__at :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__at0 :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__at1 :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__size :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__capacity :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__init :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__swap :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__pop_back :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__deallocate :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__allocate :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__destroy :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__copy :: (BtAlignedObjectArray_btSoftBody_Face_Class bc, BtSoftBody_FaceClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__resize :: (BtAlignedObjectArray_btSoftBody_Face_Class bc, BtSoftBody_FaceClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__clear :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__allocSize :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__expand :: (BtAlignedObjectArray_btSoftBody_Face_Class bc, BtSoftBody_FaceClass p0) => bc -> p0 -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__reserve :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Face_Class bc, BtAlignedAllocator_btSoftBody_Face_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Face_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_data_set :: (BtAlignedObjectArray_btSoftBody_Face_Class bc, BtSoftBody_FaceClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_data_get :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (BtSoftBody_Face) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Face__m_size_set :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Face__m_size_get :: BtAlignedObjectArray_btSoftBody_Face_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr_ :: IO (BtAlignedObjectArray_btSoftBody_Joint_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__free :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Joint_ptr__push_back :: (BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc, BtSoftBody_JointClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__at :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Joint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__at0 :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Joint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__at1 :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Joint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__size :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__capacity :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__init :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__swap :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__pop_back :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__deallocate :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__allocate :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO (BtSoftBody_Joint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__destroy :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__resize :: (BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc, BtSoftBody_JointClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__clear :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__allocSize :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__expand :: (BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc, BtSoftBody_JointClass p0) => bc -> p0 -> IO (BtSoftBody_Joint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__reserve :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc, BtAlignedAllocator_btSoftBody_Joint_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Joint_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Joint_ptr__m_size_set :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Joint_ptr__m_size_get :: BtAlignedObjectArray_btSoftBody_Joint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link_ :: IO (BtAlignedObjectArray_btSoftBody_Link_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__free :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Link__push_back :: (BtAlignedObjectArray_btSoftBody_Link_Class bc, BtSoftBody_LinkClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__at :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__at0 :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__at1 :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__size :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__capacity :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__init :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__swap :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__pop_back :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__deallocate :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__allocate :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__destroy :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__copy :: (BtAlignedObjectArray_btSoftBody_Link_Class bc, BtSoftBody_LinkClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__resize :: (BtAlignedObjectArray_btSoftBody_Link_Class bc, BtSoftBody_LinkClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__clear :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__allocSize :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__expand :: (BtAlignedObjectArray_btSoftBody_Link_Class bc, BtSoftBody_LinkClass p0) => bc -> p0 -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__reserve :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Link_Class bc, BtAlignedAllocator_btSoftBody_Link_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Link_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_data_set :: (BtAlignedObjectArray_btSoftBody_Link_Class bc, BtSoftBody_LinkClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_data_get :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (BtSoftBody_Link) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Link__m_size_set :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Link__m_size_get :: BtAlignedObjectArray_btSoftBody_Link_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr_ :: IO (BtAlignedObjectArray_btSoftBody_Material_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__free :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Material_ptr__push_back :: (BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc, BtSoftBody_MaterialClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__at :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__at0 :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__at1 :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__size :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__capacity :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__init :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__swap :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__pop_back :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__deallocate :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__allocate :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__destroy :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__resize :: (BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc, BtSoftBody_MaterialClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__clear :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__allocSize :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__expand :: (BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc, BtSoftBody_MaterialClass p0) => bc -> p0 -> IO (BtSoftBody_Material) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__reserve :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc, BtAlignedAllocator_btSoftBody_Material_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Material_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Material_ptr__m_size_set :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Material_ptr__m_size_get :: BtAlignedObjectArray_btSoftBody_Material_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr_ :: IO (BtAlignedObjectArray_btSoftBody_Node_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__free :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Node_ptr__push_back :: (BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__at :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__at0 :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__at1 :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__size :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__capacity :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__init :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__swap :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__pop_back :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__deallocate :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__allocate :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__destroy :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__resize :: (BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc, BtSoftBody_NodeClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__clear :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__allocSize :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__expand :: (BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__reserve :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc, BtAlignedAllocator_btSoftBody_Node_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Node_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ptr__m_size_set :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Node_ptr__m_size_get :: BtAlignedObjectArray_btSoftBody_Node_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node_ :: IO (BtAlignedObjectArray_btSoftBody_Node_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__free :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Node__push_back :: (BtAlignedObjectArray_btSoftBody_Node_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__at :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__at0 :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__at1 :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__size :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__capacity :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__init :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__swap :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__pop_back :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__deallocate :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__allocate :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__destroy :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__copy :: (BtAlignedObjectArray_btSoftBody_Node_Class bc, BtSoftBody_NodeClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__resize :: (BtAlignedObjectArray_btSoftBody_Node_Class bc, BtSoftBody_NodeClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__clear :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__allocSize :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__expand :: (BtAlignedObjectArray_btSoftBody_Node_Class bc, BtSoftBody_NodeClass p0) => bc -> p0 -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__reserve :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Node_Class bc, BtAlignedAllocator_btSoftBody_Node_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Node_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_data_set :: (BtAlignedObjectArray_btSoftBody_Node_Class bc, BtSoftBody_NodeClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_data_get :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (BtSoftBody_Node) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Node__m_size_set :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Node__m_size_get :: BtAlignedObjectArray_btSoftBody_Node_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note_ :: IO (BtAlignedObjectArray_btSoftBody_Note_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__free :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Note__push_back :: (BtAlignedObjectArray_btSoftBody_Note_Class bc, BtSoftBody_NoteClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__at :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__at0 :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__at1 :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__size :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__capacity :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__init :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__swap :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__pop_back :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__deallocate :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__allocate :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__destroy :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__copy :: (BtAlignedObjectArray_btSoftBody_Note_Class bc, BtSoftBody_NoteClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__resize :: (BtAlignedObjectArray_btSoftBody_Note_Class bc, BtSoftBody_NoteClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__clear :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__allocSize :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__expand :: (BtAlignedObjectArray_btSoftBody_Note_Class bc, BtSoftBody_NoteClass p0) => bc -> p0 -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__reserve :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Note_Class bc, BtAlignedAllocator_btSoftBody_Note_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Note_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_data_set :: (BtAlignedObjectArray_btSoftBody_Note_Class bc, BtSoftBody_NoteClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_data_get :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (BtSoftBody_Note) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Note__m_size_set :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Note__m_size_get :: BtAlignedObjectArray_btSoftBody_Note_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact_ :: IO (BtAlignedObjectArray_btSoftBody_RContact_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__free :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_RContact__push_back :: (BtAlignedObjectArray_btSoftBody_RContact_Class bc, BtSoftBody_RContactClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__at :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__at0 :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__at1 :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__size :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__capacity :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__init :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__swap :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__pop_back :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__deallocate :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__allocate :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__destroy :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__copy :: (BtAlignedObjectArray_btSoftBody_RContact_Class bc, BtSoftBody_RContactClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__resize :: (BtAlignedObjectArray_btSoftBody_RContact_Class bc, BtSoftBody_RContactClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__clear :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__allocSize :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__expand :: (BtAlignedObjectArray_btSoftBody_RContact_Class bc, BtSoftBody_RContactClass p0) => bc -> p0 -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__reserve :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_RContact_Class bc, BtAlignedAllocator_btSoftBody_RContact_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_allocator_get :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_RContact_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_capacity_set :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_capacity_get :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_data_set :: (BtAlignedObjectArray_btSoftBody_RContact_Class bc, BtSoftBody_RContactClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_data_get :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (BtSoftBody_RContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_RContact__m_size_set :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_RContact__m_size_get :: BtAlignedObjectArray_btSoftBody_RContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact_ :: IO (BtAlignedObjectArray_btSoftBody_SContact_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__free :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_SContact__push_back :: (BtAlignedObjectArray_btSoftBody_SContact_Class bc, BtSoftBody_SContactClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__at :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__at0 :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__at1 :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__size :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__capacity :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__init :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__swap :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__pop_back :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__deallocate :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__allocate :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__destroy :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__copy :: (BtAlignedObjectArray_btSoftBody_SContact_Class bc, BtSoftBody_SContactClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__resize :: (BtAlignedObjectArray_btSoftBody_SContact_Class bc, BtSoftBody_SContactClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__clear :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__allocSize :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__expand :: (BtAlignedObjectArray_btSoftBody_SContact_Class bc, BtSoftBody_SContactClass p0) => bc -> p0 -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__reserve :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_SContact_Class bc, BtAlignedAllocator_btSoftBody_SContact_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_allocator_get :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_SContact_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_capacity_set :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_capacity_get :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_data_set :: (BtAlignedObjectArray_btSoftBody_SContact_Class bc, BtSoftBody_SContactClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_data_get :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (BtSoftBody_SContact) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_SContact__m_size_set :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_SContact__m_size_get :: BtAlignedObjectArray_btSoftBody_SContact_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra_ :: IO (BtAlignedObjectArray_btSoftBody_Tetra_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__free :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_Tetra__push_back :: (BtAlignedObjectArray_btSoftBody_Tetra_Class bc, BtSoftBody_TetraClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__at :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__at0 :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__at1 :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__size :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__capacity :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__init :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__swap :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__pop_back :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__deallocate :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__allocate :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__expandNonInitializing :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__destroy :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__copy :: (BtAlignedObjectArray_btSoftBody_Tetra_Class bc, BtSoftBody_TetraClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__resize :: (BtAlignedObjectArray_btSoftBody_Tetra_Class bc, BtSoftBody_TetraClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__clear :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__allocSize :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__expand :: (BtAlignedObjectArray_btSoftBody_Tetra_Class bc, BtSoftBody_TetraClass p0) => bc -> p0 -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__reserve :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_allocator_set :: (BtAlignedObjectArray_btSoftBody_Tetra_Class bc, BtAlignedAllocator_btSoftBody_Tetra_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_allocator_get :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_Tetra_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_capacity_set :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_capacity_get :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_data_set :: (BtAlignedObjectArray_btSoftBody_Tetra_Class bc, BtSoftBody_TetraClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_data_get :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (BtSoftBody_Tetra) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_Tetra__m_size_set :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_Tetra__m_size_get :: BtAlignedObjectArray_btSoftBody_Tetra_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver___ :: IO (BtAlignedObjectArray_btSoftBody_ePSolver___) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____free :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_ePSolver____size :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____capacity :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____init :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____swap :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____pop_back :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____deallocate :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____allocate :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____destroy :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____clear :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____allocSize :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____reserve :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____m_allocator_set :: (BtAlignedObjectArray_btSoftBody_ePSolver___Class bc, BtAlignedAllocator_btSoftBody_ePSolver___16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____m_allocator_get :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_ePSolver___16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____m_capacity_set :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____m_capacity_get :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_ePSolver____m_size_set :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_ePSolver____m_size_get :: BtAlignedObjectArray_btSoftBody_ePSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver___ :: IO (BtAlignedObjectArray_btSoftBody_eVSolver___) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____free :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO () btAlignedObjectArray_btSoftBody_eVSolver____size :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____capacity :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____init :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____swap :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____pop_back :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____deallocate :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____allocate :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____initializeFromBuffer :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____destroy :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____clear :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____allocSize :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____reserve :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____m_allocator_set :: (BtAlignedObjectArray_btSoftBody_eVSolver___Class bc, BtAlignedAllocator_btSoftBody_eVSolver___16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____m_allocator_get :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO (BtAlignedAllocator_btSoftBody_eVSolver___16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____m_capacity_set :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____m_capacity_get :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____m_ownsMemory_set :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____m_ownsMemory_get :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSoftBody_eVSolver____m_size_set :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> Int -> IO () btAlignedObjectArray_btSoftBody_eVSolver____m_size_get :: BtAlignedObjectArray_btSoftBody_eVSolver___Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint_ :: IO (BtAlignedObjectArray_btSolverConstraint_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__free :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO () btAlignedObjectArray_btSolverConstraint__push_back :: (BtAlignedObjectArray_btSolverConstraint_Class bc, BtSolverConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__at :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__at0 :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__at1 :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__size :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__capacity :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__init :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__allocate :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__pop_back :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__deallocate :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__swap :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__initializeFromBuffer :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__expandNonInitializing :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__resize :: (BtAlignedObjectArray_btSolverConstraint_Class bc, BtSolverConstraintClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__destroy :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__copy :: (BtAlignedObjectArray_btSolverConstraint_Class bc, BtSolverConstraintClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__expand :: (BtAlignedObjectArray_btSolverConstraint_Class bc, BtSolverConstraintClass p0) => bc -> p0 -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__clear :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__allocSize :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__reserve :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_allocator_set :: (BtAlignedObjectArray_btSolverConstraint_Class bc, BtAlignedAllocator_btSolverConstraint_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_allocator_get :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (BtAlignedAllocator_btSolverConstraint_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_size_set :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_size_get :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_capacity_set :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_capacity_get :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_data_set :: (BtAlignedObjectArray_btSolverConstraint_Class bc, BtSolverConstraintClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_data_get :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (BtSolverConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSolverConstraint__m_ownsMemory_set :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btSolverConstraint__m_ownsMemory_get :: BtAlignedObjectArray_btSolverConstraint_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr_ :: IO (BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__free :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO () btAlignedObjectArray_btSparseSdf_3__Cell_ptr__size :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__capacity :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__init :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__swap :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__pop_back :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__deallocate :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__allocate :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__initializeFromBuffer :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__destroy :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__clear :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__allocSize :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__reserve :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_allocator_set :: (BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc, BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_allocator_get :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO (BtAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_capacity_set :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_capacity_get :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_size_set :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> Int -> IO () btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_size_get :: BtAlignedObjectArray_btSparseSdf_3__Cell_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform_ :: IO (BtAlignedObjectArray_btTransform_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__free :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO () btAlignedObjectArray_btTransform__push_back :: BtAlignedObjectArray_btTransform_Class bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__push_back' :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__at :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__at0 :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__at1 :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__size :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__capacity :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__init :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__allocate :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__pop_back :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__deallocate :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__swap :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__initializeFromBuffer :: BtAlignedObjectArray_btTransform_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__expandNonInitializing :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__resize :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__resize' :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__destroy :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__expand :: BtAlignedObjectArray_btTransform_Class bc => bc -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__expand' :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__clear :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__allocSize :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__reserve :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__m_allocator_set :: (BtAlignedObjectArray_btTransform_Class bc, BtAlignedAllocator_btTransform_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__m_allocator_get :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (BtAlignedAllocator_btTransform_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__m_size_set :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__m_size_get :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__m_capacity_set :: BtAlignedObjectArray_btTransform_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__m_capacity_get :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTransform__m_ownsMemory_set :: BtAlignedObjectArray_btTransform_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btTransform__m_ownsMemory_get :: BtAlignedObjectArray_btTransform_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo_ :: IO (BtAlignedObjectArray_btTriangleInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__free :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO () btAlignedObjectArray_btTriangleInfo__push_back :: (BtAlignedObjectArray_btTriangleInfo_Class bc, BtTriangleInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__at :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__at0 :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__at1 :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__size :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__capacity :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__init :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__allocate :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__pop_back :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__deallocate :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__swap :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__initializeFromBuffer :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__expandNonInitializing :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__resize :: (BtAlignedObjectArray_btTriangleInfo_Class bc, BtTriangleInfoClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__destroy :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__copy :: (BtAlignedObjectArray_btTriangleInfo_Class bc, BtTriangleInfoClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__expand :: (BtAlignedObjectArray_btTriangleInfo_Class bc, BtTriangleInfoClass p0) => bc -> p0 -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__clear :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__allocSize :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__reserve :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_allocator_set :: (BtAlignedObjectArray_btTriangleInfo_Class bc, BtAlignedAllocator_btTriangleInfo_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_allocator_get :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (BtAlignedAllocator_btTriangleInfo_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_size_set :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_size_get :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_capacity_set :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_capacity_get :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_data_set :: (BtAlignedObjectArray_btTriangleInfo_Class bc, BtTriangleInfoClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_data_get :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTriangleInfo__m_ownsMemory_set :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btTriangleInfo__m_ownsMemory_get :: BtAlignedObjectArray_btTriangleInfo_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr_ :: IO (BtAlignedObjectArray_btTypedConstraint_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__free :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO () btAlignedObjectArray_btTypedConstraint_ptr__push_back :: (BtAlignedObjectArray_btTypedConstraint_ptr_Class bc, BtTypedConstraintClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__at :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__at0 :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__at1 :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__size :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__capacity :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__init :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__allocate :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__pop_back :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__deallocate :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__swap :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__initializeFromBuffer :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__expandNonInitializing :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__resize :: (BtAlignedObjectArray_btTypedConstraint_ptr_Class bc, BtTypedConstraintClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__destroy :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__expand :: (BtAlignedObjectArray_btTypedConstraint_ptr_Class bc, BtTypedConstraintClass p0) => bc -> p0 -> IO (BtTypedConstraint) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__clear :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__allocSize :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__reserve :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__m_allocator_set :: (BtAlignedObjectArray_btTypedConstraint_ptr_Class bc, BtAlignedAllocator_btTypedConstraint_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__m_allocator_get :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO (BtAlignedAllocator_btTypedConstraint_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__m_size_set :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__m_size_get :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__m_capacity_set :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__m_capacity_get :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_ptr__m_ownsMemory_set :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btTypedConstraint_ptr__m_ownsMemory_get :: BtAlignedObjectArray_btTypedConstraint_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1_ :: IO (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__free :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO () btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__push_back :: (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__at :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__at0 :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__at1 :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__size :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__capacity :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__init :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__allocate :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__pop_back :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__deallocate :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__swap :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__initializeFromBuffer :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__expandNonInitializing :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__resize :: (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc, BtTypedConstraint_btConstraintInfo1Class p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__destroy :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__copy :: (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc, BtTypedConstraint_btConstraintInfo1Class p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__expand :: (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc, BtTypedConstraint_btConstraintInfo1Class p0) => bc -> p0 -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__clear :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__allocSize :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__reserve :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_allocator_set :: (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc, BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_allocator_get :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (BtAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_size_set :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_size_get :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_capacity_set :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_capacity_get :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_data_set :: (BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc, BtTypedConstraint_btConstraintInfo1Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_data_get :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (BtTypedConstraint_btConstraintInfo1) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_ownsMemory_set :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_ownsMemory_get :: BtAlignedObjectArray_btTypedConstraint_btConstraintInfo1_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3_ :: IO (BtAlignedObjectArray_btVector3_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__free :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO () btAlignedObjectArray_btVector3__push_back :: BtAlignedObjectArray_btVector3_Class bc => bc -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__push_back' :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__at :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__at0 :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__at1 :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__size :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__capacity :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__init :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__swap :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__pop_back :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__deallocate :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__allocate :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__initializeFromBuffer :: BtAlignedObjectArray_btVector3_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__expandNonInitializing :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__destroy :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__resize :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> Vec3 -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__resize' :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__clear :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__allocSize :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__expand :: BtAlignedObjectArray_btVector3_Class bc => bc -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__expand' :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__reserve :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__m_allocator_set :: (BtAlignedObjectArray_btVector3_Class bc, BtAlignedAllocator_btVector3_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__m_allocator_get :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (BtAlignedAllocator_btVector3_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__m_capacity_set :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__m_capacity_get :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__m_ownsMemory_set :: BtAlignedObjectArray_btVector3_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__m_ownsMemory_get :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btVector3__m_size_set :: BtAlignedObjectArray_btVector3_Class bc => bc -> Int -> IO () btAlignedObjectArray_btVector3__m_size_get :: BtAlignedObjectArray_btVector3_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo_ :: IO (BtAlignedObjectArray_btWheelInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#246 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__free :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO () btAlignedObjectArray_btWheelInfo__push_back :: (BtAlignedObjectArray_btWheelInfo_Class bc, BtWheelInfoClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__at :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#141 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__at0 :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__at1 :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__size :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__capacity :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__init :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__allocate :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__pop_back :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__deallocate :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__swap :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__initializeFromBuffer :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#217 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__expandNonInitializing :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__resize :: (BtAlignedObjectArray_btWheelInfo_Class bc, BtWheelInfoClass p1) => bc -> Int -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__destroy :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__copy :: (BtAlignedObjectArray_btWheelInfo_Class bc, BtWheelInfoClass p2) => bc -> Int -> Int -> p2 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__expand :: (BtAlignedObjectArray_btWheelInfo_Class bc, BtWheelInfoClass p0) => bc -> p0 -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__clear :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__allocSize :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__reserve :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_allocator_set :: (BtAlignedObjectArray_btWheelInfo_Class bc, BtAlignedAllocator_btWheelInfo_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_allocator_get :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (BtAlignedAllocator_btWheelInfo_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_size_set :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_size_get :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_capacity_set :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_capacity_get :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#52 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_data_set :: (BtAlignedObjectArray_btWheelInfo_Class bc, BtWheelInfoClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_data_get :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (BtWheelInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_btWheelInfo__m_ownsMemory_set :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> Bool -> IO () btAlignedObjectArray_btWheelInfo__m_ownsMemory_get :: BtAlignedObjectArray_btWheelInfo_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr_ :: IO (BtAlignedObjectArray_charconst_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__free :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO () btAlignedObjectArray_charconst_ptr__size :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__capacity :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__init :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__allocate :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__pop_back :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__deallocate :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__swap :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__initializeFromBuffer :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__destroy :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__clear :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__allocSize :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__reserve :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__m_allocator_set :: (BtAlignedObjectArray_charconst_ptr_Class bc, BtAlignedAllocator_charconst_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__m_allocator_get :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO (BtAlignedAllocator_charconst_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__m_size_set :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__m_size_get :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__m_capacity_set :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__m_capacity_get :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_charconst_ptr__m_ownsMemory_set :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_charconst_ptr__m_ownsMemory_get :: BtAlignedObjectArray_charconst_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr_ :: IO (BtAlignedObjectArray_char_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__free :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO () btAlignedObjectArray_char_ptr__size :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__capacity :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__init :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__allocate :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__pop_back :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__deallocate :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__swap :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__initializeFromBuffer :: BtAlignedObjectArray_char_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__destroy :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__clear :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__allocSize :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__reserve :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__m_allocator_set :: (BtAlignedObjectArray_char_ptr_Class bc, BtAlignedAllocator_char_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__m_allocator_get :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO (BtAlignedAllocator_char_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__m_size_set :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__m_size_get :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__m_capacity_set :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__m_capacity_get :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_char_ptr__m_ownsMemory_set :: BtAlignedObjectArray_char_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_char_ptr__m_ownsMemory_get :: BtAlignedObjectArray_char_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float_ :: IO (BtAlignedObjectArray_float_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__free :: BtAlignedObjectArray_float_Class bc => bc -> IO () btAlignedObjectArray_float__size :: BtAlignedObjectArray_float_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__capacity :: BtAlignedObjectArray_float_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__init :: BtAlignedObjectArray_float_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__swap :: BtAlignedObjectArray_float_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__pop_back :: BtAlignedObjectArray_float_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__deallocate :: BtAlignedObjectArray_float_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__allocate :: BtAlignedObjectArray_float_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__initializeFromBuffer :: BtAlignedObjectArray_float_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__destroy :: BtAlignedObjectArray_float_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__clear :: BtAlignedObjectArray_float_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__allocSize :: BtAlignedObjectArray_float_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__reserve :: BtAlignedObjectArray_float_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__m_allocator_set :: (BtAlignedObjectArray_float_Class bc, BtAlignedAllocator_float_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__m_allocator_get :: BtAlignedObjectArray_float_Class bc => bc -> IO (BtAlignedAllocator_float_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__m_capacity_set :: BtAlignedObjectArray_float_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__m_capacity_get :: BtAlignedObjectArray_float_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__m_ownsMemory_set :: BtAlignedObjectArray_float_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__m_ownsMemory_get :: BtAlignedObjectArray_float_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_float__m_size_set :: BtAlignedObjectArray_float_Class bc => bc -> Int -> IO () btAlignedObjectArray_float__m_size_get :: BtAlignedObjectArray_float_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int_ :: IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__free :: BtAlignedObjectArray_int_Class bc => bc -> IO () btAlignedObjectArray_int__size :: BtAlignedObjectArray_int_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__capacity :: BtAlignedObjectArray_int_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__init :: BtAlignedObjectArray_int_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__swap :: BtAlignedObjectArray_int_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__pop_back :: BtAlignedObjectArray_int_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__deallocate :: BtAlignedObjectArray_int_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__allocate :: BtAlignedObjectArray_int_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__initializeFromBuffer :: BtAlignedObjectArray_int_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__destroy :: BtAlignedObjectArray_int_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__clear :: BtAlignedObjectArray_int_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__allocSize :: BtAlignedObjectArray_int_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__reserve :: BtAlignedObjectArray_int_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__m_allocator_set :: (BtAlignedObjectArray_int_Class bc, BtAlignedAllocator_int_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__m_allocator_get :: BtAlignedObjectArray_int_Class bc => bc -> IO (BtAlignedAllocator_int_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__m_capacity_set :: BtAlignedObjectArray_int_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__m_capacity_get :: BtAlignedObjectArray_int_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__m_ownsMemory_set :: BtAlignedObjectArray_int_Class bc => bc -> Bool -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__m_ownsMemory_get :: BtAlignedObjectArray_int_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_int__m_size_set :: BtAlignedObjectArray_int_Class bc => bc -> Int -> IO () btAlignedObjectArray_int__m_size_get :: BtAlignedObjectArray_int_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr_ :: IO (BtAlignedObjectArray_short_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__free :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO () btAlignedObjectArray_short_ptr__size :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__capacity :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__init :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__allocate :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__pop_back :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__deallocate :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__swap :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__initializeFromBuffer :: BtAlignedObjectArray_short_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__destroy :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__clear :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__allocSize :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__reserve :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__m_allocator_set :: (BtAlignedObjectArray_short_ptr_Class bc, BtAlignedAllocator_short_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__m_allocator_get :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO (BtAlignedAllocator_short_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__m_size_set :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__m_size_get :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__m_capacity_set :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__m_capacity_get :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ptr__m_ownsMemory_set :: BtAlignedObjectArray_short_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_short_ptr__m_ownsMemory_get :: BtAlignedObjectArray_short_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short_ :: IO (BtAlignedObjectArray_short_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__free :: BtAlignedObjectArray_short_Class bc => bc -> IO () btAlignedObjectArray_short__size :: BtAlignedObjectArray_short_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__capacity :: BtAlignedObjectArray_short_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__init :: BtAlignedObjectArray_short_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__allocate :: BtAlignedObjectArray_short_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__pop_back :: BtAlignedObjectArray_short_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__deallocate :: BtAlignedObjectArray_short_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__swap :: BtAlignedObjectArray_short_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__initializeFromBuffer :: BtAlignedObjectArray_short_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__destroy :: BtAlignedObjectArray_short_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__clear :: BtAlignedObjectArray_short_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__allocSize :: BtAlignedObjectArray_short_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__reserve :: BtAlignedObjectArray_short_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__m_allocator_set :: (BtAlignedObjectArray_short_Class bc, BtAlignedAllocator_short_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__m_allocator_get :: BtAlignedObjectArray_short_Class bc => bc -> IO (BtAlignedAllocator_short_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__m_size_set :: BtAlignedObjectArray_short_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__m_size_get :: BtAlignedObjectArray_short_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__m_capacity_set :: BtAlignedObjectArray_short_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__m_capacity_get :: BtAlignedObjectArray_short_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_short__m_ownsMemory_set :: BtAlignedObjectArray_short_Class bc => bc -> Bool -> IO () btAlignedObjectArray_short__m_ownsMemory_get :: BtAlignedObjectArray_short_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint_ :: IO (BtAlignedObjectArray_unsignedint_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__free :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO () btAlignedObjectArray_unsignedint__size :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__capacity :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__init :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__allocate :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__pop_back :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__deallocate :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__swap :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__initializeFromBuffer :: BtAlignedObjectArray_unsignedint_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__destroy :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__clear :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__allocSize :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__reserve :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__m_allocator_set :: (BtAlignedObjectArray_unsignedint_Class bc, BtAlignedAllocator_unsignedint_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__m_allocator_get :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO (BtAlignedAllocator_unsignedint_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__m_size_set :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__m_size_get :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__m_capacity_set :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__m_capacity_get :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedint__m_ownsMemory_set :: BtAlignedObjectArray_unsignedint_Class bc => bc -> Bool -> IO () btAlignedObjectArray_unsignedint__m_ownsMemory_get :: BtAlignedObjectArray_unsignedint_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort_ :: IO (BtAlignedObjectArray_unsignedshort_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__free :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO () btAlignedObjectArray_unsignedshort__size :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__capacity :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__init :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__allocate :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__pop_back :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__deallocate :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__swap :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__initializeFromBuffer :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__destroy :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__clear :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__allocSize :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__reserve :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__m_allocator_set :: (BtAlignedObjectArray_unsignedshort_Class bc, BtAlignedAllocator_unsignedshort_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__m_allocator_get :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO (BtAlignedAllocator_unsignedshort_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__m_size_set :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__m_size_get :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__m_capacity_set :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__m_capacity_get :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_unsignedshort__m_ownsMemory_set :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> Bool -> IO () btAlignedObjectArray_unsignedshort__m_ownsMemory_get :: BtAlignedObjectArray_unsignedshort_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr_ :: IO (BtAlignedObjectArray_void_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#136 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__free :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO () btAlignedObjectArray_void_ptr__size :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#265 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__capacity :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#72 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__init :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__allocate :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Int -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#180 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__pop_back :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__deallocate :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#376 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__swap :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#462 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__initializeFromBuffer :: BtAlignedObjectArray_void_ptr_Class bc => bc -> VoidPtr -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__destroy :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Int -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#171 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__clear :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__allocSize :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Int -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#270 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__reserve :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#48 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__m_allocator_set :: (BtAlignedObjectArray_void_ptr_Class bc, BtAlignedAllocator_void_ptr_16u_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__m_allocator_get :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO (BtAlignedAllocator_void_ptr_16u_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__m_size_set :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__m_size_get :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__m_capacity_set :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__m_capacity_get :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btAlignedObjectArray.cpp?r=2223 btAlignedObjectArray_void_ptr__m_ownsMemory_set :: BtAlignedObjectArray_void_ptr_Class bc => bc -> Bool -> IO () btAlignedObjectArray_void_ptr__m_ownsMemory_get :: BtAlignedObjectArray_void_ptr_Class bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btBlock :: IO (BtBlock) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btBlock_free :: BtBlockClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btBlock_previous_set :: (BtBlockClass bc, BtBlockClass a) => bc -> a -> IO () btBlock_previous_get :: BtBlockClass bc => bc -> IO (BtBlock) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#53 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk :: IO (BtChunk) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_free :: BtChunkClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#55 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_chunkCode_set :: BtChunkClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_chunkCode_get :: BtChunkClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#58 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_dna_nr_set :: BtChunkClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_dna_nr_get :: BtChunkClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_length_set :: BtChunkClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_length_get :: BtChunkClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_number_set :: BtChunkClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_number_get :: BtChunkClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btChunk_m_oldPtr_set :: BtChunkClass bc => bc -> VoidPtr -> IO () btChunk_m_oldPtr_get :: BtChunkClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 btClock :: IO (BtClock) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#46 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 btClock_free :: BtClockClass bc => bc -> IO () btClock_reset :: BtClockClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#50 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 btClock_getTimeMilliseconds :: BtClockClass bc => bc -> IO (Word64) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuickprof.cpp?r=2223 btClock_getTimeMicroseconds :: BtClockClass bc => bc -> IO (Word64) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#161 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil :: Float -> Float -> IO (BtConvexSeparatingDistanceUtil) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_free :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO () btConvexSeparatingDistanceUtil_updateSeparatingDistance :: BtConvexSeparatingDistanceUtilClass bc => bc -> Transform -> Transform -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#173 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_updateSeparatingDistance' :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_getConservativeSeparatingDistance :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#205 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_initSeparatingDistance :: BtConvexSeparatingDistanceUtilClass bc => bc -> Vec3 -> Float -> Transform -> Transform -> IO (Vec3, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#205 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_initSeparatingDistance' :: BtConvexSeparatingDistanceUtilClass bc => bc -> Float -> IO (Vec3, Transform, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#148 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_ornA_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> UnitQuaternion -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_ornA_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#149 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_ornB_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> UnitQuaternion -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_ornB_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (UnitQuaternion) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_posA_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_posA_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#151 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_posB_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_posB_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#153 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_separatingNormal_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> Vec3 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_separatingNormal_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_boundingRadiusA_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_boundingRadiusA_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_boundingRadiusB_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_boundingRadiusB_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btConvexSeparatingDistanceUtil_m_separatingDistance_set :: BtConvexSeparatingDistanceUtilClass bc => bc -> Float -> IO () btConvexSeparatingDistanceUtil_m_separatingDistance_get :: BtConvexSeparatingDistanceUtilClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#14 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState :: Transform -> Transform -> IO (BtDefaultMotionState) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_free :: BtDefaultMotionStateClass bc => bc -> IO () btDefaultMotionState_setWorldTransform :: BtDefaultMotionStateClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_setWorldTransform' :: BtDefaultMotionStateClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#24 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_getWorldTransform :: BtDefaultMotionStateClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#24 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_getWorldTransform' :: BtDefaultMotionStateClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#9 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#9 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_m_graphicsWorldTrans_set :: BtDefaultMotionStateClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#10 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_m_graphicsWorldTrans_get :: BtDefaultMotionStateClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#10 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_m_centerOfMassOffset_set :: BtDefaultMotionStateClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#11 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_m_centerOfMassOffset_get :: BtDefaultMotionStateClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#11 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_m_startWorldTrans_set :: BtDefaultMotionStateClass bc => bc -> Transform -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#12 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_m_startWorldTrans_get :: BtDefaultMotionStateClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.h?r=2223#12 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btDefaultMotionState.cpp?r=2223 btDefaultMotionState_m_userPointer_set :: BtDefaultMotionStateClass bc => bc -> VoidPtr -> IO () btDefaultMotionState_m_userPointer_get :: BtDefaultMotionStateClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#377 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer :: Int -> IO (BtDefaultSerializer) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#472 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_free :: BtDefaultSerializerClass bc => bc -> IO () btDefaultSerializer_finishSerialization :: BtDefaultSerializerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#461 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_startSerialization :: BtDefaultSerializerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#641 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_getSerializationFlags :: BtDefaultSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#646 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_setSerializationFlags :: BtDefaultSerializerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#189 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_getReverseType :: BtDefaultSerializerClass bc => bc -> String -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#541 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_finalizeChunk :: (BtDefaultSerializerClass bc, BtChunkClass p0) => bc -> p0 -> String -> Int -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#200 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_initDNA :: BtDefaultSerializerClass bc => bc -> String -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#182 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_writeDNA :: BtDefaultSerializerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#536 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_getCurrentBufferSize :: BtDefaultSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#511 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_getUniquePointer :: BtDefaultSerializerClass bc => bc -> VoidPtr -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#612 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_serializeName :: BtDefaultSerializerClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#170 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_findPointer :: BtDefaultSerializerClass bc => bc -> VoidPtr -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#143 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mTypes_set :: (BtDefaultSerializerClass bc, BtAlignedObjectArray_char_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mTypes_get :: BtDefaultSerializerClass bc => bc -> IO (BtAlignedObjectArray_char_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#144 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mStructs_set :: (BtDefaultSerializerClass bc, BtAlignedObjectArray_short_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mStructs_get :: BtDefaultSerializerClass bc => bc -> IO (BtAlignedObjectArray_short_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#145 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mTlens_set :: (BtDefaultSerializerClass bc, BtAlignedObjectArray_short_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mTlens_get :: BtDefaultSerializerClass bc => bc -> IO (BtAlignedObjectArray_short_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#146 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mStructReverse_set :: (BtDefaultSerializerClass bc, BtHashMap_btHashInt_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mStructReverse_get :: BtDefaultSerializerClass bc => bc -> IO (BtHashMap_btHashInt_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mTypeLookup_set :: (BtDefaultSerializerClass bc, BtHashMap_btHashString_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_mTypeLookup_get :: BtDefaultSerializerClass bc => bc -> IO (BtHashMap_btHashString_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_chunkP_set :: (BtDefaultSerializerClass bc, BtHashMap_btHashPtr_void_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_chunkP_get :: BtDefaultSerializerClass bc => bc -> IO (BtHashMap_btHashPtr_void_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#152 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_nameMap_set :: (BtDefaultSerializerClass bc, BtHashMap_btHashPtr_charconst_ptr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_nameMap_get :: BtDefaultSerializerClass bc => bc -> IO (BtHashMap_btHashPtr_charconst_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#154 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_uniquePointers_set :: (BtDefaultSerializerClass bc, BtHashMap_btHashPtr_btPointerUid_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_uniquePointers_get :: BtDefaultSerializerClass bc => bc -> IO (BtHashMap_btHashPtr_btPointerUid_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#155 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_uniqueIdGenerator_set :: BtDefaultSerializerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_uniqueIdGenerator_get :: BtDefaultSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#157 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_totalSize_set :: BtDefaultSerializerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_totalSize_get :: BtDefaultSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#159 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_currentSize_set :: BtDefaultSerializerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#160 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_currentSize_get :: BtDefaultSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#160 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_dna_set :: BtDefaultSerializerClass bc => bc -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#161 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_dna_get :: BtDefaultSerializerClass bc => bc -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#161 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_dnaLength_set :: BtDefaultSerializerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_dnaLength_get :: BtDefaultSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#163 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_serializationFlags_set :: BtDefaultSerializerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_serializationFlags_get :: BtDefaultSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#166 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btDefaultSerializer_m_chunkPtrs_set :: (BtDefaultSerializerClass bc, BtAlignedObjectArray_btChunk_ptr_Class a) => bc -> a -> IO () btDefaultSerializer_m_chunkPtrs_get :: BtDefaultSerializerClass bc => bc -> IO (BtAlignedObjectArray_btChunk_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.h?r=2223#24 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.cpp?r=2223 btGeometryUtil :: IO (BtGeometryUtil) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.cpp?r=2223 btGeometryUtil_free :: BtGeometryUtilClass bc => bc -> IO () btGeometryUtil_isPointInsidePlanes :: BtAlignedObjectArray_btVector3_Class p0 => p0 -> Vec3 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.h?r=2223#34 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.cpp?r=2223 btGeometryUtil_isPointInsidePlanes' :: BtAlignedObjectArray_btVector3_Class p0 => p0 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.h?r=2223#30 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.cpp?r=2223 btGeometryUtil_getVerticesFromPlaneEquations :: (BtAlignedObjectArray_btVector3_Class p0, BtAlignedObjectArray_btVector3_Class p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.cpp?r=2223 btGeometryUtil_areVerticesBehindPlane :: BtAlignedObjectArray_btVector3_Class p1 => Vec3 -> p1 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.h?r=2223#36 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.cpp?r=2223 btGeometryUtil_areVerticesBehindPlane' :: BtAlignedObjectArray_btVector3_Class p1 => p1 -> Float -> IO (Bool, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btGeometryUtil.cpp?r=2223 btGeometryUtil_getPlaneEquationsFromVertices :: (BtAlignedObjectArray_btVector3_Class p0, BtAlignedObjectArray_btVector3_Class p1) => p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashInt :: Int -> IO (BtHashInt) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashInt_free :: BtHashIntClass bc => bc -> IO () btHashInt_getUid1 :: BtHashIntClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashInt_getHash :: BtHashIntClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#91 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashInt_setUid1 :: BtHashIntClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashInt_equals :: (BtHashIntClass bc, BtHashIntClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#80 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashInt_m_uid_set :: BtHashIntClass bc => bc -> Int -> IO () btHashInt_m_uid_get :: BtHashIntClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo_ :: IO (BtHashMap_btHashInt_btTriangleInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#269 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__free :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> IO () btHashMap_btHashInt_btTriangleInfo__insert :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtHashIntClass p0, BtTriangleInfoClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#423 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__findIndex :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__clear :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#384 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__getAtIndex :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> Int -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#384 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__getAtIndex0 :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> Int -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#391 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__getAtIndex1 :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> Int -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__growTables :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtHashIntClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#402 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__find :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#402 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__find0 :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#412 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__find1 :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (BtTriangleInfo) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__size :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__m_hashTable_set :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__m_hashTable_get :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__m_next_set :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__m_next_get :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__m_valueArray_set :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtAlignedObjectArray_btTriangleInfo_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__m_valueArray_get :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> IO (BtAlignedObjectArray_btTriangleInfo_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_btTriangleInfo__m_keyArray_set :: (BtHashMap_btHashInt_btTriangleInfo_Class bc, BtAlignedObjectArray_btHashInt_Class a) => bc -> a -> IO () btHashMap_btHashInt_btTriangleInfo__m_keyArray_get :: BtHashMap_btHashInt_btTriangleInfo_Class bc => bc -> IO (BtAlignedObjectArray_btHashInt_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int_ :: IO (BtHashMap_btHashInt_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#423 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__free :: BtHashMap_btHashInt_int_Class bc => bc -> IO () btHashMap_btHashInt_int__findIndex :: (BtHashMap_btHashInt_int_Class bc, BtHashIntClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__clear :: BtHashMap_btHashInt_int_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__growTables :: (BtHashMap_btHashInt_int_Class bc, BtHashIntClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__size :: BtHashMap_btHashInt_int_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__m_hashTable_set :: (BtHashMap_btHashInt_int_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__m_hashTable_get :: BtHashMap_btHashInt_int_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__m_keyArray_set :: (BtHashMap_btHashInt_int_Class bc, BtAlignedObjectArray_btHashInt_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__m_keyArray_get :: BtHashMap_btHashInt_int_Class bc => bc -> IO (BtAlignedObjectArray_btHashInt_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__m_next_set :: (BtHashMap_btHashInt_int_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__m_next_get :: BtHashMap_btHashInt_int_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashInt_int__m_valueArray_set :: (BtHashMap_btHashInt_int_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () btHashMap_btHashInt_int__m_valueArray_get :: BtHashMap_btHashInt_int_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid_ :: IO (BtHashMap_btHashPtr_btPointerUid_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#269 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__free :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> IO () btHashMap_btHashPtr_btPointerUid__insert :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtHashPtrClass p0, BtPointerUidClass p1) => bc -> p0 -> p1 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#423 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__findIndex :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__clear :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#384 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__getAtIndex :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> Int -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#384 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__getAtIndex0 :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> Int -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#391 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__getAtIndex1 :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> Int -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__growTables :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#402 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__find :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#402 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__find0 :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#412 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__find1 :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (BtPointerUid) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__size :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__m_hashTable_set :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__m_hashTable_get :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__m_keyArray_set :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtAlignedObjectArray_btHashPtr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__m_keyArray_get :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> IO (BtAlignedObjectArray_btHashPtr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__m_next_set :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__m_next_get :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_btPointerUid__m_valueArray_set :: (BtHashMap_btHashPtr_btPointerUid_Class bc, BtAlignedObjectArray_btPointerUid_Class a) => bc -> a -> IO () btHashMap_btHashPtr_btPointerUid__m_valueArray_get :: BtHashMap_btHashPtr_btPointerUid_Class bc => bc -> IO (BtAlignedObjectArray_btPointerUid_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr_ :: IO (BtHashMap_btHashPtr_charconst_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#423 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__free :: BtHashMap_btHashPtr_charconst_ptr_Class bc => bc -> IO () btHashMap_btHashPtr_charconst_ptr__findIndex :: (BtHashMap_btHashPtr_charconst_ptr_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__clear :: BtHashMap_btHashPtr_charconst_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__growTables :: (BtHashMap_btHashPtr_charconst_ptr_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__size :: BtHashMap_btHashPtr_charconst_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__m_hashTable_set :: (BtHashMap_btHashPtr_charconst_ptr_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__m_hashTable_get :: BtHashMap_btHashPtr_charconst_ptr_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__m_keyArray_set :: (BtHashMap_btHashPtr_charconst_ptr_Class bc, BtAlignedObjectArray_btHashPtr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__m_keyArray_get :: BtHashMap_btHashPtr_charconst_ptr_Class bc => bc -> IO (BtAlignedObjectArray_btHashPtr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__m_next_set :: (BtHashMap_btHashPtr_charconst_ptr_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__m_next_get :: BtHashMap_btHashPtr_charconst_ptr_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_charconst_ptr__m_valueArray_set :: (BtHashMap_btHashPtr_charconst_ptr_Class bc, BtAlignedObjectArray_charconst_ptr_Class a) => bc -> a -> IO () btHashMap_btHashPtr_charconst_ptr__m_valueArray_get :: BtHashMap_btHashPtr_charconst_ptr_Class bc => bc -> IO (BtAlignedObjectArray_charconst_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr_ :: IO (BtHashMap_btHashPtr_void_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#423 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__free :: BtHashMap_btHashPtr_void_ptr_Class bc => bc -> IO () btHashMap_btHashPtr_void_ptr__findIndex :: (BtHashMap_btHashPtr_void_ptr_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__clear :: BtHashMap_btHashPtr_void_ptr_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__growTables :: (BtHashMap_btHashPtr_void_ptr_Class bc, BtHashPtrClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__size :: BtHashMap_btHashPtr_void_ptr_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__m_hashTable_set :: (BtHashMap_btHashPtr_void_ptr_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__m_hashTable_get :: BtHashMap_btHashPtr_void_ptr_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__m_keyArray_set :: (BtHashMap_btHashPtr_void_ptr_Class bc, BtAlignedObjectArray_btHashPtr_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__m_keyArray_get :: BtHashMap_btHashPtr_void_ptr_Class bc => bc -> IO (BtAlignedObjectArray_btHashPtr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__m_next_set :: (BtHashMap_btHashPtr_void_ptr_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__m_next_get :: BtHashMap_btHashPtr_void_ptr_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashPtr_void_ptr__m_valueArray_set :: (BtHashMap_btHashPtr_void_ptr_Class bc, BtAlignedObjectArray_void_ptr_Class a) => bc -> a -> IO () btHashMap_btHashPtr_void_ptr__m_valueArray_get :: BtHashMap_btHashPtr_void_ptr_Class bc => bc -> IO (BtAlignedObjectArray_void_ptr_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#221 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int_ :: IO (BtHashMap_btHashString_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#423 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__free :: BtHashMap_btHashString_int_Class bc => bc -> IO () btHashMap_btHashString_int__findIndex :: (BtHashMap_btHashString_int_Class bc, BtHashStringClass p0) => bc -> p0 -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#440 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__clear :: BtHashMap_btHashString_int_Class bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#230 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__growTables :: (BtHashMap_btHashString_int_Class bc, BtHashStringClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#379 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__size :: BtHashMap_btHashString_int_Class bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#224 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__m_hashTable_set :: (BtHashMap_btHashString_int_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__m_hashTable_get :: BtHashMap_btHashString_int_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#228 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__m_keyArray_set :: (BtHashMap_btHashString_int_Class bc, BtAlignedObjectArray_btHashString_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__m_keyArray_get :: BtHashMap_btHashString_int_Class bc => bc -> IO (BtAlignedObjectArray_btHashString_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#225 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__m_next_set :: (BtHashMap_btHashString_int_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__m_next_get :: BtHashMap_btHashString_int_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#227 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashMap_btHashString_int__m_valueArray_set :: (BtHashMap_btHashString_int_Class bc, BtAlignedObjectArray_int_Class a) => bc -> a -> IO () btHashMap_btHashString_int__m_valueArray_get :: BtHashMap_btHashString_int_Class bc => bc -> IO (BtAlignedObjectArray_int_) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashPtr_free :: BtHashPtrClass bc => bc -> IO () btHashPtr_getHash :: BtHashPtrClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#133 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashPtr_equals :: (BtHashPtrClass bc, BtHashPtrClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashString :: String -> IO (BtHashString) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#28 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashString_free :: BtHashStringClass bc => bc -> IO () btHashString_getHash :: BtHashStringClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#66 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashString_equals :: (BtHashStringClass bc, BtHashStringClass p0) => bc -> p0 -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#51 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashString_portableStringCompare :: BtHashStringClass bc => bc -> String -> String -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#26 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashString_m_hash_set :: BtHashStringClass bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashString_m_hash_get :: BtHashStringClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btHashMap.cpp?r=2223 btHashString_m_string_set :: BtHashStringClass bc => bc -> String -> IO () btHashString_m_string_get :: BtHashStringClass bc => bc -> IO (String) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_draw3dText :: BtIDebugDrawClass bc => bc -> Vec3 -> String -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_draw3dText' :: BtIDebugDrawClass bc => bc -> String -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#282 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawBox :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#282 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawBox' :: BtIDebugDrawClass bc => bc -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#282 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawBox0 :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#282 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawBox0' :: BtIDebugDrawClass bc => bc -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawBox1 :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Transform -> Vec3 -> IO (Vec3, Vec3, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#297 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawBox1' :: BtIDebugDrawClass bc => bc -> IO (Vec3, Vec3, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawCone :: BtIDebugDrawClass bc => bc -> Float -> Float -> Int -> Transform -> Vec3 -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#375 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawCone' :: BtIDebugDrawClass bc => bc -> Float -> Float -> Int -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#313 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawCapsule :: BtIDebugDrawClass bc => bc -> Float -> Float -> Int -> Transform -> Vec3 -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#313 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawCapsule' :: BtIDebugDrawClass bc => bc -> Float -> Float -> Int -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawArc :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Float -> Float -> Float -> Float -> Vec3 -> Bool -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#156 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawArc' :: BtIDebugDrawClass bc => bc -> Float -> Float -> Float -> Float -> Bool -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#356 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawCylinder :: BtIDebugDrawClass bc => bc -> Float -> Float -> Int -> Transform -> Vec3 -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#356 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawCylinder' :: BtIDebugDrawClass bc => bc -> Float -> Float -> Int -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_reportErrorWarning :: BtIDebugDrawClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTriangle :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTriangle' :: BtIDebugDrawClass bc => bc -> Float -> IO (Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTriangle0 :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#97 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTriangle0' :: BtIDebugDrawClass bc => bc -> Float -> IO (Vec3, Vec3, Vec3, Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTriangle1 :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTriangle1' :: BtIDebugDrawClass bc => bc -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#116 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_getDebugMode :: BtIDebugDrawClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawLine :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawLine' :: BtIDebugDrawClass bc => bc -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawLine0 :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#54 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawLine0' :: BtIDebugDrawClass bc => bc -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawLine1 :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#56 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawLine1' :: BtIDebugDrawClass bc => bc -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTransform :: BtIDebugDrawClass bc => bc -> Transform -> Float -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#147 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawTransform' :: BtIDebugDrawClass bc => bc -> Float -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawAabb :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#118 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawAabb' :: BtIDebugDrawClass bc => bc -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#400 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawPlane :: BtIDebugDrawClass bc => bc -> Vec3 -> Float -> Transform -> Vec3 -> IO (Vec3, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#400 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawPlane' :: BtIDebugDrawClass bc => bc -> Float -> IO (Vec3, Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawContactPoint :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Float -> Int -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#108 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawContactPoint' :: BtIDebugDrawClass bc => bc -> Float -> Int -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#114 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_setDebugMode :: BtIDebugDrawClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSpherePatch :: BtIDebugDrawClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Float -> Float -> Float -> Float -> Float -> Vec3 -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#181 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSpherePatch' :: BtIDebugDrawClass bc => bc -> Float -> Float -> Float -> Float -> Float -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSphere :: BtIDebugDrawClass bc => bc -> Float -> Transform -> Vec3 -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSphere' :: BtIDebugDrawClass bc => bc -> Float -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSphere0 :: BtIDebugDrawClass bc => bc -> Float -> Transform -> Vec3 -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#62 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSphere0' :: BtIDebugDrawClass bc => bc -> Float -> IO (Transform, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSphere1 :: BtIDebugDrawClass bc => bc -> Vec3 -> Float -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btIDebugDraw.cpp?r=2223 btIDebugDraw_drawSphere1' :: BtIDebugDrawClass bc => bc -> Float -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMatrix3x3.h?r=2223#732 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMatrix3x3.cpp?r=2223 btMatrix3x3DoubleData :: IO (BtMatrix3x3DoubleData) btMatrix3x3DoubleData_free :: BtMatrix3x3DoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMatrix3x3.h?r=2223#726 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMatrix3x3.cpp?r=2223 btMatrix3x3FloatData :: IO (BtMatrix3x3FloatData) btMatrix3x3FloatData_free :: BtMatrix3x3FloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.cpp?r=2223 btMotionState_setWorldTransform :: BtMotionStateClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.h?r=2223#35 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.cpp?r=2223 btMotionState_setWorldTransform' :: BtMotionStateClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.cpp?r=2223 btMotionState_getWorldTransform :: BtMotionStateClass bc => bc -> Transform -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.h?r=2223#32 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btMotionState.cpp?r=2223 btMotionState_getWorldTransform' :: BtMotionStateClass bc => bc -> IO (Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btPointerUid :: IO (BtPointerUid) btPointerUid_free :: BtPointerUidClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#139 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#129 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord0 :: IO (BtQuadWord) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#150 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord1 :: Float -> Float -> Float -> IO (BtQuadWord) btQuadWord2 :: Float -> Float -> Float -> Float -> IO (BtQuadWord) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#168 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_free :: BtQuadWordClass bc => bc -> IO () btQuadWord_setMin :: (BtQuadWordClass bc, BtQuadWordClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setValue :: BtQuadWordClass bc => bc -> Float -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setValue0 :: BtQuadWordClass bc => bc -> Float -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#121 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setValue1 :: BtQuadWordClass bc => bc -> Float -> Float -> Float -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#158 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setMax :: (BtQuadWordClass bc, BtQuadWordClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#57 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_getX :: BtQuadWordClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#59 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_getY :: BtQuadWordClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#61 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_getZ :: BtQuadWordClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#69 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setW :: BtQuadWordClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#77 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_w :: BtQuadWordClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#73 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_y :: BtQuadWordClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#71 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_x :: BtQuadWordClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#75 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_z :: BtQuadWordClass bc => bc -> IO (Float) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setX :: BtQuadWordClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#65 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setY :: BtQuadWordClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.h?r=2223#67 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btQuadWord.cpp?r=2223 btQuadWord_setZ :: BtQuadWordClass bc => bc -> Float -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#100 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_setSerializationFlags :: BtSerializerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#78 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_getCurrentBufferSize :: BtSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#88 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_startSerialization :: BtSerializerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#98 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_getSerializationFlags :: BtSerializerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#90 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_finishSerialization :: BtSerializerClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#86 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_getUniquePointer :: BtSerializerClass bc => bc -> VoidPtr -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_finalizeChunk :: (BtSerializerClass bc, BtChunkClass p0) => bc -> p0 -> String -> Int -> VoidPtr -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#96 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_serializeName :: BtSerializerClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.h?r=2223#84 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btSerializer.cpp?r=2223 btSerializer_findPointer :: BtSerializerClass bc => bc -> VoidPtr -> IO (VoidPtr) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#38 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc :: Word32 -> IO (BtStackAlloc) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#41 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_free :: BtStackAllocClass bc => bc -> IO () btStackAlloc_create :: BtStackAllocClass bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#101 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_ctor :: BtStackAllocClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#47 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_destroy :: BtStackAllocClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#81 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_beginBlock :: BtStackAllocClass bc => bc -> IO (BtBlock) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#63 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_getAvailableMemory :: BtStackAllocClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#89 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_endBlock :: (BtStackAllocClass bc, BtBlockClass p0) => bc -> p0 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#110 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_totalsize_set :: BtStackAllocClass bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_totalsize_get :: BtStackAllocClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#111 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_usedsize_set :: BtStackAllocClass bc => bc -> Word32 -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_usedsize_get :: BtStackAllocClass bc => bc -> IO (Word32) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_current_set :: (BtStackAllocClass bc, BtBlockClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_current_get :: BtStackAllocClass bc => bc -> IO (BtBlock) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.h?r=2223#113 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btStackAlloc.cpp?r=2223 btStackAlloc_ischild_set :: BtStackAllocClass bc => bc -> Bool -> IO () btStackAlloc_ischild_get :: BtStackAllocClass bc => bc -> IO (Bool) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#262 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformDoubleData :: IO (BtTransformDoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#263 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformDoubleData_free :: BtTransformDoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#263 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformDoubleData_m_basis_set :: (BtTransformDoubleDataClass bc, BtMatrix3x3DoubleDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformDoubleData_m_basis_get :: BtTransformDoubleDataClass bc => bc -> IO (BtMatrix3x3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#264 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformDoubleData_m_origin_set :: (BtTransformDoubleDataClass bc, BtVector3DoubleDataClass a) => bc -> a -> IO () btTransformDoubleData_m_origin_get :: BtTransformDoubleDataClass bc => bc -> IO (BtVector3DoubleData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#256 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformFloatData :: IO (BtTransformFloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformFloatData_free :: BtTransformFloatDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#257 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformFloatData_m_basis_set :: (BtTransformFloatDataClass bc, BtMatrix3x3FloatDataClass a) => bc -> a -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformFloatData_m_basis_get :: BtTransformFloatDataClass bc => bc -> IO (BtMatrix3x3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.h?r=2223#258 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransform.cpp?r=2223 btTransformFloatData_m_origin_set :: (BtTransformFloatDataClass bc, BtVector3FloatDataClass a) => bc -> a -> IO () btTransformFloatData_m_origin_get :: BtTransformFloatDataClass bc => bc -> IO (BtVector3FloatData) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#39 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btTransformUtil :: IO (BtTransformUtil) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btTransformUtil_free :: BtTransformUtilClass bc => bc -> IO () btTransformUtil_calculateVelocity :: Transform -> Transform -> Float -> Vec3 -> Vec3 -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#112 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btTransformUtil_calculateVelocity' :: Float -> IO (Transform, Transform, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btTransformUtil_integrateTransform :: Transform -> Vec3 -> Vec3 -> Float -> Transform -> IO (Transform, Vec3, Vec3, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#43 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btTransformUtil_integrateTransform' :: Float -> IO (Transform, Vec3, Vec3, Transform) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btTransformUtil_calculateVelocityQuaternion :: Vec3 -> Vec3 -> UnitQuaternion -> UnitQuaternion -> Float -> Vec3 -> Vec3 -> IO (Vec3, Vec3, UnitQuaternion, UnitQuaternion, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.h?r=2223#82 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btTransformUtil.cpp?r=2223 btTransformUtil_calculateVelocityQuaternion' :: Float -> IO (Vec3, Vec3, UnitQuaternion, UnitQuaternion, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.h?r=2223#512 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.cpp?r=2223 btTypedObject :: Int -> IO (BtTypedObject) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.h?r=2223#517 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.cpp?r=2223 btTypedObject_free :: BtTypedObjectClass bc => bc -> IO () btTypedObject_getObjectType :: BtTypedObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.h?r=2223#516 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.cpp?r=2223 -- -- -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.h?r=2223#516 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btScalar.cpp?r=2223 btTypedObject_m_objectType_set :: BtTypedObjectClass bc => bc -> Int -> IO () btTypedObject_m_objectType_get :: BtTypedObjectClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btVector3.h?r=2223#719 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btVector3.cpp?r=2223 btVector3DoubleData :: IO (BtVector3DoubleData) btVector3DoubleData_free :: BtVector3DoubleDataClass bc => bc -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btVector3.h?r=2223#714 -- http://code.google.com/p/bullet/source/browse/trunk/src/LinearMath/btVector3.cpp?r=2223 btVector3FloatData :: IO (BtVector3FloatData) btVector3FloatData_free :: BtVector3FloatDataClass bc => bc -> IO () cProfileIterator'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileIterator_free'_ :: (Ptr ()) -> (IO ()) cProfileIterator_Get_Current_Name'_ :: (Ptr ()) -> (IO (Ptr CChar)) cProfileIterator_Get_Current_Total_Calls'_ :: (Ptr ()) -> (IO CInt) cProfileIterator_Get_Current_Total_Time'_ :: (Ptr ()) -> (IO CFloat) cProfileIterator_Enter_Child'_ :: (Ptr ()) -> (CInt -> (IO ())) cProfileIterator_Is_Done'_ :: (Ptr ()) -> (IO CInt) cProfileIterator_Next'_ :: (Ptr ()) -> (IO ()) cProfileIterator_Is_Root'_ :: (Ptr ()) -> (IO CInt) cProfileIterator_Get_Current_Parent_Name'_ :: (Ptr ()) -> (IO (Ptr CChar)) cProfileIterator_Get_Current_UserPointer'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileIterator_Get_Current_Parent_Total_Calls'_ :: (Ptr ()) -> (IO CInt) cProfileIterator_Set_Current_UserPointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileIterator_Get_Current_Parent_Total_Time'_ :: (Ptr ()) -> (IO CFloat) cProfileIterator_Enter_Parent'_ :: (Ptr ()) -> (IO ()) cProfileIterator_First'_ :: (Ptr ()) -> (IO ()) cProfileIterator_CurrentParent_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileIterator_CurrentParent_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileIterator_CurrentChild_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileIterator_CurrentChild_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileManager'_ :: IO (Ptr ()) cProfileManager_free'_ :: (Ptr ()) -> (IO ()) cProfileManager_Reset'_ :: IO () cProfileManager_dumpAll'_ :: IO () cProfileManager_Get_Frame_Count_Since_Reset'_ :: IO CInt cProfileManager_Release_Iterator'_ :: (Ptr ()) -> (IO ()) cProfileManager_Stop_Profile'_ :: IO () cProfileManager_CleanupMemory'_ :: IO () cProfileManager_Get_Time_Since_Reset'_ :: IO CFloat cProfileManager_Start_Profile'_ :: (Ptr CChar) -> (IO ()) cProfileManager_Increment_Frame_Counter'_ :: IO () cProfileManager_dumpRecursive'_ :: (Ptr ()) -> (CInt -> (IO ())) cProfileManager_Get_Iterator'_ :: IO (Ptr ()) cProfileManager_Root_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileManager_Root_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileManager_CurrentNode_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileManager_CurrentNode_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileManager_FrameCounter_set'_ :: (Ptr ()) -> (CInt -> (IO ())) cProfileManager_FrameCounter_get'_ :: (Ptr ()) -> (IO CInt) cProfileManager_ResetTime_set'_ :: (Ptr ()) -> (CULong -> (IO ())) cProfileManager_ResetTime_get'_ :: (Ptr ()) -> (IO CULong) cProfileNode'_ :: (Ptr CChar) -> ((Ptr ()) -> (IO (Ptr ()))) cProfileNode_free'_ :: (Ptr ()) -> (IO ()) cProfileNode_Reset'_ :: (Ptr ()) -> (IO ()) cProfileNode_Return'_ :: (Ptr ()) -> (IO CInt) cProfileNode_SetUserPointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileNode_Get_Sub_Node'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO (Ptr ()))) cProfileNode_CleanupMemory'_ :: (Ptr ()) -> (IO ()) cProfileNode_Get_Parent'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileNode_GetUserPointer'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileNode_Get_Name'_ :: (Ptr ()) -> (IO (Ptr CChar)) cProfileNode_Get_Total_Time'_ :: (Ptr ()) -> (IO CFloat) cProfileNode_Call'_ :: (Ptr ()) -> (IO ()) cProfileNode_Get_Sibling'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileNode_Get_Child'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileNode_Get_Total_Calls'_ :: (Ptr ()) -> (IO CInt) cProfileNode_Child_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileNode_Child_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileNode_Name_set'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) cProfileNode_Name_get'_ :: (Ptr ()) -> (IO (Ptr CChar)) cProfileNode_Parent_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileNode_Parent_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileNode_RecursionCounter_set'_ :: (Ptr ()) -> (CInt -> (IO ())) cProfileNode_RecursionCounter_get'_ :: (Ptr ()) -> (IO CInt) cProfileNode_Sibling_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileNode_Sibling_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileNode_StartTime_set'_ :: (Ptr ()) -> (CULong -> (IO ())) cProfileNode_StartTime_get'_ :: (Ptr ()) -> (IO CULong) cProfileNode_TotalCalls_set'_ :: (Ptr ()) -> (CInt -> (IO ())) cProfileNode_TotalCalls_get'_ :: (Ptr ()) -> (IO CInt) cProfileNode_TotalTime_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) cProfileNode_TotalTime_get'_ :: (Ptr ()) -> (IO CFloat) cProfileNode_m_userPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) cProfileNode_m_userPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) cProfileSample'_ :: (Ptr CChar) -> (IO (Ptr ())) cProfileSample_free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u_'_ :: IO (Ptr ()) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_BT_QUANTIZED_BVH_NODE_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_BVH_DATA_16u_'_ :: IO (Ptr ()) btAlignedAllocator_GIM_BVH_DATA_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_GIM_BVH_DATA_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_GIM_BVH_DATA_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_GIM_BVH_DATA_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_GIM_BVH_DATA_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_BVH_DATA_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_BVH_DATA_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_BVH_TREE_NODE_16u_'_ :: IO (Ptr ()) btAlignedAllocator_GIM_BVH_TREE_NODE_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_GIM_BVH_TREE_NODE_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_GIM_BVH_TREE_NODE_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_GIM_BVH_TREE_NODE_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_GIM_BVH_TREE_NODE_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_BVH_TREE_NODE_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_BVH_TREE_NODE_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_PAIR_16u_'_ :: IO (Ptr ()) btAlignedAllocator_GIM_PAIR_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_GIM_PAIR_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_GIM_PAIR_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_GIM_PAIR_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_GIM_PAIR_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_PAIR_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_GIM_PAIR_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_bool_16u_'_ :: IO (Ptr ()) btAlignedAllocator_bool_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btActionInterface_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btActionInterface_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btBroadphaseInterface_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btBroadphaseInterface_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btBroadphasePair_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btBroadphasePair_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btBroadphasePair_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btBroadphasePair_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btBroadphasePair_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btBroadphasePair_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btBroadphasePair_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btBroadphasePair_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btBvhSubtreeInfo_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btBvhSubtreeInfo_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btBvhSubtreeInfo_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btBvhSubtreeInfo_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btBvhSubtreeInfo_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btBvhSubtreeInfo_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btBvhSubtreeInfo_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btBvhSubtreeInfo_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btChunk_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btChunk_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btCollisionObject_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btCollisionObject_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btCollisionShape_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btCollisionShape_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btCompoundShapeChild_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btCompoundShapeChild_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btCompoundShapeChild_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btCompoundShapeChild_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btCompoundShapeChild_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btCompoundShapeChild_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btCompoundShapeChild_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btCompoundShapeChild_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNN_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btDbvt_sStkNN_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btDbvt_sStkNN_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btDbvt_sStkNN_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btDbvt_sStkNN_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btDbvt_sStkNN_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNN_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNN_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNP_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btDbvt_sStkNP_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btDbvt_sStkNP_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btDbvt_sStkNP_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btDbvt_sStkNP_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btDbvt_sStkNP_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNP_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNP_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNPS_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btDbvt_sStkNPS_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btDbvt_sStkNPS_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btDbvt_sStkNPS_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btDbvt_sStkNPS_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btDbvt_sStkNPS_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNPS_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvt_sStkNPS_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btDbvtNodeconst_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btDbvtNodeconst_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btGImpactMeshShapePart_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btGImpactMeshShapePart_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btHashInt_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btHashInt_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btHashInt_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btHashInt_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btHashInt_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btHashInt_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashInt_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashInt_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashPtr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btHashPtr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btHashPtr_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btHashPtr_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btHashPtr_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btHashPtr_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashPtr_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashPtr_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashString_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btHashString_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btHashString_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btHashString_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btHashString_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btHashString_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashString_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btHashString_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btIndexedMesh_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btIndexedMesh_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btIndexedMesh_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btIndexedMesh_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btIndexedMesh_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btIndexedMesh_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btIndexedMesh_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btIndexedMesh_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btMultiSapBroadphase_btBridgeProxy_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btMultiSapBroadphase_btMultiSapProxy_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btOptimizedBvhNode_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btOptimizedBvhNode_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btOptimizedBvhNode_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btOptimizedBvhNode_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btOptimizedBvhNode_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btOptimizedBvhNode_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btOptimizedBvhNode_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btOptimizedBvhNode_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btPersistentManifold_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btPersistentManifold_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btPointerUid_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btPointerUid_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btPointerUid_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btPointerUid_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btPointerUid_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btPointerUid_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btPointerUid_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btPointerUid_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btQuantizedBvhNode_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btQuantizedBvhNode_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btQuantizedBvhNode_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btQuantizedBvhNode_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btQuantizedBvhNode_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btQuantizedBvhNode_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btQuantizedBvhNode_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btQuantizedBvhNode_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btRigidBody_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btRigidBody_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Anchor_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Anchor_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Anchor_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Anchor_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Anchor_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_Anchor_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Anchor_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Anchor_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Cluster_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Cluster_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Face_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Face_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Face_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Face_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Face_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_Face_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Face_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Face_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Joint_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Joint_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Link_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Link_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Link_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Link_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Link_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_Link_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Link_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Link_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Material_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Material_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Node_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Node_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Node_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Node_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Node_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Node_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Node_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_Node_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Node_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Node_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Note_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Note_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Note_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Note_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Note_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_Note_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Note_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Note_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_RContact_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_RContact_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_RContact_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_RContact_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_RContact_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_RContact_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_RContact_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_RContact_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_SContact_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_SContact_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_SContact_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_SContact_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_SContact_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_SContact_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_SContact_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_SContact_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Tetra_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_Tetra_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_Tetra_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Tetra_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSoftBody_Tetra_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSoftBody_Tetra_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Tetra_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_Tetra_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSoftBody_ePSolver___16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_ePSolver___16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSoftBody_eVSolver___16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSoftBody_eVSolver___16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSolverConstraint_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSolverConstraint_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btSolverConstraint_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSolverConstraint_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btSolverConstraint_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btSolverConstraint_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSolverConstraint_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSolverConstraint_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btSparseSdf_3__Cell_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btSparseSdf_3__Cell_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btTransform_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btTransform_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btTriangleInfo_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btTriangleInfo_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btTriangleInfo_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btTriangleInfo_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btTriangleInfo_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btTriangleInfo_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btTriangleInfo_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btTriangleInfo_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btTypedConstraint_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btTypedConstraint_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btTypedConstraint_btConstraintInfo1_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btVector3_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btVector3_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btWheelInfo_16u_'_ :: IO (Ptr ()) btAlignedAllocator_btWheelInfo_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_btWheelInfo_16u__destroy'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btWheelInfo_16u__deallocate'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedAllocator_btWheelInfo_16u__construct'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btAlignedAllocator_btWheelInfo_16u__address'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btWheelInfo_16u__address0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_btWheelInfo_16u__address1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedAllocator_charconst_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_charconst_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_char_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_char_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_float_16u_'_ :: IO (Ptr ()) btAlignedAllocator_float_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_int_16u_'_ :: IO (Ptr ()) btAlignedAllocator_int_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_short_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_short_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_short_16u_'_ :: IO (Ptr ()) btAlignedAllocator_short_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_unsignedint_16u_'_ :: IO (Ptr ()) btAlignedAllocator_unsignedint_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_unsignedshort_16u_'_ :: IO (Ptr ()) btAlignedAllocator_unsignedshort_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedAllocator_void_ptr_16u_'_ :: IO (Ptr ()) btAlignedAllocator_void_ptr_16u__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE_'_ :: IO (Ptr ()) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_BT_QUANTIZED_BVH_NODE__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_DATA_'_ :: IO (Ptr ()) btAlignedObjectArray_GIM_BVH_DATA__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_DATA__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_BVH_DATA__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_DATA__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_DATA__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_DATA__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_DATA__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_DATA__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_DATA__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_DATA__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_DATA__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_DATA__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_GIM_BVH_DATA__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_GIM_BVH_DATA__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_BVH_DATA__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_GIM_BVH_DATA__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_GIM_BVH_DATA__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_GIM_BVH_DATA__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_DATA__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_DATA__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_GIM_BVH_DATA__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_DATA__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_BVH_DATA__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_BVH_DATA__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_DATA__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_DATA__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_DATA__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_DATA__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_BVH_DATA__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_BVH_DATA__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_DATA__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_TREE_NODE_'_ :: IO (Ptr ()) btAlignedObjectArray_GIM_BVH_TREE_NODE__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_TREE_NODE__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_TREE_NODE__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_TREE_NODE__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_TREE_NODE__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_TREE_NODE__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_TREE_NODE__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_GIM_BVH_TREE_NODE__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_GIM_BVH_TREE_NODE__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_GIM_BVH_TREE_NODE__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_BVH_TREE_NODE__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_GIM_BVH_TREE_NODE__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_BVH_TREE_NODE__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_PAIR_'_ :: IO (Ptr ()) btAlignedObjectArray_GIM_PAIR__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_PAIR__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_PAIR__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_PAIR__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_PAIR__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_PAIR__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_PAIR__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_PAIR__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_PAIR__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_GIM_PAIR__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_PAIR__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_PAIR__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_GIM_PAIR__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_GIM_PAIR__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_PAIR__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_GIM_PAIR__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_GIM_PAIR__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_GIM_PAIR__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_GIM_PAIR__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_GIM_PAIR__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_GIM_PAIR__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_PAIR__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_PAIR__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_PAIR__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_PAIR__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_PAIR__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_PAIR__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_GIM_PAIR__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_GIM_PAIR__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_GIM_PAIR__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_GIM_PAIR__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_bool_'_ :: IO (Ptr ()) btAlignedObjectArray_bool__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_bool__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_bool__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_bool__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_bool__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_bool__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_bool__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_bool__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_bool__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_bool__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_bool__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_bool__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_bool__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_bool__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_bool__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_bool__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_bool__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_bool__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_bool__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_bool__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_bool__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btActionInterface_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btActionInterface_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btActionInterface_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btActionInterface_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btActionInterface_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btActionInterface_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btActionInterface_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btActionInterface_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btActionInterface_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btActionInterface_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btActionInterface_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btActionInterface_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btActionInterface_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btActionInterface_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btActionInterface_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btActionInterface_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btActionInterface_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btActionInterface_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btActionInterface_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btActionInterface_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btActionInterface_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btActionInterface_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btActionInterface_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btActionInterface_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btActionInterface_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btActionInterface_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btActionInterface_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btActionInterface_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btActionInterface_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphaseInterface_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btBroadphaseInterface_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphaseInterface_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBroadphaseInterface_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphaseInterface_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphaseInterface_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphaseInterface_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphaseInterface_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphaseInterface_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btBroadphaseInterface_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBroadphaseInterface_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphaseInterface_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphaseInterface_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btBroadphaseInterface_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphaseInterface_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBroadphaseInterface_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBroadphaseInterface_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphaseInterface_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphaseInterface_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphaseInterface_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphaseInterface_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphaseInterface_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphasePair_'_ :: IO (Ptr ()) btAlignedObjectArray_btBroadphasePair__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphasePair__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBroadphasePair__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphasePair__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphasePair__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphasePair__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphasePair__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphasePair__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphasePair__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphasePair__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphasePair__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphasePair__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btBroadphasePair__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btBroadphasePair__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBroadphasePair__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btBroadphasePair__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btBroadphasePair__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btBroadphasePair__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btBroadphasePair__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBroadphasePair__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btBroadphasePair__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphasePair__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBroadphasePair__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBroadphasePair__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphasePair__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphasePair__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphasePair__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBroadphasePair__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBroadphasePair__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBroadphasePair__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBroadphasePair__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBvhSubtreeInfo_'_ :: IO (Ptr ()) btAlignedObjectArray_btBvhSubtreeInfo__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBvhSubtreeInfo__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBvhSubtreeInfo__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBvhSubtreeInfo__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBvhSubtreeInfo__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBvhSubtreeInfo__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBvhSubtreeInfo__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBvhSubtreeInfo__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBvhSubtreeInfo__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btBvhSubtreeInfo__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBvhSubtreeInfo__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBvhSubtreeInfo__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btBvhSubtreeInfo__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btBvhSubtreeInfo__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBvhSubtreeInfo__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btBvhSubtreeInfo__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btBvhSubtreeInfo__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btBvhSubtreeInfo__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btBvhSubtreeInfo__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btBvhSubtreeInfo__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btBvhSubtreeInfo__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBvhSubtreeInfo__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBvhSubtreeInfo__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBvhSubtreeInfo__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBvhSubtreeInfo__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBvhSubtreeInfo__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBvhSubtreeInfo__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btBvhSubtreeInfo__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btBvhSubtreeInfo__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btBvhSubtreeInfo__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btBvhSubtreeInfo__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btChunk_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btChunk_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btChunk_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btChunk_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btChunk_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btChunk_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btChunk_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btChunk_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btChunk_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btChunk_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btChunk_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btChunk_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btChunk_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btChunk_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btChunk_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btChunk_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btChunk_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btChunk_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btChunk_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btChunk_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btChunk_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btChunk_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btChunk_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btChunk_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btChunk_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btChunk_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btChunk_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btChunk_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btChunk_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionObject_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btCollisionObject_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionObject_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btCollisionObject_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionObject_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionObject_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionObject_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionObject_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionObject_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionObject_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btCollisionObject_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionObject_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionObject_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionObject_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btCollisionObject_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btCollisionObject_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btCollisionObject_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btCollisionObject_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionObject_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btCollisionObject_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionObject_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionObject_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btCollisionObject_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btCollisionObject_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionObject_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionObject_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionObject_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionObject_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionObject_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionShape_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btCollisionShape_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionShape_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btCollisionShape_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionShape_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionShape_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionShape_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionShape_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionShape_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionShape_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionShape_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionShape_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionShape_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btCollisionShape_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btCollisionShape_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btCollisionShape_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btCollisionShape_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btCollisionShape_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btCollisionShape_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCollisionShape_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btCollisionShape_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionShape_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btCollisionShape_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btCollisionShape_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionShape_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionShape_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionShape_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCollisionShape_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCollisionShape_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCompoundShapeChild_'_ :: IO (Ptr ()) btAlignedObjectArray_btCompoundShapeChild__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCompoundShapeChild__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btCompoundShapeChild__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCompoundShapeChild__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCompoundShapeChild__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCompoundShapeChild__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCompoundShapeChild__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCompoundShapeChild__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCompoundShapeChild__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btCompoundShapeChild__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCompoundShapeChild__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCompoundShapeChild__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btCompoundShapeChild__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btCompoundShapeChild__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btCompoundShapeChild__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btCompoundShapeChild__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btCompoundShapeChild__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btCompoundShapeChild__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btCompoundShapeChild__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btCompoundShapeChild__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btCompoundShapeChild__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCompoundShapeChild__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btCompoundShapeChild__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btCompoundShapeChild__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCompoundShapeChild__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCompoundShapeChild__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCompoundShapeChild__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btCompoundShapeChild__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btCompoundShapeChild__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btCompoundShapeChild__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btCompoundShapeChild__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNN_'_ :: IO (Ptr ()) btAlignedObjectArray_btDbvt_sStkNN__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNN__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNN__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNN__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNN__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNN__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNN__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNN__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNN__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNN__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNN__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNN__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNN__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btDbvt_sStkNN__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNN__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNN__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNN__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btDbvt_sStkNN__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNN__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNN__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btDbvt_sStkNN__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNN__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNN__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNN__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNN__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNN__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNN__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNN__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNN__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNN__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNN__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNP_'_ :: IO (Ptr ()) btAlignedObjectArray_btDbvt_sStkNP__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNP__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNP__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNP__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNP__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNP__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNP__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNP__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNP__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNP__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNP__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNP__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNP__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btDbvt_sStkNP__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNP__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNP__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNP__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btDbvt_sStkNP__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNP__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNP__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btDbvt_sStkNP__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNP__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNP__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNP__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNP__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNP__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNP__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNP__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNP__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNP__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNP__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNPS_'_ :: IO (Ptr ()) btAlignedObjectArray_btDbvt_sStkNPS__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNPS__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNPS__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNPS__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNPS__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNPS__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNPS__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNPS__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNPS__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNPS__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNPS__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNPS__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNPS__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btDbvt_sStkNPS__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNPS__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNPS__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvt_sStkNPS__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btDbvt_sStkNPS__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btDbvt_sStkNPS__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvt_sStkNPS__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btDbvt_sStkNPS__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNPS__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNPS__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNPS__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNPS__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNPS__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNPS__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvt_sStkNPS__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvt_sStkNPS__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvt_sStkNPS__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvt_sStkNPS__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvtNodeconst_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btDbvtNodeconst_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvtNodeconst_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvtNodeconst_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvtNodeconst_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvtNodeconst_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvtNodeconst_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvtNodeconst_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvtNodeconst_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btDbvtNodeconst_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvtNodeconst_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btDbvtNodeconst_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btDbvtNodeconst_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btDbvtNodeconst_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvtNodeconst_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btDbvtNodeconst_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btDbvtNodeconst_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvtNodeconst_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvtNodeconst_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvtNodeconst_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btDbvtNodeconst_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btDbvtNodeconst_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btGImpactMeshShapePart_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btGImpactMeshShapePart_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btGImpactMeshShapePart_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btGImpactMeshShapePart_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btGImpactMeshShapePart_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btGImpactMeshShapePart_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btGImpactMeshShapePart_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btGImpactMeshShapePart_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btGImpactMeshShapePart_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btGImpactMeshShapePart_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btGImpactMeshShapePart_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btGImpactMeshShapePart_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashInt_'_ :: IO (Ptr ()) btAlignedObjectArray_btHashInt__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashInt__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashInt__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashInt__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashInt__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashInt__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashInt__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashInt__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashInt__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashInt__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashInt__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashInt__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btHashInt__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btHashInt__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashInt__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btHashInt__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btHashInt__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btHashInt__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btHashInt__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashInt__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btHashInt__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashInt__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashInt__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashInt__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashInt__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashInt__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashInt__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashInt__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashInt__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashInt__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashInt__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashPtr_'_ :: IO (Ptr ()) btAlignedObjectArray_btHashPtr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashPtr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashPtr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashPtr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashPtr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashPtr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashPtr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashPtr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashPtr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashPtr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashPtr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashPtr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btHashPtr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btHashPtr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashPtr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btHashPtr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btHashPtr__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btHashPtr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btHashPtr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashPtr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btHashPtr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashPtr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashPtr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashPtr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashPtr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashPtr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashPtr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashPtr__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashPtr__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashPtr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashPtr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashString_'_ :: IO (Ptr ()) btAlignedObjectArray_btHashString__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashString__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashString__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashString__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashString__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashString__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashString__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashString__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashString__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btHashString__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashString__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashString__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btHashString__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btHashString__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashString__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btHashString__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btHashString__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btHashString__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btHashString__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btHashString__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btHashString__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashString__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashString__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashString__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashString__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashString__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashString__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btHashString__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btHashString__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btHashString__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btHashString__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btIndexedMesh_'_ :: IO (Ptr ()) btAlignedObjectArray_btIndexedMesh__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btIndexedMesh__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btIndexedMesh__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btIndexedMesh__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btIndexedMesh__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btIndexedMesh__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btIndexedMesh__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btIndexedMesh__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btIndexedMesh__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btIndexedMesh__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btIndexedMesh__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btIndexedMesh__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btIndexedMesh__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btIndexedMesh__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btIndexedMesh__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btIndexedMesh__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btIndexedMesh__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btIndexedMesh__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btIndexedMesh__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btIndexedMesh__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btIndexedMesh__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btIndexedMesh__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btIndexedMesh__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btIndexedMesh__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btIndexedMesh__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btIndexedMesh__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btIndexedMesh__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btIndexedMesh__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btIndexedMesh__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btIndexedMesh__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btIndexedMesh__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btBridgeProxy_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btMultiSapBroadphase_btMultiSapProxy_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btOptimizedBvhNode_'_ :: IO (Ptr ()) btAlignedObjectArray_btOptimizedBvhNode__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btOptimizedBvhNode__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btOptimizedBvhNode__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btOptimizedBvhNode__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btOptimizedBvhNode__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btOptimizedBvhNode__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btOptimizedBvhNode__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btOptimizedBvhNode__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btOptimizedBvhNode__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btOptimizedBvhNode__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btOptimizedBvhNode__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btOptimizedBvhNode__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btOptimizedBvhNode__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btOptimizedBvhNode__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btOptimizedBvhNode__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btOptimizedBvhNode__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btOptimizedBvhNode__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btOptimizedBvhNode__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btOptimizedBvhNode__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btOptimizedBvhNode__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btOptimizedBvhNode__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btOptimizedBvhNode__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btOptimizedBvhNode__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btOptimizedBvhNode__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btOptimizedBvhNode__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btOptimizedBvhNode__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btOptimizedBvhNode__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btOptimizedBvhNode__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btOptimizedBvhNode__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btOptimizedBvhNode__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btOptimizedBvhNode__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPersistentManifold_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btPersistentManifold_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPersistentManifold_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btPersistentManifold_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPersistentManifold_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPersistentManifold_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPersistentManifold_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPersistentManifold_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPersistentManifold_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPersistentManifold_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPersistentManifold_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPersistentManifold_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPersistentManifold_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btPersistentManifold_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btPersistentManifold_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btPersistentManifold_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btPersistentManifold_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btPersistentManifold_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btPersistentManifold_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPersistentManifold_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btPersistentManifold_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPersistentManifold_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btPersistentManifold_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btPersistentManifold_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPersistentManifold_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPersistentManifold_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPersistentManifold_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPersistentManifold_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPersistentManifold_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPointerUid_'_ :: IO (Ptr ()) btAlignedObjectArray_btPointerUid__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPointerUid__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btPointerUid__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPointerUid__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPointerUid__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPointerUid__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPointerUid__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPointerUid__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPointerUid__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btPointerUid__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPointerUid__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPointerUid__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btPointerUid__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btPointerUid__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btPointerUid__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btPointerUid__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btPointerUid__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btPointerUid__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btPointerUid__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btPointerUid__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btPointerUid__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPointerUid__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btPointerUid__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btPointerUid__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPointerUid__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPointerUid__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPointerUid__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btPointerUid__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btPointerUid__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btPointerUid__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btPointerUid__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btQuantizedBvhNode_'_ :: IO (Ptr ()) btAlignedObjectArray_btQuantizedBvhNode__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btQuantizedBvhNode__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btQuantizedBvhNode__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btQuantizedBvhNode__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btQuantizedBvhNode__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btQuantizedBvhNode__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btQuantizedBvhNode__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btQuantizedBvhNode__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btQuantizedBvhNode__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btQuantizedBvhNode__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btQuantizedBvhNode__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btQuantizedBvhNode__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btQuantizedBvhNode__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btQuantizedBvhNode__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btQuantizedBvhNode__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btQuantizedBvhNode__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btQuantizedBvhNode__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btQuantizedBvhNode__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btQuantizedBvhNode__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btQuantizedBvhNode__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btQuantizedBvhNode__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btQuantizedBvhNode__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btQuantizedBvhNode__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btQuantizedBvhNode__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btQuantizedBvhNode__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btQuantizedBvhNode__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btQuantizedBvhNode__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btQuantizedBvhNode__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btQuantizedBvhNode__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btQuantizedBvhNode__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btQuantizedBvhNode__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btRigidBody_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btRigidBody_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btRigidBody_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btRigidBody_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btRigidBody_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btRigidBody_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btRigidBody_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btRigidBody_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btRigidBody_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btRigidBody_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btRigidBody_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btRigidBody_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btRigidBody_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btRigidBody_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btRigidBody_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btRigidBody_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btRigidBody_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btRigidBody_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btRigidBody_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btRigidBody_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btRigidBody_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btRigidBody_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btRigidBody_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btRigidBody_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btRigidBody_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btRigidBody_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btRigidBody_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btRigidBody_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btRigidBody_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Anchor_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Anchor__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Anchor__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Anchor__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Anchor__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Anchor__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Anchor__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Anchor__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Anchor__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Anchor__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Anchor__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Anchor__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Anchor__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Anchor__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Anchor__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Anchor__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Anchor__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_Anchor__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Anchor__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Anchor__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Anchor__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Anchor__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Anchor__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Anchor__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Anchor__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Anchor__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Anchor__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Anchor__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Anchor__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Anchor__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Anchor__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Anchor__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Cluster_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Cluster_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Cluster_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Cluster_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Cluster_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Cluster_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Cluster_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Cluster_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Cluster_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Cluster_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Cluster_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Cluster_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Cluster_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Face_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Face__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Face__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Face__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Face__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Face__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Face__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Face__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Face__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Face__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Face__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Face__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Face__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Face__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Face__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Face__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Face__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_Face__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Face__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Face__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Face__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Face__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Face__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Face__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Face__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Face__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Face__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Face__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Face__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Face__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Face__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Face__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Joint_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Joint_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Joint_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Joint_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Joint_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Joint_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Joint_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Joint_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Joint_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Joint_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Joint_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Joint_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Joint_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Joint_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Joint_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Joint_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Joint_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Joint_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Joint_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Joint_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Joint_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Joint_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Link_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Link__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Link__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Link__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Link__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Link__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Link__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Link__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Link__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Link__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Link__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Link__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Link__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Link__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Link__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Link__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Link__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_Link__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Link__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Link__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Link__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Link__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Link__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Link__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Link__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Link__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Link__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Link__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Link__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Link__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Link__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Link__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Material_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Material_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Material_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Material_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Material_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Material_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Material_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Material_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Material_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Material_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Material_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Material_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Material_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Material_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Material_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Material_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Material_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Material_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Material_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Material_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Material_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Material_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Material_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Material_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Material_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Material_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Material_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Material_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Material_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Node_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Node_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Node_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Node_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Node_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Node_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Node_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Node_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Node_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Node_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Node__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Node__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Node__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Node__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Node__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Node__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_Node__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Node__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Node__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Node__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Node__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Node__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Node__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Node__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Node__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Node__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Node__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Note_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Note__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Note__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Note__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Note__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Note__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Note__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Note__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Note__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Note__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Note__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Note__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Note__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Note__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Note__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Note__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Note__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_Note__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Note__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Note__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Note__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Note__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Note__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Note__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Note__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Note__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Note__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Note__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Note__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Note__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Note__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Note__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_RContact_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_RContact__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_RContact__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_RContact__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_RContact__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_RContact__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_RContact__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_RContact__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_RContact__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_RContact__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_RContact__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_RContact__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_RContact__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_RContact__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_RContact__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_RContact__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_RContact__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_RContact__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_RContact__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_RContact__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_RContact__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_RContact__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_RContact__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_RContact__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_RContact__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_RContact__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_RContact__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_RContact__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_RContact__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_RContact__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_RContact__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_RContact__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_SContact_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_SContact__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_SContact__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_SContact__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_SContact__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_SContact__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_SContact__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_SContact__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_SContact__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_SContact__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_SContact__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_SContact__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_SContact__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_SContact__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_SContact__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_SContact__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_SContact__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_SContact__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_SContact__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_SContact__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_SContact__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_SContact__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_SContact__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_SContact__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_SContact__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_SContact__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_SContact__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_SContact__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_SContact__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_SContact__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_SContact__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_SContact__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Tetra_'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_Tetra__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Tetra__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Tetra__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Tetra__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Tetra__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Tetra__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Tetra__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Tetra__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Tetra__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Tetra__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Tetra__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Tetra__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Tetra__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_Tetra__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Tetra__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_Tetra__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSoftBody_Tetra__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSoftBody_Tetra__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_Tetra__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_Tetra__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_Tetra__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Tetra__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Tetra__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Tetra__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Tetra__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Tetra__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_Tetra__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_Tetra__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Tetra__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_Tetra__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_Tetra__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ePSolver___'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_ePSolver____free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ePSolver____size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ePSolver____capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ePSolver____init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ePSolver____swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_ePSolver____pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ePSolver____deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ePSolver____allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_ePSolver____initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_ePSolver____destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_ePSolver____clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_ePSolver____allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_ePSolver____reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ePSolver____m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_ePSolver____m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_ePSolver____m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ePSolver____m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ePSolver____m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ePSolver____m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_ePSolver____m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_ePSolver____m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_eVSolver___'_ :: IO (Ptr ()) btAlignedObjectArray_btSoftBody_eVSolver____free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_eVSolver____size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_eVSolver____capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_eVSolver____init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_eVSolver____swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_eVSolver____pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_eVSolver____deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_eVSolver____allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSoftBody_eVSolver____initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSoftBody_eVSolver____destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSoftBody_eVSolver____clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSoftBody_eVSolver____allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSoftBody_eVSolver____reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_eVSolver____m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSoftBody_eVSolver____m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSoftBody_eVSolver____m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_eVSolver____m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_eVSolver____m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_eVSolver____m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSoftBody_eVSolver____m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSoftBody_eVSolver____m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSolverConstraint_'_ :: IO (Ptr ()) btAlignedObjectArray_btSolverConstraint__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSolverConstraint__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSolverConstraint__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSolverConstraint__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSolverConstraint__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSolverConstraint__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSolverConstraint__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSolverConstraint__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSolverConstraint__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSolverConstraint__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSolverConstraint__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSolverConstraint__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSolverConstraint__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSolverConstraint__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSolverConstraint__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btSolverConstraint__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSolverConstraint__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btSolverConstraint__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btSolverConstraint__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSolverConstraint__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSolverConstraint__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSolverConstraint__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSolverConstraint__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSolverConstraint__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSolverConstraint__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSolverConstraint__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSolverConstraint__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSolverConstraint__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSolverConstraint__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSolverConstraint__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSolverConstraint__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSparseSdf_3__Cell_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btSparseSdf_3__Cell_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTransform_'_ :: IO (Ptr ()) btAlignedObjectArray_btTransform__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTransform__push_back'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAlignedObjectArray_btTransform__push_back''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAlignedObjectArray_btTransform__at'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btTransform__at0'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btTransform__at1'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btTransform__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTransform__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTransform__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTransform__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTransform__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTransform__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTransform__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTransform__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btTransform__expandNonInitializing'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAlignedObjectArray_btTransform__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btTransform__resize''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btTransform__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTransform__expand'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btTransform__expand''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btTransform__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTransform__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btTransform__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTransform__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTransform__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTransform__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTransform__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTransform__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTransform__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTransform__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTransform__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTriangleInfo_'_ :: IO (Ptr ()) btAlignedObjectArray_btTriangleInfo__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTriangleInfo__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTriangleInfo__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTriangleInfo__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTriangleInfo__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTriangleInfo__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTriangleInfo__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTriangleInfo__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTriangleInfo__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTriangleInfo__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTriangleInfo__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTriangleInfo__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTriangleInfo__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btTriangleInfo__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTriangleInfo__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btTriangleInfo__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTriangleInfo__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btTriangleInfo__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btTriangleInfo__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTriangleInfo__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btTriangleInfo__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTriangleInfo__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTriangleInfo__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTriangleInfo__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTriangleInfo__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTriangleInfo__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTriangleInfo__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTriangleInfo__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTriangleInfo__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTriangleInfo__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTriangleInfo__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_btTypedConstraint_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_ptr__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTypedConstraint_ptr__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_ptr__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_ptr__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTypedConstraint_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btTypedConstraint_ptr__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTypedConstraint_ptr__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btTypedConstraint_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTypedConstraint_ptr__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btTypedConstraint_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTypedConstraint_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTypedConstraint_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1_'_ :: IO (Ptr ()) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btTypedConstraint_btConstraintInfo1__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btVector3_'_ :: IO (Ptr ()) btAlignedObjectArray_btVector3__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btVector3__push_back'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAlignedObjectArray_btVector3__push_back''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAlignedObjectArray_btVector3__at'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btVector3__at0'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btVector3__at1'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btVector3__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btVector3__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btVector3__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btVector3__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btVector3__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btVector3__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btVector3__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btVector3__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btVector3__expandNonInitializing'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btAlignedObjectArray_btVector3__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btVector3__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btVector3__resize''_ :: (Ptr ()) -> (CInt -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btVector3__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btVector3__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btVector3__expand'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btVector3__expand''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btAlignedObjectArray_btVector3__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btVector3__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btVector3__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btVector3__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btVector3__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btVector3__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btVector3__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btVector3__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btVector3__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btWheelInfo_'_ :: IO (Ptr ()) btAlignedObjectArray_btWheelInfo__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btWheelInfo__push_back'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btWheelInfo__at'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btWheelInfo__at0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btWheelInfo__at1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btWheelInfo__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btWheelInfo__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btWheelInfo__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btWheelInfo__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_btWheelInfo__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btWheelInfo__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btWheelInfo__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btWheelInfo__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_btWheelInfo__expandNonInitializing'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btWheelInfo__resize'_ :: (Ptr ()) -> (CInt -> ((Ptr ()) -> (IO ()))) btAlignedObjectArray_btWheelInfo__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_btWheelInfo__copy'_ :: (Ptr ()) -> (CInt -> (CInt -> ((Ptr ()) -> (IO ())))) btAlignedObjectArray_btWheelInfo__expand'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btAlignedObjectArray_btWheelInfo__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_btWheelInfo__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_btWheelInfo__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btWheelInfo__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btWheelInfo__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btWheelInfo__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btWheelInfo__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btWheelInfo__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btWheelInfo__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_btWheelInfo__m_data_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_btWheelInfo__m_data_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_btWheelInfo__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_btWheelInfo__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_charconst_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_charconst_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_charconst_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_charconst_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_charconst_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_charconst_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_charconst_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_charconst_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_charconst_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_charconst_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_charconst_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_charconst_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_charconst_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_charconst_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_charconst_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_charconst_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_charconst_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_charconst_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_charconst_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_charconst_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_charconst_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_charconst_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_char_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_char_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_char_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_char_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_char_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_char_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_char_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_char_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_char_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_char_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_char_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_char_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_char_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_char_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_char_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_char_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_char_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_char_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_char_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_char_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_char_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_char_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_float_'_ :: IO (Ptr ()) btAlignedObjectArray_float__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_float__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_float__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_float__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_float__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_float__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_float__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_float__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_float__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_float__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_float__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_float__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_float__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_float__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_float__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_float__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_float__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_float__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_float__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_float__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_float__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_int_'_ :: IO (Ptr ()) btAlignedObjectArray_int__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_int__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_int__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_int__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_int__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_int__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_int__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_int__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_int__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_int__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_int__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_int__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_int__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_int__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_int__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_int__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_int__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_int__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_int__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_int__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_int__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_short_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_short_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_short_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_short_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_short_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_short_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_short_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_short_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short_'_ :: IO (Ptr ()) btAlignedObjectArray_short__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_short__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_short__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_short__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_short__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_short__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_short__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_short__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_short__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_short__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_short__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedint_'_ :: IO (Ptr ()) btAlignedObjectArray_unsignedint__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedint__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedint__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedint__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedint__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_unsignedint__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedint__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedint__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_unsignedint__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_unsignedint__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_unsignedint__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedint__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_unsignedint__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedint__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_unsignedint__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_unsignedint__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedint__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedint__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedint__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedint__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedint__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedshort_'_ :: IO (Ptr ()) btAlignedObjectArray_unsignedshort__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedshort__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedshort__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedshort__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedshort__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_unsignedshort__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedshort__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedshort__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_unsignedshort__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_unsignedshort__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_unsignedshort__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_unsignedshort__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_unsignedshort__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedshort__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_unsignedshort__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_unsignedshort__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedshort__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedshort__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedshort__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_unsignedshort__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_unsignedshort__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_void_ptr_'_ :: IO (Ptr ()) btAlignedObjectArray_void_ptr__free'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_void_ptr__size'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_void_ptr__capacity'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_void_ptr__init'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_void_ptr__allocate'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btAlignedObjectArray_void_ptr__pop_back'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_void_ptr__deallocate'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_void_ptr__swap'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_void_ptr__initializeFromBuffer'_ :: (Ptr ()) -> ((Ptr ()) -> (CInt -> (CInt -> (IO ())))) btAlignedObjectArray_void_ptr__destroy'_ :: (Ptr ()) -> (CInt -> (CInt -> (IO ()))) btAlignedObjectArray_void_ptr__clear'_ :: (Ptr ()) -> (IO ()) btAlignedObjectArray_void_ptr__allocSize'_ :: (Ptr ()) -> (CInt -> (IO CInt)) btAlignedObjectArray_void_ptr__reserve'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_void_ptr__m_allocator_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btAlignedObjectArray_void_ptr__m_allocator_get'_ :: (Ptr ()) -> (IO (Ptr ())) btAlignedObjectArray_void_ptr__m_size_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_void_ptr__m_size_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_void_ptr__m_capacity_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_void_ptr__m_capacity_get'_ :: (Ptr ()) -> (IO CInt) btAlignedObjectArray_void_ptr__m_ownsMemory_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btAlignedObjectArray_void_ptr__m_ownsMemory_get'_ :: (Ptr ()) -> (IO CInt) btBlock'_ :: IO (Ptr ()) btBlock_free'_ :: (Ptr ()) -> (IO ()) btBlock_previous_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btBlock_previous_get'_ :: (Ptr ()) -> (IO (Ptr ())) btChunk'_ :: IO (Ptr ()) btChunk_free'_ :: (Ptr ()) -> (IO ()) btChunk_m_chunkCode_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btChunk_m_chunkCode_get'_ :: (Ptr ()) -> (IO CInt) btChunk_m_dna_nr_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btChunk_m_dna_nr_get'_ :: (Ptr ()) -> (IO CInt) btChunk_m_length_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btChunk_m_length_get'_ :: (Ptr ()) -> (IO CInt) btChunk_m_number_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btChunk_m_number_get'_ :: (Ptr ()) -> (IO CInt) btChunk_m_oldPtr_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btChunk_m_oldPtr_get'_ :: (Ptr ()) -> (IO (Ptr ())) btClock'_ :: IO (Ptr ()) btClock_free'_ :: (Ptr ()) -> (IO ()) btClock_reset'_ :: (Ptr ()) -> (IO ()) btClock_getTimeMilliseconds'_ :: (Ptr ()) -> (IO CULong) btClock_getTimeMicroseconds'_ :: (Ptr ()) -> (IO CULong) btConvexSeparatingDistanceUtil'_ :: CFloat -> (CFloat -> (IO (Ptr ()))) btConvexSeparatingDistanceUtil_free'_ :: (Ptr ()) -> (IO ()) btConvexSeparatingDistanceUtil_updateSeparatingDistance'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexSeparatingDistanceUtil_updateSeparatingDistance''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))) btConvexSeparatingDistanceUtil_getConservativeSeparatingDistance'_ :: (Ptr ()) -> (IO CFloat) btConvexSeparatingDistanceUtil_initSeparatingDistance'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btConvexSeparatingDistanceUtil_initSeparatingDistance''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btConvexSeparatingDistanceUtil_m_ornA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_ornA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_ornB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_ornB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_posA_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_posA_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_posB_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_posB_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_separatingNormal_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_separatingNormal_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btConvexSeparatingDistanceUtil_m_boundingRadiusA_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexSeparatingDistanceUtil_m_boundingRadiusA_get'_ :: (Ptr ()) -> (IO CFloat) btConvexSeparatingDistanceUtil_m_boundingRadiusB_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexSeparatingDistanceUtil_m_boundingRadiusB_get'_ :: (Ptr ()) -> (IO CFloat) btConvexSeparatingDistanceUtil_m_separatingDistance_set'_ :: (Ptr ()) -> (CFloat -> (IO ())) btConvexSeparatingDistanceUtil_m_separatingDistance_get'_ :: (Ptr ()) -> (IO CFloat) btDefaultMotionState'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (IO (Ptr ()))) btDefaultMotionState_free'_ :: (Ptr ()) -> (IO ()) btDefaultMotionState_setWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_setWorldTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_getWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_getWorldTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_m_graphicsWorldTrans_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_m_graphicsWorldTrans_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_m_centerOfMassOffset_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_m_centerOfMassOffset_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_m_startWorldTrans_set'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_m_startWorldTrans_get'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btDefaultMotionState_m_userPointer_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultMotionState_m_userPointer_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer'_ :: CInt -> (IO (Ptr ())) btDefaultSerializer_free'_ :: (Ptr ()) -> (IO ()) btDefaultSerializer_finishSerialization'_ :: (Ptr ()) -> (IO ()) btDefaultSerializer_startSerialization'_ :: (Ptr ()) -> (IO ()) btDefaultSerializer_getSerializationFlags'_ :: (Ptr ()) -> (IO CInt) btDefaultSerializer_setSerializationFlags'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultSerializer_getReverseType'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO CInt)) btDefaultSerializer_finalizeChunk'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CChar) -> (CInt -> ((Ptr ()) -> (IO ()))))) btDefaultSerializer_initDNA'_ :: (Ptr ()) -> ((Ptr CChar) -> (CInt -> (IO ()))) btDefaultSerializer_writeDNA'_ :: (Ptr ()) -> (IO ()) btDefaultSerializer_getCurrentBufferSize'_ :: (Ptr ()) -> (IO CInt) btDefaultSerializer_getUniquePointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btDefaultSerializer_serializeName'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btDefaultSerializer_findPointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btDefaultSerializer_mTypes_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_mTypes_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_mStructs_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_mStructs_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_mTlens_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_mTlens_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_mStructReverse_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_mStructReverse_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_mTypeLookup_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_mTypeLookup_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_m_chunkP_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_m_chunkP_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_m_nameMap_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_m_nameMap_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_m_uniquePointers_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_m_uniquePointers_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_m_uniqueIdGenerator_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultSerializer_m_uniqueIdGenerator_get'_ :: (Ptr ()) -> (IO CInt) btDefaultSerializer_m_totalSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultSerializer_m_totalSize_get'_ :: (Ptr ()) -> (IO CInt) btDefaultSerializer_m_currentSize_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultSerializer_m_currentSize_get'_ :: (Ptr ()) -> (IO CInt) btDefaultSerializer_m_dna_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_m_dna_get'_ :: (Ptr ()) -> (IO (Ptr ())) btDefaultSerializer_m_dnaLength_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultSerializer_m_dnaLength_get'_ :: (Ptr ()) -> (IO CInt) btDefaultSerializer_m_serializationFlags_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btDefaultSerializer_m_serializationFlags_get'_ :: (Ptr ()) -> (IO CInt) btDefaultSerializer_m_chunkPtrs_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btDefaultSerializer_m_chunkPtrs_get'_ :: (Ptr ()) -> (IO (Ptr ())) btGeometryUtil'_ :: IO (Ptr ()) btGeometryUtil_free'_ :: (Ptr ()) -> (IO ()) btGeometryUtil_isPointInsidePlanes'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btGeometryUtil_isPointInsidePlanes''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO CInt))) btGeometryUtil_getVerticesFromPlaneEquations'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btGeometryUtil_areVerticesBehindPlane'_ :: (Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO CInt))) btGeometryUtil_areVerticesBehindPlane''_ :: (Ptr CFloat) -> ((Ptr ()) -> (CFloat -> (IO CInt))) btGeometryUtil_getPlaneEquationsFromVertices'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashInt'_ :: CInt -> (IO (Ptr ())) btHashInt_free'_ :: (Ptr ()) -> (IO ()) btHashInt_getUid1'_ :: (Ptr ()) -> (IO CInt) btHashInt_getHash'_ :: (Ptr ()) -> (IO CUInt) btHashInt_setUid1'_ :: (Ptr ()) -> (CInt -> (IO ())) btHashInt_equals'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashInt_m_uid_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btHashInt_m_uid_get'_ :: (Ptr ()) -> (IO CInt) btHashMap_btHashInt_btTriangleInfo_'_ :: IO (Ptr ()) btHashMap_btHashInt_btTriangleInfo__free'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashInt_btTriangleInfo__insert'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btHashMap_btHashInt_btTriangleInfo__findIndex'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashMap_btHashInt_btTriangleInfo__clear'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashInt_btTriangleInfo__getAtIndex'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btHashMap_btHashInt_btTriangleInfo__getAtIndex0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btHashMap_btHashInt_btTriangleInfo__getAtIndex1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btHashMap_btHashInt_btTriangleInfo__growTables'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_btTriangleInfo__find'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btHashMap_btHashInt_btTriangleInfo__find0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btHashMap_btHashInt_btTriangleInfo__find1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btHashMap_btHashInt_btTriangleInfo__size'_ :: (Ptr ()) -> (IO CInt) btHashMap_btHashInt_btTriangleInfo__m_hashTable_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_btTriangleInfo__m_hashTable_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashInt_btTriangleInfo__m_next_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_btTriangleInfo__m_next_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashInt_btTriangleInfo__m_valueArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_btTriangleInfo__m_valueArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashInt_btTriangleInfo__m_keyArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_btTriangleInfo__m_keyArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashInt_int_'_ :: IO (Ptr ()) btHashMap_btHashInt_int__free'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashInt_int__findIndex'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashMap_btHashInt_int__clear'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashInt_int__growTables'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_int__size'_ :: (Ptr ()) -> (IO CInt) btHashMap_btHashInt_int__m_hashTable_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_int__m_hashTable_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashInt_int__m_keyArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_int__m_keyArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashInt_int__m_next_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_int__m_next_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashInt_int__m_valueArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashInt_int__m_valueArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_btPointerUid_'_ :: IO (Ptr ()) btHashMap_btHashPtr_btPointerUid__free'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashPtr_btPointerUid__insert'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr ()) -> (IO ()))) btHashMap_btHashPtr_btPointerUid__findIndex'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashMap_btHashPtr_btPointerUid__clear'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashPtr_btPointerUid__getAtIndex'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btHashMap_btHashPtr_btPointerUid__getAtIndex0'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btHashMap_btHashPtr_btPointerUid__getAtIndex1'_ :: (Ptr ()) -> (CInt -> (IO (Ptr ()))) btHashMap_btHashPtr_btPointerUid__growTables'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_btPointerUid__find'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btHashMap_btHashPtr_btPointerUid__find0'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btHashMap_btHashPtr_btPointerUid__find1'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btHashMap_btHashPtr_btPointerUid__size'_ :: (Ptr ()) -> (IO CInt) btHashMap_btHashPtr_btPointerUid__m_hashTable_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_btPointerUid__m_hashTable_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_btPointerUid__m_keyArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_btPointerUid__m_keyArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_btPointerUid__m_next_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_btPointerUid__m_next_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_btPointerUid__m_valueArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_btPointerUid__m_valueArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_charconst_ptr_'_ :: IO (Ptr ()) btHashMap_btHashPtr_charconst_ptr__free'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashPtr_charconst_ptr__findIndex'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashMap_btHashPtr_charconst_ptr__clear'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashPtr_charconst_ptr__growTables'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_charconst_ptr__size'_ :: (Ptr ()) -> (IO CInt) btHashMap_btHashPtr_charconst_ptr__m_hashTable_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_charconst_ptr__m_hashTable_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_charconst_ptr__m_keyArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_charconst_ptr__m_keyArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_charconst_ptr__m_next_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_charconst_ptr__m_next_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_charconst_ptr__m_valueArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_charconst_ptr__m_valueArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_void_ptr_'_ :: IO (Ptr ()) btHashMap_btHashPtr_void_ptr__free'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashPtr_void_ptr__findIndex'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashMap_btHashPtr_void_ptr__clear'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashPtr_void_ptr__growTables'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_void_ptr__size'_ :: (Ptr ()) -> (IO CInt) btHashMap_btHashPtr_void_ptr__m_hashTable_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_void_ptr__m_hashTable_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_void_ptr__m_keyArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_void_ptr__m_keyArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_void_ptr__m_next_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_void_ptr__m_next_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashPtr_void_ptr__m_valueArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashPtr_void_ptr__m_valueArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashString_int_'_ :: IO (Ptr ()) btHashMap_btHashString_int__free'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashString_int__findIndex'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashMap_btHashString_int__clear'_ :: (Ptr ()) -> (IO ()) btHashMap_btHashString_int__growTables'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashString_int__size'_ :: (Ptr ()) -> (IO CInt) btHashMap_btHashString_int__m_hashTable_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashString_int__m_hashTable_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashString_int__m_keyArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashString_int__m_keyArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashString_int__m_next_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashString_int__m_next_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashMap_btHashString_int__m_valueArray_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btHashMap_btHashString_int__m_valueArray_get'_ :: (Ptr ()) -> (IO (Ptr ())) btHashPtr_free'_ :: (Ptr ()) -> (IO ()) btHashPtr_getHash'_ :: (Ptr ()) -> (IO CUInt) btHashPtr_equals'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashString'_ :: (Ptr CChar) -> (IO (Ptr ())) btHashString_free'_ :: (Ptr ()) -> (IO ()) btHashString_getHash'_ :: (Ptr ()) -> (IO CUInt) btHashString_equals'_ :: (Ptr ()) -> ((Ptr ()) -> (IO CInt)) btHashString_portableStringCompare'_ :: (Ptr ()) -> ((Ptr CChar) -> ((Ptr CChar) -> (IO CInt))) btHashString_m_hash_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btHashString_m_hash_get'_ :: (Ptr ()) -> (IO CUInt) btHashString_m_string_set'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btHashString_m_string_get'_ :: (Ptr ()) -> (IO (Ptr CChar)) btIDebugDraw_draw3dText'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CChar) -> (IO ()))) btIDebugDraw_draw3dText''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CChar) -> (IO ()))) btIDebugDraw_drawBox'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawBox''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawBox0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawBox0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawBox1'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btIDebugDraw_drawBox1''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btIDebugDraw_drawCone'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_drawCone''_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_drawCapsule'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_drawCapsule''_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_drawArc'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> ((Ptr CFloat) -> (CInt -> (CFloat -> (IO ()))))))))))) btIDebugDraw_drawArc''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> ((Ptr CFloat) -> (CInt -> (CFloat -> (IO ()))))))))))) btIDebugDraw_drawCylinder'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_drawCylinder''_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CInt -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_reportErrorWarning'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btIDebugDraw_drawTriangle'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))))))) btIDebugDraw_drawTriangle''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))))))) btIDebugDraw_drawTriangle0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))))))) btIDebugDraw_drawTriangle0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))))))) btIDebugDraw_drawTriangle1'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))))) btIDebugDraw_drawTriangle1''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))))) btIDebugDraw_getDebugMode'_ :: (Ptr ()) -> (IO CInt) btIDebugDraw_drawLine'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawLine''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawLine0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawLine0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawLine1'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btIDebugDraw_drawLine1''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btIDebugDraw_drawTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btIDebugDraw_drawTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> (IO ()))) btIDebugDraw_drawAabb'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawAabb''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawPlane'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btIDebugDraw_drawPlane''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btIDebugDraw_drawContactPoint'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CInt -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_drawContactPoint''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CInt -> ((Ptr CFloat) -> (IO ())))))) btIDebugDraw_setDebugMode'_ :: (Ptr ()) -> (CInt -> (IO ())) btIDebugDraw_drawSpherePatch'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> ((Ptr CFloat) -> (CFloat -> (IO ()))))))))))) btIDebugDraw_drawSpherePatch''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> ((Ptr CFloat) -> (CFloat -> (IO ()))))))))))) btIDebugDraw_drawSphere'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawSphere''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawSphere0'_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawSphere0''_ :: (Ptr ()) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawSphere1'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> (IO ())))) btIDebugDraw_drawSphere1''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> (IO ())))) btMatrix3x3DoubleData'_ :: IO (Ptr ()) btMatrix3x3DoubleData_free'_ :: (Ptr ()) -> (IO ()) btMatrix3x3FloatData'_ :: IO (Ptr ()) btMatrix3x3FloatData_free'_ :: (Ptr ()) -> (IO ()) btMotionState_setWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btMotionState_setWorldTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btMotionState_getWorldTransform'_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btMotionState_getWorldTransform''_ :: (Ptr ()) -> ((Ptr CFloat) -> (IO ())) btPointerUid'_ :: IO (Ptr ()) btPointerUid_free'_ :: (Ptr ()) -> (IO ()) btQuadWord0'_ :: IO (Ptr ()) btQuadWord1'_ :: CFloat -> (CFloat -> (CFloat -> (IO (Ptr ())))) btQuadWord2'_ :: CFloat -> (CFloat -> (CFloat -> (CFloat -> (IO (Ptr ()))))) btQuadWord_free'_ :: (Ptr ()) -> (IO ()) btQuadWord_setMin'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuadWord_setValue'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (IO ())))) btQuadWord_setValue0'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (IO ())))) btQuadWord_setValue1'_ :: (Ptr ()) -> (CFloat -> (CFloat -> (CFloat -> (CFloat -> (IO ()))))) btQuadWord_setMax'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btQuadWord_getX'_ :: (Ptr ()) -> (IO CFloat) btQuadWord_getY'_ :: (Ptr ()) -> (IO CFloat) btQuadWord_getZ'_ :: (Ptr ()) -> (IO CFloat) btQuadWord_setW'_ :: (Ptr ()) -> (CFloat -> (IO ())) btQuadWord_w'_ :: (Ptr ()) -> (IO CFloat) btQuadWord_y'_ :: (Ptr ()) -> (IO CFloat) btQuadWord_x'_ :: (Ptr ()) -> (IO CFloat) btQuadWord_z'_ :: (Ptr ()) -> (IO CFloat) btQuadWord_setX'_ :: (Ptr ()) -> (CFloat -> (IO ())) btQuadWord_setY'_ :: (Ptr ()) -> (CFloat -> (IO ())) btQuadWord_setZ'_ :: (Ptr ()) -> (CFloat -> (IO ())) btSerializer_setSerializationFlags'_ :: (Ptr ()) -> (CInt -> (IO ())) btSerializer_getCurrentBufferSize'_ :: (Ptr ()) -> (IO CInt) btSerializer_startSerialization'_ :: (Ptr ()) -> (IO ()) btSerializer_getSerializationFlags'_ :: (Ptr ()) -> (IO CInt) btSerializer_finishSerialization'_ :: (Ptr ()) -> (IO ()) btSerializer_getUniquePointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btSerializer_finalizeChunk'_ :: (Ptr ()) -> ((Ptr ()) -> ((Ptr CChar) -> (CInt -> ((Ptr ()) -> (IO ()))))) btSerializer_serializeName'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btSerializer_findPointer'_ :: (Ptr ()) -> ((Ptr ()) -> (IO (Ptr ()))) btStackAlloc'_ :: CUInt -> (IO (Ptr ())) btStackAlloc_free'_ :: (Ptr ()) -> (IO ()) btStackAlloc_create'_ :: (Ptr ()) -> (CUInt -> (IO ())) btStackAlloc_ctor'_ :: (Ptr ()) -> (IO ()) btStackAlloc_destroy'_ :: (Ptr ()) -> (IO ()) btStackAlloc_beginBlock'_ :: (Ptr ()) -> (IO (Ptr ())) btStackAlloc_getAvailableMemory'_ :: (Ptr ()) -> (IO CInt) btStackAlloc_endBlock'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btStackAlloc_totalsize_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btStackAlloc_totalsize_get'_ :: (Ptr ()) -> (IO CUInt) btStackAlloc_usedsize_set'_ :: (Ptr ()) -> (CUInt -> (IO ())) btStackAlloc_usedsize_get'_ :: (Ptr ()) -> (IO CUInt) btStackAlloc_current_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btStackAlloc_current_get'_ :: (Ptr ()) -> (IO (Ptr ())) btStackAlloc_ischild_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btStackAlloc_ischild_get'_ :: (Ptr ()) -> (IO CInt) btTransformDoubleData'_ :: IO (Ptr ()) btTransformDoubleData_free'_ :: (Ptr ()) -> (IO ()) btTransformDoubleData_m_basis_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTransformDoubleData_m_basis_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTransformDoubleData_m_origin_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTransformDoubleData_m_origin_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTransformFloatData'_ :: IO (Ptr ()) btTransformFloatData_free'_ :: (Ptr ()) -> (IO ()) btTransformFloatData_m_basis_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTransformFloatData_m_basis_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTransformFloatData_m_origin_set'_ :: (Ptr ()) -> ((Ptr ()) -> (IO ())) btTransformFloatData_m_origin_get'_ :: (Ptr ()) -> (IO (Ptr ())) btTransformUtil'_ :: IO (Ptr ()) btTransformUtil_free'_ :: (Ptr ()) -> (IO ()) btTransformUtil_calculateVelocity'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btTransformUtil_calculateVelocity''_ :: (Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btTransformUtil_integrateTransform'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> (IO ()))))) btTransformUtil_integrateTransform''_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> (IO ()))))) btTransformUtil_calculateVelocityQuaternion'_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))))) btTransformUtil_calculateVelocityQuaternion''_ :: (Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))))) btTypedObject'_ :: CInt -> (IO (Ptr ())) btTypedObject_free'_ :: (Ptr ()) -> (IO ()) btTypedObject_getObjectType'_ :: (Ptr ()) -> (IO CInt) btTypedObject_m_objectType_set'_ :: (Ptr ()) -> (CInt -> (IO ())) btTypedObject_m_objectType_get'_ :: (Ptr ()) -> (IO CInt) btVector3DoubleData'_ :: IO (Ptr ()) btVector3DoubleData_free'_ :: (Ptr ()) -> (IO ()) btVector3FloatData'_ :: IO (Ptr ()) btVector3FloatData_free'_ :: (Ptr ()) -> (IO ()) module Physics.Bullet.Raw -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#14 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer :: IO (BtGLDebugDrawer) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_free :: BtGLDebugDrawerClass bc => bc -> IO () btGLDebugDrawer_draw3dText :: BtGLDebugDrawerClass bc => bc -> Vec3 -> String -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#29 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_draw3dText' :: BtGLDebugDrawerClass bc => bc -> String -> IO (Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#23 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawTriangle :: BtGLDebugDrawerClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#23 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawTriangle' :: BtGLDebugDrawerClass bc => bc -> Float -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#21 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawBox :: BtGLDebugDrawerClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Float -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#21 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawBox' :: BtGLDebugDrawerClass bc => bc -> Float -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawContactPoint :: BtGLDebugDrawerClass bc => bc -> Vec3 -> Vec3 -> Float -> Int -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#25 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawContactPoint' :: BtGLDebugDrawerClass bc => bc -> Float -> Int -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#16 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawLine :: BtGLDebugDrawerClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#16 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawLine' :: BtGLDebugDrawerClass bc => bc -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#16 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawLine0 :: BtGLDebugDrawerClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#16 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawLine0' :: BtGLDebugDrawerClass bc => bc -> IO (Vec3, Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#18 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawLine1 :: BtGLDebugDrawerClass bc => bc -> Vec3 -> Vec3 -> Vec3 -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#18 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawLine1' :: BtGLDebugDrawerClass bc => bc -> IO (Vec3, Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#27 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_reportErrorWarning :: BtGLDebugDrawerClass bc => bc -> String -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#33 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_getDebugMode :: BtGLDebugDrawerClass bc => bc -> IO (Int) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#31 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_setDebugMode :: BtGLDebugDrawerClass bc => bc -> Int -> IO () -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#20 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawSphere :: BtGLDebugDrawerClass bc => bc -> Vec3 -> Float -> Vec3 -> IO (Vec3, Vec3) -- | -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.h?r=2223#20 -- http://code.google.com/p/bullet/source/browse/trunk/src/GLDebugDrawer.cpp?r=2223 btGLDebugDrawer_drawSphere' :: BtGLDebugDrawerClass bc => bc -> Float -> IO (Vec3, Vec3) btGLDebugDrawer'_ :: IO (Ptr ()) btGLDebugDrawer_free'_ :: (Ptr ()) -> (IO ()) btGLDebugDrawer_draw3dText'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CChar) -> (IO ()))) btGLDebugDrawer_draw3dText''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CChar) -> (IO ()))) btGLDebugDrawer_drawTriangle'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))))) btGLDebugDrawer_drawTriangle''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ())))))) btGLDebugDrawer_drawBox'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btGLDebugDrawer_drawBox''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (IO ()))))) btGLDebugDrawer_drawContactPoint'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CInt -> ((Ptr CFloat) -> (IO ())))))) btGLDebugDrawer_drawContactPoint''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (CFloat -> (CInt -> ((Ptr CFloat) -> (IO ())))))) btGLDebugDrawer_drawLine'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGLDebugDrawer_drawLine''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGLDebugDrawer_drawLine0'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGLDebugDrawer_drawLine0''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ()))))) btGLDebugDrawer_drawLine1'_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGLDebugDrawer_drawLine1''_ :: (Ptr ()) -> ((Ptr CFloat) -> ((Ptr CFloat) -> ((Ptr CFloat) -> (IO ())))) btGLDebugDrawer_reportErrorWarning'_ :: (Ptr ()) -> ((Ptr CChar) -> (IO ())) btGLDebugDrawer_getDebugMode'_ :: (Ptr ()) -> (IO CInt) btGLDebugDrawer_setDebugMode'_ :: (Ptr ()) -> (CInt -> (IO ())) btGLDebugDrawer_drawSphere'_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> (IO ())))) btGLDebugDrawer_drawSphere''_ :: (Ptr ()) -> ((Ptr CFloat) -> (CFloat -> ((Ptr CFloat) -> (IO ())))) module Physics.Bullet.Raw.Utils idTransform :: Transform simpleBtDiscreteDynamicsWorldM :: IO BtDiscreteDynamicsWorld localCreateRigidBodyM :: (BtDynamicsWorldClass bc, BtCollisionShapeClass p2) => bc -> Float -> Transform -> p2 -> IO (BtDefaultMotionState, BtRigidBody) mkVehicleM :: (BtDynamicsWorldClass bc, BtCollisionShapeClass p1) => bc -> p1 -> Float -> IO (BtDefaultMotionState, BtRigidBody, BtRaycastVehicle)