Module directx_math::template[][src]

Re-exports

pub use crate::XMMax;
pub use crate::XMMin;
pub use crate::XMVectorPermute;
pub use crate::XMVectorSwizzle;

Functions

XMVectorInsert

Rotates a vector left by a given number of 32-bit components and insert selected elements of that result into another vector.

XMVectorPermute

Permutes the components of two vectors to create a new vector.

XMVectorRotateLeft

Rotates the vector left by a given number of 32-bit elements.

XMVectorRotateRight

Rotates the vector right by a given number of 32-bit elements.

XMVectorShiftLeft

Shifts a vector left by a given number of 32-bit elements, filling the vacated elements with elements from a second vector.

XMVectorSwizzle

Swizzles a vector.