MarkRedeman / vektor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vektor

A robotics-focused linear algebra module

About

This code was officially presented at JSConf US 2013. There are slides from the talk here: AI.js: Robots with Brains

Install

npm install vektor

Vectors

  • add
  • dot
  • distance between two vectors

Matrices

  • set
  • get
  • add
  • dot (multiply)
  • transpose

Homogenous Matrices (aka Transforms)

  • Rotations
  • Translations

Examples

  • Manipulator

Coming Soon

  • Tutorials :-)

Contributions

Please, please, please help make this module more robust!

  • Send in pull requests (make sure the tests pass)
  • Discuss additional features in the Issues section
  • Add your name and Github handle here:

About

License:MIT License


Languages

Language:JavaScript 99.8%Language:CSS 0.2%