Skip to main content

normalize_batch

Function normalize_batch 

Source
pub fn normalize_batch(
    vectors: &[Vector3],
    workers: usize,
) -> Result<Vec<Vector3>>
Expand description

Normalizes an ordered batch of three-vectors.

ยงErrors

Returns an invalid worker count or the first vector validation/geometry error in input order.