Difference between revisions of "PI BY TWO"
Jump to navigation
Jump to search
m |
Frionil Fang (talk | contribs) (missing desc) |
||
Line 3: | Line 3: | ||
|type=float | |type=float | ||
|value=1.5707963267948966192313216916398f | |value=1.5707963267948966192313216916398f | ||
|desc | |desc=PI/2. The number of radians in a quarter circle. | ||
|examples | |examples | ||
|events | |events |
Latest revision as of 16:07, 28 October 2023
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: float PI_BY_TWO = 1.5707963267948966192313216916398f;The float constant PI_BY_TWO has the value 1.5707963267948966192313216916398f
PI/2. The number of radians in a quarter circle.
Caveats
Related Articles
Constants
• | PI | |||
• | TWO_PI | |||
• | RAD_TO_DEG | |||
• | DEG_TO_RAD |