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

2D vector in polar coordinates (double precision). More...

#include <juno_vec_types.h>

Data Fields

double r
 
double phi
 

Detailed Description

2D vector in polar coordinates (double precision).

Contains radial distance and angle in radians.

Field Documentation

◆ phi

double JUNO_VEC2_F64_SPH_TAG::phi

Angle in radians from the x-axis.

◆ r

double JUNO_VEC2_F64_SPH_TAG::r

Radial distance from the origin.


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