1.0.0 • Published 7 years ago

tot-vector v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

tot-vector

Array based vectors in any number of dimensions.

properties
    els
  √ x, y, z, w
  √ lengthSq
  √ length
  √ n

instance methods that return vector
  √ inorm
  √ mul
  √ div
  √ add
  √ sub
  √ to
  √ proj
  √ cross

instance methods that return scalar value
  √ dot
  √ angle
  √ angleDegr