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

4D vector in Cartesian coordinates (double precision). More...

#include <juno_vec_types.h>

Data Fields

double x
 
double y
 
double z
 
double w
 

Detailed Description

4D vector in Cartesian coordinates (double precision).

Contains x, y, z, and w components.

Field Documentation

◆ w

double JUNO_VEC4_F64_CART_TAG::w

W component.

◆ x

double JUNO_VEC4_F64_CART_TAG::x

X component.

◆ y

double JUNO_VEC4_F64_CART_TAG::y

Y component.

◆ z

double JUNO_VEC4_F64_CART_TAG::z

Z component.


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