_Xform4dV
Multiplies a four-dimensional vector by a 4x4 matrix.
float* _Xform4dV(
float* dst,
float* src,
float* matrix
);
Parameters
- dst
[out] Pointer to a four-dimensional destination vector. - src
[in] Pointer to a four-dimensional source vector. - matrix
[in] Pointer to an array of float values arranged such that the indices of the array are the [row][column] values of the 4x4 matrix.
Return Values
Pointer to the four-dimensional destination vector.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: shintr.h.
See Also
Microprocessor-specific Intrinsic Functions | _Xform3dV | _XDXform4dV | _XDXform3dV | _LoadMatrix | _SaveMatrix
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.