Skip to content

publicclass/geom

Repository files navigation

geom

A collection of terse geometry utilities.

Features

  • Memory managed each utility has a pool of instances accessable using _X_.make() and _X_.free(). If you don't need pooled instances, simply pass in your own object instead.

  • State less no state is kept within the utilities, it's up to you.

API

Build Status

Build Status

Build Status

Example

var geom = require('geom')
  , vec = geom.vec;

var v = vec.make(10,10);
vec.smul(v,10) // => [100,100]

Links

Here are some resources which was helpful while compiling this collection:

About

A collection of terse, efficient geometry tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published