DrawCylinderEx

Function DrawCylinderEx 

Source
pub unsafe extern "C" fn DrawCylinderEx(
    startPos: Vector3,
    endPos: Vector3,
    startRadius: c_float,
    endRadius: c_float,
    sides: c_int,
    color: Color,
)
Expand description

Draw a cylinder with base at startPos and top at endPos