vex_sdk::display

Function vexDisplayCircleDraw

Source
pub unsafe fn vexDisplayCircleDraw(xc: i32, yc: i32, radius: i32)
Expand description

Strokes a one-pixel wide circle defined by a center-point and a radius with the current foreground color.

ยงSafety

Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.