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: Syntax
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Syntax”SETSWANA TRANSLATION: kgolokwe(x, y, bogolo)SETSWANA TRANSLATION: Parameters
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Parameters”| SETSWANA TRANSLATION: Name | SETSWANA TRANSLATION: Type | SETSWANA TRANSLATION: Description |
|---|---|---|
x | palo | SETSWANA TRANSLATION: Center x coordinate. |
y | palo | SETSWANA TRANSLATION: Center y coordinate. |
bogolo | palo | SETSWANA TRANSLATION: Diameter of the circle. |
SETSWANA TRANSLATION: Examples
SETSWANA TRANSLATION: Section titled “SETSWANA TRANSLATION: Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
}
tiro tshwantsha() {
sefofane(220);
kgolokwe(peebeX, peebeY, 50);
}