Module plugin

Source
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
AsCgmathCanonicalInterface
Trait to interpret canonical math data structures of other math libs as their analogs in cgmath to use operations of cgmath.
AsCgmathNonCanonicalInterface
Trait for non-canonical structure to clone math data structures of other math libs as their analogs in cgmath to use operations of cgmath.
AsNalgebraCanonicalInterface
Trait to interpret canonical math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.
AsNalgebraNonCanonicalInterface
Trait for non-canonical structure to clone math data structures of other math libs as their analogs in nalgebra to use operations of nalgebra.