Matrix4x4F::RotationZ method (d2d1_1helper.h)

Rotates the transform matrix around the Z axis.

Syntax

Matrix4x4F RotationZ(
  FLOAT degreeZ
);

Parameters

degreeZ

Type: FLOAT

The amount of rotation.

Return value

Type: Matrix4x4F

The result matrix.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_1helper.h

See also

Matrix4x4F