Expand description
Implementation of adapters for specific math libraries.
Modules§
- cgmath
- Implement adapters for
cgmath
. - exposed
- Exposed namespace of the module.
- nalgebra
- Implement adapters for
nalgebra
. - orphan
- Orphan namespace of the module.
- prelude
- Prelude to use essentials:
use my_module::prelude::*
. - protected
- Protected namespace of the module.
- winit
- Implement adapters for
winit
.
Traits§
- Array
- An array containing elements of type
Element
- AsCgmath
Canonical Interface - Trait to interpret canonical math data structures of other math libs as their analogs in cgmath to use operations of cgmath.
- AsCgmath
NonCanonical Interface - Trait for non-canonical structure to clone math data structures of other math libs as their analogs in cgmath to use operations of cgmath.
- AsNalgebra
Canonical Interface - Trait to interpret canonical math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.
- AsNalgebra
NonCanonical Interface - Trait for non-canonical structure to clone math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.