Click or drag to resize

Matrix3x3CreateRotationMatrixFromAxisAndAngleRadian Method

Creates the rotation matrix from axis and angle radian.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Matrix3x3 CreateRotationMatrixFromAxisAndAngleRadian(
	VectorD3D u,
	double angleRadian
)

Parameters

u  VectorD3D
The axis about which the rotation takes place.
angleRadian  Double
The rotation angle in radian.

Return Value

Matrix3x3
Matrix that describes the drotation.
See Also