SETSWANA TRANSLATION: Skip to content

kgolokwe

SETSWANA TRANSLATION: Draws a circle at the given center with the given diameter.

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

SETSWANA TRANSLATION: kgolokwe(x, y, bogolo)
SETSWANA TRANSLATION: NameSETSWANA TRANSLATION: TypeSETSWANA TRANSLATION: Description
xpaloSETSWANA TRANSLATION: Center x coordinate.
ypaloSETSWANA TRANSLATION: Center y coordinate.
bogolopaloSETSWANA TRANSLATION: Diameter of the circle.
SETSWANA TRANSLATION: A circle that follows the mouse
tiro setaLoeto() {
  thalaKanefase(400, 400);
}
tiro tshwantsha() {
  sefofane(220);
  kgolokwe(peebeX, peebeY, 50);
}

thalaSediko, peebeX, peebeY