Enum VisualScriptMathConstant.MathConstant

enum MathConstant : int { ... }

Enum members

NameDescription
mathConstantE Mathematical constant e, the natural log base: 2.718282.
mathConstantHalfPi Pi divided by two: 1.570796.
mathConstantInf

Infinity

inf.

mathConstantMax Represents the size of the mathconstant enum.
mathConstantNan Not a number: nan.
mathConstantOne

Unity

1.

mathConstantPi

Pi

3.141593.

mathConstantSqrt2 Square root of two: 1.414214.
mathConstantTau

Tau

6.283185.