[][src]Module directx_math::accessor

Functions

XMVectorGetByIndex

Retrieve the value of one of the four components of an XMVECTOR Data Type containing floating-point data by index.

XMVectorGetIntByIndex

Retrieve the value of one of the four components of an XMVECTOR Data Type containing integer data by index.

XMVectorGetIntW

Retrieve the w component of an XMVECTOR Data Type.

XMVectorGetIntX

Retrieve the x component of an XMVECTOR Data Type.

XMVectorGetIntY

Retrieve the y component of an XMVECTOR Data Type.

XMVectorGetIntZ

Retrieve the z component of an XMVECTOR Data Type.

XMVectorGetW

Retrieve the w component of an XMVECTOR Data Type.

XMVectorGetWPtr

Retrieve the w component of an XMVECTOR Data Type containing floating-point data, and storing that component's value in an instance of float referred to by a pointer.

XMVectorGetX

Retrieve the x component of an XMVECTOR Data Type.

XMVectorGetXPtr

Retrieve the x component of an XMVECTOR Data Type containing floating-point data, and storing that component's value in an instance of float referred to by a pointer.

XMVectorGetY

Retrieve the y component of an XMVECTOR Data Type.

XMVectorGetYPtr

Retrieve the y component of an XMVECTOR Data Type containing floating-point data, and storing that component's value in an instance of float referred to by a pointer.

XMVectorGetZ

Retrieve the z component of an XMVECTOR Data Type.

XMVectorGetZPtr

Retrieve the z component of an XMVECTOR Data Type containing floating-point data, and storing that component's value in an instance of float referred to by a pointer.

XMVectorSetByIndex

Use a floating-point object to set the value of one of the four components of an XMVECTOR Data Type containing integer data referenced by an index.

XMVectorSetIntByIndex

Use an integer instance to set the value of one of the four components of an XMVECTOR Data Type containing integer data referenced by an index.

XMVectorSetIntW

Set the value of the w component of an XMVECTOR Data Type.

XMVectorSetIntX

Set the value of the x component of an XMVECTOR Data Type.

XMVectorSetIntY

Set the value of the y component of an XMVECTOR Data Type.

XMVectorSetIntZ

Set the value of the z component of an XMVECTOR Data Type.

XMVectorSetW

Set the value of the w component of an XMVECTOR Data Type.

XMVectorSetX

Set the value of the x component of an XMVECTOR Data Type.

XMVectorSetY

Set the value of the y component of an XMVECTOR Data Type.

XMVectorSetZ

Set the value of the z component of an XMVECTOR Data Type.