Microsoft DirectX 8.0 (Visual Basic)

D3DVECTOR2

Describes a vector in two-dimensional (2-D) space.

Type D3DVECTOR2
    x As Single
    y As Single
End Type

Members

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

See Also

D3DVECTOR, D3DVECTOR4