Searched refs:MAX_TEMPORARY_SEGMENTS (Results 1 – 1 of 1) sorted by relevance
52 private static final int MAX_TEMPORARY_SEGMENTS = 256; field in CollisionSystem57 mSegmentPool = new LineSegmentPool(MAX_TEMPORARY_SEGMENTS); in CollisionSystem()59 mTemporarySegments = new FixedSizeArray<LineSegment>(MAX_TEMPORARY_SEGMENTS); in CollisionSystem()60 mPendingTemporarySegments = new FixedSizeArray<LineSegment>(MAX_TEMPORARY_SEGMENTS); in CollisionSystem()