Vec2D: Added a method that can be used to determine if the vector is a unit vector.
commit7a150c884d247bfa669dc147677256994baf734f
authorHanno Braun <hanno@habraun.net>
Wed, 11 Mar 2009 12:25:18 +0000 (11 13:25 +0100)
committerHanno Braun <hanno@habraun.net>
Wed, 11 Mar 2009 12:25:18 +0000 (11 13:25 +0100)
tree4afa039c8a8aac8f04f663427d6443c808a724d8
parent7641b4851ad838d2a00bdaf4d7e15e58d4138831
Vec2D: Added a method that can be used to determine if the vector is a unit vector.
src/net/habraun/sd/math/Vec2D.scala
test/net/habraun/sd/math/Vec2DTest.scala