Hospital Analyser  1.0
Public Attributes | List of all members
Vector3 Union Reference

Union data structure for holding vector of 3 elements. More...

#include <Fusion.h>

Public Attributes

float array [3]
 
struct {
   float   x
 
   float   y
 
   float   z
 
axis
 

Detailed Description

Union data structure for holding vector of 3 elements.

Member Data Documentation

float Vector3::array[3]

Holds same values as axis but in array [x, y, z]

float Vector3::x

Value for X axis

float Vector3::y

Value for Y axis

float Vector3::z

Value for Z axis


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