Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Performance an identity operation on an XMVECTOR instance.
The operator +
takes an instance of XMVECTOR Data Type and returns a new instance of XMVECTOR, with an identity operator applied to each component.
XMVECTOR XM_CALLCONV operator+(
FXMVECTOR V
) noexcept;
V
Vector whose components are to be acted on by an identify operation.
Vector whose components are the result of the identity operation performed on V.
Requirement | Value |
---|---|
Header | directxmath.h |