ProtoFlux:Tau: Difference between revisions

From Resonite Wiki
Removed inputs section (there are none). Added applications this constant can be used in.
Added a See Also section. Adding link to Pi (surprised that was not on here yet)
 
Line 8: Line 8:
|}}
|}}


The '''Tau''' node outputs the mathematical constant [https://en.m.wikipedia.org/wiki/Tau_(mathematical_constant) tau]. Tau is a constant that represents 2PI. Tau is the circumference of a circle with a radius of one.
The '''Tau''' node outputs the mathematical constant [https://en.m.wikipedia.org/wiki/Tau_(mathematical_constant) tau]. Tau is a constant that represents 2[[ProtoFlux:Pi|PI]]. Tau is the circumference of a circle with a radius of one.


Applications this constant can be used in:
Applications this constant can be used in:
Line 18: Line 18:


=== * ([[Type:Float|float]]) ===
=== * ([[Type:Float|float]]) ===
Tau. Its [[Type:Float|float]] value is approximately <code>6.28318</code>.
Returns the value constant Tau. Its [[Type:Float|float]] value is approximately <code>6.28318</code>.


 
== See Also ==
See also: [https://tauday.com/ argument why tau is better than PI.]
* [https://tauday.com/ Argument why tau is better than PI.]


[[Category:ProtoFlux:Math:Constants]]
[[Category:ProtoFlux:Math:Constants]]

Latest revision as of 06:35, 30 June 2024

τ
*
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