Microsoft DirectX 8.1 (Visual Basic)

D3DVECTOR

The D3DVECTOR type defines a vector in three-dimensional space.

Syntax

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

Members

x, y, and z

Values describing the vector.