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

#include <WAIMath.h>

Public Attributes

union {
   float   e [2]
 
   struct {
      float   x
 
      float   y
 
   } 
 
   struct {
      float   u
 
      float   v
 
   } 
 
}; 
 

Detailed Description

Definition at line 10 of file WAIMath.h.

Member Data Documentation

◆ 

union { ... }

◆ e

float WAI::V2::e[2]

Definition at line 14 of file WAIMath.h.

◆ u

float WAI::V2::u

Definition at line 21 of file WAIMath.h.

◆ v

float WAI::V2::v

Definition at line 21 of file WAIMath.h.

◆ x

float WAI::V2::x

Definition at line 17 of file WAIMath.h.

◆ y

float WAI::V2::y

Definition at line 17 of file WAIMath.h.


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