Skip to content

kgolokwe

Draws a circle at the given center with the given diameter.

A simpler form of thalaSediko for perfect circles. The first two arguments are the center, and the third is the diameter.

kgolokwe(x, y, bogolo)
NameTypeDescription
xpaloCenter x coordinate.
ypaloCenter y coordinate.
bogolopaloDiameter of the circle.
A circle that follows the mouse
tiro setaLoeto() {
  thalaKanefase(400, 400);
}
tiro tshwantsha() {
  sefofane(220);
  kgolokwe(peebeX, peebeY, 50);
}

thalaSediko, peebeX, peebeY