Name | Description | |
---|---|---|
![]() | fPI | The PI constant (180 degrees). |
![]() | fPI2 | The PI * 2 constant (360 degrees). |
![]() | fPI3Div4 | The PI * 3 / 4 constant (135 degrees). |
![]() | fPIAndHalf | The PI * 3 / 2 constant (270 degrees). |
![]() | fPIHalf | The PI / 2 constant (90 degrees). |
![]() | fPIQuarter | The PI / 4 constant (45 degrees). |
![]() | PI | The PI constant (180 degrees). |
![]() | PI2 | The PI * 2 constant (360 degrees). |
![]() | PI3Div4 | The PI * 3 / 4 constant (135 degrees). |
![]() | PIAndHalf | The PI * 3 / 2 constant (270 degrees). |
![]() | PIHalf | The PI / 2 constant (90 degrees). |
![]() | PIQuarter | The PI / 4 constant (45 degrees). |
![]() | TwoThirds | Returns the value of 2.0 / 3.0. |