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

2D vector in polar coordinates (32-bit integer). More...

#include <juno_vec_types.h>

Data Fields

int32_t r
 
int32_t phi
 

Detailed Description

2D vector in polar coordinates (32-bit integer).

Contains radial distance and angle.

Field Documentation

◆ phi

int32_t JUNO_VEC2_I32_SPH_TAG::phi

Angle unit (e.g., degrees or custom).

◆ r

int32_t JUNO_VEC2_I32_SPH_TAG::r

Radial distance from the origin.


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