Module ultraviolet::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

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