Click or drag to resize

Matrix4x4CreateRotationY Method (Double)

Creates a matrix for rotating points around the Y-axis.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix4x4 CreateRotationY(
	double radians
)

Parameters

radians
Type: SystemDouble
The amount, in radians, by which to rotate around the Y-axis.

Return Value

Type: Matrix4x4
The rotation matrix.
See Also