pub fn ufloor(v: f64) -> u32
Floor a double to the nearest unsigned integer (truncation toward zero). Matches C++ AGG’s ufloor.
ufloor