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 ++++- doc/classes/VisualScriptMathConstant.xml | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'doc') 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). diff --git a/doc/classes/VisualScriptMathConstant.xml b/doc/classes/VisualScriptMathConstant.xml index 86744e5caf..c753c16218 100644 --- a/doc/classes/VisualScriptMathConstant.xml +++ b/doc/classes/VisualScriptMathConstant.xml @@ -42,12 +42,12 @@ Pi: [code]3.141593[/code] - - Pi times two: [code]6.283185[/code] - - + Pi divided by two: [code]1.570796[/code] + + Tau: [code]6.283185[/code] + Natural log: [code]2.718282[/code] -- cgit v1.2.3