Platform SDK: DirectX

DirectX7.VectorCopy

The DirectX7.VectorCopy method copies a vector.

object.VectorCopy(vDest As D3DVECTOR, _
    vSrc As D3DVECTOR)

Parameters

object
Object expression that resolves to a DirectX7 object.
vDest
The destination D3DVECTOR for the copy.
vSrc
The source D3DVECTOR for the copy.

Error Codes

If the method fails, an error is raised and Err.Number is set.