Microsoft DirectX 8.0 (Visual Basic)

D3DVECTOR4

Describes a vector in four-dimensional (4-D) space.

Type D3DVECTOR4
    w As Single
    x As Single
    y As Single
    z As Single
End Type

Members

w, x, y, and z
The w-, x-, y-, and z- component, respectively, of the vector.

See Also

D3DVECTOR, D3DVECTOR2