Hermes
Loading...
Searching...
No Matches
hermes::Trigonometry Struct Reference

Trigonometric functions. More...

#include <numeric.h>

Static Public Member Functions

static HERMES_DEVICE_CALLABLE constexpr real_t radians2degrees (real_t a)
 Converts radians to degrees.
 
static HERMES_DEVICE_CALLABLE constexpr real_t degrees2radians (real_t a)
 Converts degrees to radians.
 
static HERMES_DEVICE_CALLABLE f32 safe_acos (f32 x)
 Computes acos with clamped input.
 
static HERMES_DEVICE_CALLABLE f32 safe_asin (f32 x)
 Computes asin with clamped input.
 

Detailed Description

Trigonometric functions.

Member Function Documentation

◆ degrees2radians()

static HERMES_DEVICE_CALLABLE constexpr real_t hermes::Trigonometry::degrees2radians ( real_t  a)
inlinestaticconstexpr

Converts degrees to radians.

Parameters
a
Returns

◆ radians2degrees()

static HERMES_DEVICE_CALLABLE constexpr real_t hermes::Trigonometry::radians2degrees ( real_t  a)
inlinestaticconstexpr

Converts radians to degrees.

Parameters
a
Returns

◆ safe_acos()

static HERMES_DEVICE_CALLABLE f32 hermes::Trigonometry::safe_acos ( f32  x)
inlinestatic

Computes acos with clamped input.

Parameters
x
Returns

◆ safe_asin()

static HERMES_DEVICE_CALLABLE f32 hermes::Trigonometry::safe_asin ( f32  x)
inlinestatic

Computes asin with clamped input.

Parameters
x
Returns

The documentation for this struct was generated from the following file: