Platform SDK: DirectX

D3DVECTOR

The D3DVECTOR type defines a vector for many Direct3D methods and types.

Type D3DVECTOR
    x As Single
    y As Single
    z As Single
End Type

Members

x, y, and z
Values describing the vector.

See Also

D3DLIGHT7