#include <constants.h>
|
| static constexpr T | Epsilon (void) |
| |
| static constexpr T | Pi (T scale=1) |
| |
| static constexpr T | InvPi (T scale=1) |
| |
| static constexpr T | Pi2 (T scale=1) |
| |
| static constexpr T | InvSqrtPi (T scale=1) |
| |
| static constexpr vec2d< T > | Sphere (T scale=1) |
| |
| static constexpr vec2d< T > | Hemisphere (T scale=1) |
| |
◆ Epsilon()
| static constexpr T Epsilon |
( |
void |
| ) |
|
|
inlinestaticconstexpr |
◆ Hemisphere()
| static constexpr vec2d< T > Hemisphere |
( |
T |
scale = 1 | ) |
|
|
inlinestaticconstexpr |
◆ InvPi()
| static constexpr T InvPi |
( |
T |
scale = 1 | ) |
|
|
inlinestaticconstexpr |
◆ InvSqrtPi()
| static constexpr T InvSqrtPi |
( |
T |
scale = 1 | ) |
|
|
inlinestaticconstexpr |
◆ Pi()
| static constexpr T Pi |
( |
T |
scale = 1 | ) |
|
|
inlinestaticconstexpr |
◆ Pi2()
| static constexpr T Pi2 |
( |
T |
scale = 1 | ) |
|
|
inlinestaticconstexpr |
◆ Sphere()
| static constexpr vec2d< T > Sphere |
( |
T |
scale = 1 | ) |
|
|
inlinestaticconstexpr |
The documentation for this struct was generated from the following file: