-
- All Implemented Interfaces:
public final class Shape.IntersectionReturnElement
-
-
Field Summary
Fields Modifier and Type Field Description private final Double
minPx
private final Double
minPy
private final Boolean
intersectionFound
private final TranslatableBody
closestBody
private final Double
maxDistance
-
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 Double
getMinPx()
final Double
getMinPy()
final Boolean
getIntersectionFound()
final TranslatableBody
getClosestBody()
final Double
getMaxDistance()
-
-
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()
-
-
-
-