Project
Loading...
Searching...
No Matches
hmm_quaternion Union Reference

#include <HandMadeMath.h>

Public Attributes

struct { 
 
   union { 
 
      hmm_vec3   XYZ 
 
      struct { 
 
         float   X 
 
         float   Y 
 
         float   Z 
 
      }  
 
   }  
 
   float   W 
 
};  
 
float Elements [4]
 

Detailed Description

Definition at line 469 of file HandMadeMath.h.

Member Data Documentation

◆ [struct]

struct { ... } hmm_quaternion

◆ Elements

float hmm_quaternion::Elements[4]

Definition at line 483 of file HandMadeMath.h.

◆ W

float hmm_quaternion::W

Definition at line 480 of file HandMadeMath.h.

◆ X

float hmm_quaternion::X

Definition at line 476 of file HandMadeMath.h.

◆ XYZ

hmm_vec3 hmm_quaternion::XYZ

Definition at line 473 of file HandMadeMath.h.

◆ Y

float hmm_quaternion::Y

Definition at line 476 of file HandMadeMath.h.

◆ Z

float hmm_quaternion::Z

Definition at line 476 of file HandMadeMath.h.


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