VTK  9.3.20240907
Public Attributes | List of all members
ZSVector3 Union Reference

Union representing a vector of 3 floats. More...

#include <zSpaceTypes.h>

Public Attributes

ZSFloat f [3]
 
struct { 
 
   ZSFloat   x 
 
   ZSFloat   y 
 
   ZSFloat   z 
 
};  
 

Detailed Description

Union representing a vector of 3 floats.

Definition at line 64 of file zSpaceTypes.h.

Member Data Documentation

◆ f

ZSFloat ZSVector3::f[3]

Definition at line 66 of file zSpaceTypes.h.

◆ x

ZSFloat ZSVector3::x

Definition at line 69 of file zSpaceTypes.h.

◆ y

ZSFloat ZSVector3::y

Definition at line 70 of file zSpaceTypes.h.

◆ z

ZSFloat ZSVector3::z

Definition at line 71 of file zSpaceTypes.h.

◆ [struct]

struct { ... } ZSVector3

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