Package org.joml

Class PolygonsIntersection

java.lang.Object
org.joml.PolygonsIntersection

public class PolygonsIntersection extends Object
  • Field Details

    • verticesXY

      protected final float[] verticesXY
  • Constructor Details

    • PolygonsIntersection

      public PolygonsIntersection(float[] floatArray, int[] intArray, int int1)
  • Method Details

    • testPoint

      public boolean testPoint(float float1, float float2)
    • testPoint

      public boolean testPoint(float float1, float float2, BitSet bitSet)