HetaoZ / RealClipper

Julia wrapping of Clipper using real point type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Julia wrapping of Clipper using real point type

License:MIT License


Languages

Language:Julia 100.0%