-
- All Implemented Interfaces:
public final class Shape.IntersectionReturnElement
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubleminPxprivate final DoubleminPyprivate final BooleanintersectionFoundprivate final TranslatableBodyclosestBodyprivate final DoublemaxDistance
-
Constructor Summary
Constructors Constructor Description Shape.IntersectionReturnElement(Double minPx, Double minPy, Boolean intersectionFound, TranslatableBody closestBody, Double maxDistance)
-
Method Summary
Modifier and Type Method Description final DoublegetMinPx()final DoublegetMinPy()final BooleangetIntersectionFound()final TranslatableBodygetClosestBody()final DoublegetMaxDistance()-
-
Constructor Detail
-
Shape.IntersectionReturnElement
Shape.IntersectionReturnElement(Double minPx, Double minPy, Boolean intersectionFound, TranslatableBody closestBody, Double maxDistance)
-
-
Method Detail
-
getIntersectionFound
final Boolean getIntersectionFound()
-
getClosestBody
final TranslatableBody getClosestBody()
-
getMaxDistance
final Double getMaxDistance()
-
-
-
-