Package springbots :: Module vector
[hide private]

Module vector

source code

This module implements the Vector object. Which has several of 2D vector features such dot product, adding, project and angle. It also overloads many commom math operator

Classes [hide private]
  Vector
Vector class: Objects of this class have several of 2D vector implementations such dot product, adding, project and angle.
Functions [hide private]
 
_is_numeric(obj)
Finds out if a variable is a numeric one
source code