Expand description
A simple 2D linear algebra library suitable for no_std
§Features
std: (enabled by default) enable use of the standard library. It must be disabled forno_stdcrates.libm: use libm as an alternative core math library. This is required for some methods (i.e.magnitude) to be available onno_stdserde: implementations ofSerializeandDeserializefrom serdeapprox_v05: implementations of approx v0.5 traits
Structs§
- Vector2
- Vector type, generic over its scalar type
T