module Processing::Core::Constants
Direct including types
Defined in:
processing/core/constants.crConstant Summary
-
HALF_PI =
PI / 2.0
-
PI =
::Math::PI
-
QUARTER_PI =
PI / 4.0
-
TAU =
::Math::TAU
-
TWO_PI =
::Math::PI * 2.0