org.jbox2d.pooling
Interface IWorldPool

All Known Implementing Classes:
DefaultWorldPool

public interface IWorldPool

World pool interface

Author:
Daniel

Method Summary
 IDynamicStack<Contact> getCircleContactStack()
           
 Collision getCollision()
           
 Distance getDistance()
           
 float[] getFloatArray(int argLength)
           
 int[] getIntArray(int argLength)
           
 IDynamicStack<Contact> getPolyCircleContactStack()
           
 IDynamicStack<Contact> getPolyContactStack()
           
 TimeOfImpact getTimeOfImpact()
           
 Vec2[] getVec2Array(int argLength)
           
 AABB popAABB()
           
 AABB[] popAABB(int argNum)
           
 Mat22 popMat22()
           
 Mat22[] popMat22(int argNum)
           
 Vec2 popVec2()
           
 Vec2[] popVec2(int argNum)
           
 Vec3 popVec3()
           
 Vec3[] popVec3(int argNum)
           
 void pushAABB(int argNum)
           
 void pushMat22(int argNum)
           
 void pushVec2(int argNum)
           
 void pushVec3(int argNum)
           
 

Method Detail

getPolyContactStack

IDynamicStack<Contact> getPolyContactStack()

getCircleContactStack

IDynamicStack<Contact> getCircleContactStack()

getPolyCircleContactStack

IDynamicStack<Contact> getPolyCircleContactStack()

popVec2

Vec2 popVec2()

popVec2

Vec2[] popVec2(int argNum)

pushVec2

void pushVec2(int argNum)

popVec3

Vec3 popVec3()

popVec3

Vec3[] popVec3(int argNum)

pushVec3

void pushVec3(int argNum)

popMat22

Mat22 popMat22()

popMat22

Mat22[] popMat22(int argNum)

pushMat22

void pushMat22(int argNum)

popAABB

AABB popAABB()

popAABB

AABB[] popAABB(int argNum)

pushAABB

void pushAABB(int argNum)

getCollision

Collision getCollision()

getTimeOfImpact

TimeOfImpact getTimeOfImpact()

getDistance

Distance getDistance()

getFloatArray

float[] getFloatArray(int argLength)

getIntArray

int[] getIntArray(int argLength)

getVec2Array

Vec2[] getVec2Array(int argLength)


Copyright © 2012. All Rights Reserved.