ProtoFlux:Tau

From Resonite Wiki
Revision as of 06:35, 30 June 2024 by AmasterAmaster (talk | contribs) (Added a See Also section. Adding link to Pi (surprised that was not on here yet))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
τ
*
Constants

The Tau node outputs the mathematical constant tau. Tau is a constant that represents 2PI. Tau is the circumference of a circle with a radius of one.

Applications this constant can be used in:

  • Circumference, angular, and rotation measurements
  • Wave Generation (combined with Sin)
  • Shader Programming (usually simplifying/streamlining the code)

Outputs

* (float)

Returns the value constant Tau. Its float value is approximately 6.28318.

See Also