Skip to content

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.

SEPHATLO_PI
A square sized by SEPHATLO_PI
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);
}

PI, PEDI_PI, KOTARA_PI, TAU