@adludio/geometry

2.0.1 • Public • Published

@adludio/geometry

2D point and geometry math for cyan

Installation instruction

npm i --save @adludio/geometry

How to use

It's basically a bunch of utility functions, that you can include by using:

  import * as p from "@adludio/geometry/point"

  p.point(5, 2) // {x: 5, y: 2}

or if you are writing your own TypeScript library with 2D Geometry features:


import { Point } from "@adludio/geometry/point"

function draw(ctx: CanvasContext, point: Point) {
  ctx.rect(point.x, point.y)
  ctx.fill("red")
  ctx.draw()
}

Coming soon:

Point

Anchor

Transform

Matrix

Dependencies (0)

    Dev Dependencies (20)

    Package Sidebar

    Install

    npm i @adludio/geometry

    Weekly Downloads

    2

    Version

    2.0.1

    License

    Apache-2.0+

    Unpacked Size

    74.6 kB

    Total Files

    18

    Last publish

    Collaborators

    • max.chicos
    • adludio-dev
    • evenius
    • bodil