Click or drag to resize

Matrix4x4CreateRotationX Method (Double, Vector3)

Creates a matrix for rotating points around the X-axis, from a center point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Matrix4x4 CreateRotationX(
	double radians,
	Vector3 centerPoint
)

Parameters

radians
Type: SystemDouble
The amount, in radians, by which to rotate around the X-axis.
centerPoint
Type: Karamba.GeometryVector3
The center point.

Return Value

Type: Matrix4x4
The rotation matrix.
See Also