LibJuno 1.0.1
LibJuno is a lightweight C11 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_VEC3_F32_SPH_TAG Struct Reference

4D vector in hyperspherical coordinates (float precision). More...

#include <juno_vec_types.h>

Data Fields

float r
 
float phi
 
float theta
 

Detailed Description

4D vector in hyperspherical coordinates (float precision).

Contains radius, azimuthal angle (phi), and polar angle (theta).

Field Documentation

◆ phi

float JUNO_VEC3_F32_SPH_TAG::phi

Azimuthal angle in radians.

◆ r

float JUNO_VEC3_F32_SPH_TAG::r

Radial distance from the origin.

◆ theta

float JUNO_VEC3_F32_SPH_TAG::theta

Polar angle in radians.


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