/RealClipper

Julia wrapping of Clipper using real point type

Primary LanguageJuliaMIT LicenseMIT

RealClipper

Julia wrapping of Clipper using real point type

Installation

Still unable to install by Pkg. Please download it directly and copy realclipper.jl to your working directory. Then include("realclipper.jl"); using RealClipper . You should install the Clipper package, too.

Usage

Available function list:

  • poly_inter_area(): Computes the interaction area of two polygons. Returns a non-negative scalar.