Package zombie.vehicles
Class ClipperOffset
java.lang.Object
zombie.vehicles.ClipperOffset
public final class ClipperOffset
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClipperOffset.EndTypestatic classClipperOffset.JoinType -
Constructor Summary
Constructors Constructor Description ClipperOffset() -
Method Summary
Modifier and Type Method Description voidaddPath(int int1, java.nio.ByteBuffer byteBuffer, int int2, int int3)voidclear()voidexecute(double double1)intgetPolygon(int int1, java.nio.ByteBuffer byteBuffer)intgetPolygonCount()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClipperOffset
public ClipperOffset()
-
-
Method Details
-
clear
public void clear() -
addPath
public void addPath(int int1, java.nio.ByteBuffer byteBuffer, int int2, int int3) -
execute
public void execute(double double1) -
getPolygonCount
public int getPolygonCount() -
getPolygon
public int getPolygon(int int1, java.nio.ByteBuffer byteBuffer)
-