Windows.Foundation.Numerics Windows.Foundation.Numerics Windows.Foundation.Numerics Windows.Foundation.Numerics Namespace

Provides a set of graphics-oriented math types.

Structs

Matrix3x2 Matrix3x2 Matrix3x2 Matrix3x2

Describes a 3*2 floating point matrix.

Matrix4x4 Matrix4x4 Matrix4x4 Matrix4x4

Describes a 4*4 floating point matrix.

Plane Plane Plane Plane

Describes a plane (a flat, two-dimensional surface).

Quaternion Quaternion Quaternion Quaternion

Describes a quaternion, which is an abstract representation of an orientation in space that is based on complex numbers.

Vector2 Vector2 Vector2 Vector2

Describes a vector of two floating-point components.

Vector3 Vector3 Vector3 Vector3

Describes a vector of three floating-point components.

Vector4 Vector4 Vector4 Vector4

Describes a vector of four floating-point components.

Remarks

This namespace provides a standard set of graphics-oriented types that you can use between multiple Windows RuntimeAPI.