Module vect::vector2

source ·
Expand description

Standard implementation of a 2D Vector.

This particular implementation uses 64-bit floating point numbers as its scalar components. It does so to ease compatibility with piston.rs, as that is what it uses by default for its scalars.

Structs