package org.andengine.extension.physics.box2d.util.constants;
/**
* (c) 2010 Nicolas Gramlich
* (c) 2011 Zynga Inc.
*
* @author Nicolas Gramlich
* @since 13:01:50 - 28.07.2010
*/
public interface PhysicsConstants {
// ===========================================================
// Final Fields
// ===========================================================
public static final float PIXEL_TO_METER_RATIO_DEFAULT = 32.0f;
// ===========================================================
// Methods
// ===========================================================
}