www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'D3DVECTOR'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
D3DVECTOR
[ TDx_3DI_Library ]
[ next: D3DVERTEX ]
[ prev: D3DVALUE ]
The definition of the internal DirectX D3DVECTOR object is as follows:
struct D3DVECTOR {
union {
D3DVALUE x;
D3DVALUE dvX;
};
union {
D3DVALUE y;
D3DVALUE dvY;
};
union {
D3DVALUE z;
D3DVALUE dvZ;
};
};
|
|