Share via


_XDXform3dV

Multiplies a three-dimensional vector by a 3x3 matrix. This instruction requires that the matrix has been previously loaded into the extended floating-point register bank.

float* _XDXform3dV( 
  float* src, 
  float* dst 
);

Parameters

  • src
    [in] Pointer to a three-dimensional source vector.
  • dst
    [out] Pointer to a three-dimensional destination vector.

Return Values

A pointer to the three-dimensional destination vector.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: shintr.h.

See Also

Microprocessor-specific Intrinsic Functions | _Xform3dV | _Xform4dV | _XDXform4dV | _LoadMatrix | _SaveMatrix

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.