matrix-zoom

1.0.0 • Public • Published

matrix-zoom

zoom a vector around a point and scale

install

with npm, run

npm install --save matrix-zoom

api

var zoom = require('matrix-zoom')

zoom takes in two vec3 arguments, each of the format [x, y, scale]. the first vector is the current position and scale, the second vector is the desired position and scale transform to apply.

zoom returns a vec3 of the new position and scale.

Package Sidebar

Install

npm i matrix-zoom

Weekly Downloads

9

Version

1.0.0

License

ISC

Last publish

Collaborators

  • simontegg