vector2d

Crates.iovector2d
lib.rsvector2d
version2.2.0
sourcesrc
created_at2019-03-16 15:12:19.706056
updated_at2019-03-18 19:59:37.611046
descriptionThe spoon of 2D vector libraries, intended for simple game development
homepage
repositoryhttps://gitlab.com/DixieDev/vec2d-rs
max_upload_size
id121382
size25,086
(AnthonyYoManz)

documentation

README

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.

Commit count: 34

cargo fmt