Matrix4x4F::RotationY method (d2d1_1helper.h)

Rotates the transform matrix around the Y axis.

Syntax

Matrix4x4F RotationY(
  FLOAT degreeY
);

Parameters

degreeY

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