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[] verticesXY, int[] polygons, int count) - 
Method Summary
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[] verticesXY, int[] polygons, int count) 
 - 
 - 
Method Details
- 
testPoint
public boolean testPoint(float x, float y) - 
testPoint
public boolean testPoint(float x, float y, java.util.BitSet inPolys) 
 -