logo
Expand description

Implementation of adapters for specific math libraries.

Modules

Implement adapters for cgmath.

Exposed namespace of the module.

Implement adapters for nalgebra.

Orphan namespace of the module.

Prelude to use essentials: use my_module::prelude::*.

Protected namespace of the module.

Implement adapters for winit.

Traits

An array containing elements of type Element

Trait to interpret canonical math data structures of other math libs as their analogs in cgmath to use operations of cgmath.

Trait for non-canonical structure to clone math data structures of other math libs as their analogs in cgmath to use operations of cgmath.

Trait to interpret canonical math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.

Trait for non-canonical structure to clone math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.