Enum VisualScriptMathConstant.MathConstant
enum MathConstant
: int { ... }
Enum members
Name | Description |
---|---|
mathConstantE
|
Mathematical constant e , the natural log base: 2.718282 .
|
mathConstantHalfPi
|
Pi divided by two: 1.570796 .
|
mathConstantInf
|
Infinity
|
mathConstantMax
|
Represents the size of the mathconstant enum.
|
mathConstantNan
|
Not a number: nan .
|
mathConstantOne
|
Unity
|
mathConstantPi
|
Pi
|
mathConstantSqrt2
|
Square root of two: 1.414214 .
|
mathConstantTau
|
Tau
|