citro3d  1.2.0
Data Fields
C3D_FVec Struct Reference

Float vector. More...

#include <types.h>

Data Fields

struct {
   float   w
 W-component. More...
 
   float   z
 Z-component. More...
 
   float   y
 Y-component. More...
 
   float   x
 X-component. More...
 
}; 
 Vector access. More...
 
struct {
   float   r
 Real component. More...
 
   float   k
 K-component. More...
 
   float   j
 J-component. More...
 
   float   i
 I-component. More...
 
}; 
 Quaternion access. More...
 
float c [4]
 Raw access. More...
 

Detailed Description

Float vector.

Matches PICA layout

Field Documentation

◆ 

struct { ... }

Vector access.

◆ 

struct { ... }

Quaternion access.

◆ c

float C3D_FVec::c[4]

Raw access.

◆ i

float C3D_FVec::i

I-component.

◆ j

float C3D_FVec::j

J-component.

◆ k

float C3D_FVec::k

K-component.

◆ r

float C3D_FVec::r

Real component.

◆ w

float C3D_FVec::w

W-component.

◆ x

float C3D_FVec::x

X-component.

◆ y

float C3D_FVec::y

Y-component.

◆ z

float C3D_FVec::z

Z-component.


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