jar

com.menecats : polybool-java

Maven & Gradle

Oct 22, 2021
22 stars

Polybool Java · Boolean operations on polygons (union, intersection, difference, xor).

Table Of Contents

Latest Version

Download com.menecats : polybool-java JAR file - Latest Versions:

All Versions

Download com.menecats : polybool-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window polybool-java-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.menecats.polybool

├─ com.menecats.polybool.Epsilon.class - [JAR]

├─ com.menecats.polybool.ExperimentalEpsilon.class - [JAR]

├─ com.menecats.polybool.PolyBool.class - [JAR]

com.menecats.polybool.internal

├─ com.menecats.polybool.internal.AbstractIntersecter.class - [JAR]

├─ com.menecats.polybool.internal.GeoJSON.class - [JAR]

├─ com.menecats.polybool.internal.LinkedList.class - [JAR]

├─ com.menecats.polybool.internal.NonSelfIntersecter.class - [JAR]

├─ com.menecats.polybool.internal.SegmentChainer.class - [JAR]

├─ com.menecats.polybool.internal.SegmentSelector.class - [JAR]

├─ com.menecats.polybool.internal.SelfIntersecter.class - [JAR]

com.menecats.polybool.helpers

├─ com.menecats.polybool.helpers.PolyBoolHelper.class - [JAR]

com.menecats.polybool.models

├─ com.menecats.polybool.models.Polygon.class - [JAR]

├─ com.menecats.polybool.models.Segment.class - [JAR]

com.menecats.polybool.models.geojson

├─ com.menecats.polybool.models.geojson.Geometry.class - [JAR]

Advertisement