Function raylib::core::math::rrect [−][src]
pub fn rrect<T1: AsF32, T2: AsF32, T3: AsF32, T4: AsF32>(
x: T1,
y: T2,
width: T3,
height: T4
) -> Rectangle
Expand description
A convenience function for making a new Rectangle
.