1 2 3 4 5 6
//! Scalar type alias for the workspace. /// The floating-point scalar type used throughout `radsym`. /// /// All image-space coordinates, scores, and accumulator values use `f32`. pub type Scalar = f32;