Module vect::vector3

source ·
Expand description

Standard implementation of a 3D 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