Cargo Features

Vector-Traits has no features set by default.

[dependencies]
vector-traits = { version = "0.3.4", features = ["glam", "cgmath", "glam-core-simd", "glam-fast-math"] }
glam glam-core-simd? glam-fast-math?

Enables glam ^0.24.2

Affects vector-traits::glam_impl

cgmath

Enables cgmath

Affects vector-traits::cgmath_impl

glam-core-simd

Enables core-simd of glam ^0.24.2

glam:

experimental nightly portable-simd support

glam-fast-math

Enables fast-math of glam ^0.24.2

glam:

Enables platform specific optimizations that might speed-up certain operations.
This will cause APIs to output different results depending on the platform used and will likely break cross-platform determinism.
This should NOT be enabled by intermediate libraries, deferring the decision to the end binary build instead.