Class ClipperOffset
java.lang.Object
zombie.vehicles.ClipperOffset
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPath
(int numPoints, ByteBuffer points, int joinType, int endType) void
clear()
void
execute
(double delta) int
getPolygon
(int index, ByteBuffer vertices) int
-
Constructor Details
-
ClipperOffset
public ClipperOffset()
-
-
Method Details
-
clear
public void clear() -
addPath
-
execute
public void execute(double delta) -
getPolygonCount
public int getPolygonCount() -
getPolygon
-