DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
_D3DVECTOR Struct Reference

#include <d3dtypes.h>

Data Fields

union {
   D3DVALUE   x
 
   D3DVALUE   dvX
 
}; 
 
union {
   D3DVALUE   y
 
   D3DVALUE   dvY
 
}; 
 
union {
   D3DVALUE   z
 
   D3DVALUE   dvZ
 
}; 
 

Field Documentation

◆ 

union { ... } _D3DVECTOR::@17

◆ 

union { ... } _D3DVECTOR::@19

◆ 

union { ... } _D3DVECTOR::@21

◆ dvX

D3DVALUE _D3DVECTOR::dvX

◆ dvY

D3DVALUE _D3DVECTOR::dvY

◆ dvZ

D3DVALUE _D3DVECTOR::dvZ

◆ x

D3DVALUE _D3DVECTOR::x

◆ y

D3DVALUE _D3DVECTOR::y

◆ z

D3DVALUE _D3DVECTOR::z

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