Tags give the ability to mark specific points in history as being important
-
2.2.0
9b5c9f22 · ·Version 2.2.0 * Implemented mul_components() and div_components() * Implemented Neg * Implemented horizontal() and vertical() * Implemented normal()
-
2.1.0
490e52a2 · ·Version 2.1.0 * Added generic Vector2D::lerp implementation * Fixed panic occurring when calling normalise() on a vector of length 0
-
-
2.0.0
8ef56a70 · ·Version 2.0.0 * Changed various function signatures to take Vector2Ds by copy, instead of by reference * Documented Vector2D
-
-
1.1.2
dde11c6c · ·Version 1.1.2 * Changed crate name to "vector2d" (previously was "vec2d") * Added README and LICENSE
-
1.1.1
3ed38ad2 · ·Version 1.1.1 * Reduced code repeated for cast implementations * Moved test module into separate source file
-
1.1.0
712c9dce · ·Version 1.1.0 * as_isizes() and as_usizes() on existing primitive Vector2Ds * as_*() methods for Vector2D<isize> and Vector2D<usize>
-