Module geomath::prelude[][src]

Expand description

Prelude traits and documentation

The prelude specifies most of the features provided by the objects of the framework. This goes from math properties to array conversion and vectors concatenation.

Modules

Coordinates accessors

Transform matrix

Traits

Square matrices algebra

Operations related to the angle of two vectors

Set an object from an array and convert an object onto an array

Stable cross product of two vectors

Construct objects either filled with ones or zeros

Interpolations between two objects

Operations between objects of a metric space

Fill an object with a value

Access the matrix as an array of rows ordered from left to right

Split an object onto two part that can be concatenated or accessed separately

Set an object from a vector and convert an object onto a vector