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

3D vector in Cartesian coordinates (float precision). More...

#include <juno_vec_types.h>

Data Fields

float x
 
float y
 
float z
 
float w
 

Detailed Description

3D vector in Cartesian coordinates (float precision).

Contains x, y, z, and w components.

Field Documentation

◆ w

float JUNO_VEC4_F32_CART_TAG::w

W component.

◆ x

float JUNO_VEC4_F32_CART_TAG::x

X component.

◆ y

float JUNO_VEC4_F32_CART_TAG::y

Y component.

◆ z

float JUNO_VEC4_F32_CART_TAG::z

Z component.


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