All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kennycason.kumo.collide.checkers.CollisionChecker Maven / Gradle / Ivy

There is a newer version: 1.28
Show newest version
package com.kennycason.kumo.collide.checkers;

import com.kennycason.kumo.collide.Collidable;

/**
 * Created by kenny on 7/1/14.
 */
public interface CollisionChecker {
    boolean collide(Collidable collidable, Collidable collidable2);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy