SEPHATLO_PI
A constant equal to half of PI, approximately 1.5708.
SEPHATLO_PI is PI / 2. It is a quarter of a full turn (90˚). sephatlo is the Setswana word for a half of something.
Syntax
Section titled “Syntax”SEPHATLO_PIExamples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
bokamorago(220);
// Letlhakore le le lekanang le SEPHATLO_PI * 100
diri letlhakore = SEPHATLO_PI * 100;
tlatsaMmala(120, 180, 130);
thalaKhutlonne(bophara / 2 - letlhakore / 2, boleele / 2 - letlhakore / 2, letlhakore, letlhakore);
}