pub fn ifloor(v: f64) -> i32
Floor a double to the nearest integer toward negative infinity. Matches C++ AGG’s ifloor.
ifloor