Skip to main content

rect_bottom_as_impl

Function rect_bottom_as_impl 

Source
pub fn rect_bottom_as_impl(draw_y: u32, eff_h: i32) -> i32
Expand description

矩形の下端。render.rsy1_rect = (draw_y + eff_h as u32) as i32 と同じ。

計算量: O(1)