Hermes
|
Trigonometric functions. More...
Static Public Member Functions | |
static constexpr HERMES_DEVICE_CALLABLE real_t | radians2degrees (real_t a) |
Converts radians to degrees. More... | |
static constexpr HERMES_DEVICE_CALLABLE real_t | degrees2radians (real_t a) |
Converts degrees to radians. More... | |
static HERMES_DEVICE_CALLABLE f32 | safe_acos (f32 x) |
Computes acos with clamped input. More... | |
static HERMES_DEVICE_CALLABLE f32 | safe_asin (f32 x) |
Computes asin with clamped input. More... | |
Trigonometric functions.
|
inlinestaticconstexpr |
Converts degrees to radians.
a |
|
inlinestaticconstexpr |
Converts radians to degrees.
a |
|
inlinestatic |
Computes acos with clamped input.
x |
|
inlinestatic |
Computes asin with clamped input.
x |