Blame |
Last modification |
View Log
| RSS feed
package com.gebauz.bauzoid.math.collision;
/** Interface for shape element. */
public interface IShapeElement
{
// Constants========================================================================================
// Embedded Types===================================================================================
// Fields===========================================================================================
// Methods==========================================================================================
// Getters/Setters==================================================================================
}