SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
WAI::V3 Struct Reference

#include <WAIMath.h>

Public Attributes

union {
   float   e [3]
 
   struct {
      float   x
 
      float   y
 
      float   z
 
   } 
 
}; 
 

Detailed Description

Definition at line 26 of file WAIMath.h.

Member Data Documentation

◆ 

union { ... }

◆ e

float WAI::V3::e[3]

Definition at line 30 of file WAIMath.h.

◆ x

float WAI::V3::x

Definition at line 33 of file WAIMath.h.

◆ y

float WAI::V3::y

Definition at line 33 of file WAIMath.h.

◆ z

float WAI::V3::z

Definition at line 33 of file WAIMath.h.


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