Module fere::prelude[][src]

Re-exports

pub use crate::ops as rops;
pub use crate::ChamberConfig;
pub use crate::Error;
pub use crate::Fere;
pub use fere_common;

Modules

nalgebra-glm − nalgebra in easy mode

nalgebra

Structs

Configurations for a Fere Instance, required only once for the initial creation.

Configurations for a single frame.

An orientation of a 3D object.

Functions

The dot product of two vectors.

The magnitude of a vector.

Normalizes a vector.

Type Definitions

A 2D vector with f64 components.

A 3D vector with f64 components.

A 4D vector with f64 components.

A 2D vector with i32 components.

A 3D vector with i32 components.

A 4D vector with i32 components.

A 3x3 matrix with f32 components.

A 4x4 matrix with f32 components.

A 2D vector with u32 components.

A 3D vector with u32 components.

A 4D vector with u32 components.

A 2D vector with f32 components.

A 3D vector with f32 components.

A 4D vector with f32 components.

Derive Macros