Package org.joml

Class PolygonsIntersection

java.lang.Object
org.joml.PolygonsIntersection

public class PolygonsIntersection
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected float[] verticesXY  
  • Constructor Summary

    Constructors
    Constructor Description
    PolygonsIntersection​(float[] floatArray, int[] intArray, int int1)  
  • Method Summary

    Modifier and Type Method Description
    boolean testPoint​(float float1, float float2)  
    boolean testPoint​(float float1, float float2, java.util.BitSet bitSet)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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, java.util.BitSet bitSet)