From 91ca725f9b5a4a77ca70024e3bb73b7c7821a530 Mon Sep 17 00:00:00 2001 From: Goutte Date: Sat, 4 Nov 2017 10:34:27 +0100 Subject: Add support for the TAU constant. Fixes #12094. --- doc/classes/@GDScript.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/classes/@GDScript.xml') diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml index 9c1d9a1aa2..3c794a4c4c 100644 --- a/doc/classes/@GDScript.xml +++ b/doc/classes/@GDScript.xml @@ -1117,7 +1117,10 @@ - Constant that represents how many times the diameter of a circumference fits around its perimeter. + Constant that represents how many times the diameter of a circle fits around its perimeter. + + + The circle constant, the circumference of the unit circle. A positive infinity. (For negative infinity, use -INF). -- cgit v1.2.3