Difference between revisions of "TWO PI"
Jump to navigation
Jump to search
m |
Frionil Fang (talk | contribs) (missing desc) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
|name=TWO_PI | |name=TWO_PI | ||
|type=float | |type=float | ||
|value=6. | |value=6.283185307179586476925286766559f | ||
|desc | |desc=Two times PI. The number of radians in a full circle. | ||
|examples | |examples | ||
|events | |events | ||
|functions | |functions | ||
|constants={{LSL DefineRow||[[PI_BY_TWO]]}} | |constants={{LSL DefineRow||[[PI_BY_TWO]]}} | ||
{{LSL DefineRow||[[ | {{LSL DefineRow||[[PI]]}} | ||
{{LSL DefineRow||[[RAD_TO_DEG]]}} | {{LSL DefineRow||[[RAD_TO_DEG]]}} | ||
{{LSL DefineRow||[[DEG_TO_RAD]]}} | {{LSL DefineRow||[[DEG_TO_RAD]]}} |
Latest revision as of 16:06, 28 October 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: float TWO_PI = 6.283185307179586476925286766559f;The float constant TWO_PI has the value 6.283185307179586476925286766559f
Two times PI. The number of radians in a full circle.
Caveats
Related Articles
Constants
• | PI_BY_TWO | |||
• | PI | |||
• | RAD_TO_DEG | |||
• | DEG_TO_RAD |