LibJuno 0.42.0
LibJuno is a lightweight C99 library designed specifically for embedded systems.
Loading...
Searching...
No Matches
JUNO_VEC3_F64_SPH_TAG Struct Reference

3D vector in spherical coordinates (double precision). More...

#include <juno_vec_types.h>

Data Fields

double r
 
double phi
 
double theta
 

Detailed Description

3D vector in spherical coordinates (double precision).

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

Field Documentation

◆ phi

double JUNO_VEC3_F64_SPH_TAG::phi

Azimuthal angle in radians.

◆ r

double JUNO_VEC3_F64_SPH_TAG::r

Radial distance from the origin.

◆ theta

double JUNO_VEC3_F64_SPH_TAG::theta

Sph angle in radians.


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