polygon-centroid

1.1.0 • Public • Published

polygon-centroid

Return the centroid for a given convex polygon.

Installation

npm i polygon-centroid --save

Usage

centroid(points) Return the point {x, y} which is the centroid of the given set of points (convex polygon).

Example

var centroid = require('polygon-centroid');
var center = centroid(this.polygon.points);
this.polygon.anchor.set(center.x, center.y);
this.polygon.rotation = Math.PI * 0.5;

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i polygon-centroid

    Weekly Downloads

    809

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    2.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • ayamflow