D3DXVec4LengthSq

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

FLOAT D3DXVec4LengthSq(
  CONST D3DXVECTOR4* 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

D3DXVec4Length | D3DXVECTOR4

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.