TAU
Another name for
PEDI_PI— a constant of approximately 6.2832.
TAU and PEDI_PI hold exactly the same value (PI * 2). τ is mathematical notation used the world over, so the name is left untranslated just like PI. Use whichever one you find clearer.
Syntax
Section titled “Syntax”TAUExamples
Section titled “Examples”tiro setaLoeto() {
thalaKanefase(400, 400);
bokamorago(220);
boketeMothalo(14);
// Mela e mebedi e a tshwana ka gonne dipalo di a lekana
mothaloMmala(70, 130, 180);
thalaMothalo(40, 160, 40 + TAU * 50, 160);
mothaloMmala(200, 70, 70);
thalaMothalo(40, 240, 40 + PEDI_PI * 50, 240);
}