Uses of Interface
org.dyn4j.geometry.Wound
-
Packages that use Wound Package Description org.dyn4j.geometry This package contains geometric and mathematical constructs. -
-
Uses of Wound in org.dyn4j.geometry
Classes in org.dyn4j.geometry that implement Wound Modifier and Type Class Description class
Link
This class is a specialization of theSegment
class that provides smooth sliding across a chain of line segments.class
Polygon
class
Rectangle
class
Segment
class
Triangle
Methods in org.dyn4j.geometry with type parameters of type Wound Modifier and Type Method Description static <E extends Wound & Convex>
PolygonGeometry. minkowskiSum(E convex1, E convex2)
Returns the Minkowski Sum of the given convex shapes.
-