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 class  ClipperOffset.EndType  
    static class  ClipperOffset.JoinType  
  • Constructor Summary

    Constructors
    Constructor Description
    ClipperOffset()  
  • Method Summary

    Modifier and Type Method Description
    void addPath​(int int1, java.nio.ByteBuffer byteBuffer, int int2, int int3)  
    void clear()  
    void execute​(double double1)  
    int getPolygon​(int int1, java.nio.ByteBuffer byteBuffer)  
    int getPolygonCount()  

    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)