[go: up one dir, main page]

Module conversion

Source
Expand description

Contains implementations to convert between UVec/IVec and Vec/DVec.

To realize such conversions we make use of crate-private traits TryFromExt and TryIntoExt to simulate the behaviour of the official From and Into.

Enumsยง

FloatConversionError
The error type that may happen when converting a f32 or f64 to any other numerical representation.