Skip to main content

Module vector

Module vector 

Source

Modules§

linalg

Structs§

Vector
VectorSlice
A Display-only wrapper around &[Vector<S, N>] (or &[Vec<Vector<S, N>>], via VectorSlice(&Vec::from(...))-style nesting) — Display can’t be implemented directly on a foreign slice/Vec type, so callers wanting to print a slice of vectors (e.g. a boundary loop or polygon) go through this instead: format!("{}", VectorSlice(&points)).

Type Aliases§

VecN
Type alias for backwards compatibility with older code.
Vector2
Vector3
Vector4