6.5.0 • Published 10 days ago

@turf/boolean-concave v6.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
10 days ago

@turf/boolean-concave

booleanConcave

Takes a polygon and return true or false as to whether it is concave or not.

Parameters

Examples

var convexPolygon = turf.polygon([[[0,0],[0,1],[1,1],[1,0],[0,0]]]);

turf.booleanConcave(convexPolygon)
//=false

Returns boolean true/false


This module is part of the Turfjs project, an open source module collection dedicated to geographic algorithms. It is maintained in the Turfjs/turf repository, where you can create PRs and issues.

Installation

Install this module individually:

$ npm install @turf/boolean-concave

Or install the Turf module that includes it as a function:

$ npm install @turf/turf
7.0.0-alpha.115

10 days ago

7.0.0-alpha.114

2 months ago

7.0.0-alpha.113

3 months ago

7.0.0-alpha.111

4 months ago

7.0.0-alpha.110

4 months ago

7.0.0-alpha.1

8 months ago

7.0.0-alpha.2

7 months ago

7.0.0-alpha.0

1 year ago

6.5.0

3 years ago

6.4.0

3 years ago

6.3.0

3 years ago

6.2.0

3 years ago

6.2.0-alpha.3

3 years ago

6.2.0-alpha.2

4 years ago

6.2.0-alpha.1

4 years ago

6.2.0-alpha.0

4 years ago

6.0.1

6 years ago

6.0.0

6 years ago