Module sb_rust_library::math[][src]

Library that performs very common linear algebra calculations.

Structs

Bounds

A rectangular region in a 2D vector space over a generic field.

Point

A 2D point in real space.

Vector

A 2D vector over the reals.

Traits

VectorMath

Treats object mathematically as if it were a vector.