vector2d 3.1.1

The spoon of 2D vector libraries, intended for simple game development
Documentation
  • Coverage
  • 28.57%
    22 out of 77 items documented9 out of 75 items with examples
  • Size
  • Source code size: 33.14 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • DixieDev/vec2d-rs
    5 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AnthonyYoManz

vector2d

A simple and convenient 2D vector type without excessive use of external dependencies. If other vector crates are swiss-army knives, vector2d is a spoon; safe, intuitive, and convenient. As an added bonus, you won't run into any excursions with the law using this library thanks to the awfully permissive Unlicense.

Using vector2d

You probably don't need any documentation to get by with the Vector2D type; functions like dot, length, and angle are hopefully all named intuitively enough for you feel them out. If you do find yourself wondering about certain bits of functionality, then be sure to take a look at the documentation, where you can find examples and explanations of everything on offer.