D3DXVec3LengthSq

This function returns the square of the length of a 3-D vector.

FLOAT D3DXVec3LengthSq(
  CONST D3DXVECTOR3* pV
); 

Parameters

Return Values

The vector's squared length.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: D3dx8math.h.
Link Library: D3dx8.lib.

See Also

D3DXVec3Length | D3DXVECTOR3

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.