Package org.collebol.engine.math
Class ComponentCalculator
java.lang.Object
org.collebol.engine.math.ComponentCalculator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheckIfSubComponent(Field parent, Vector2D position) Checks if there is a subcomponent of the given parent below the mouse.getComponentUnderMouse(Vector2D position, EJGEngine instance) Checks if there is a component below of the mouse.
-
Constructor Details
-
ComponentCalculator
public ComponentCalculator()
-
-
Method Details