Click or drag to resize

Matrix4x3NewRotationFromAxisAndAngleRadian 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 Matrix4x3 NewRotationFromAxisAndAngleRadian(
	VectorD3D u,
	double angleRadian,
	PointD3D center
)

Parameters

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

Return Value

Matrix4x3
Matrix that describes the drotation.
See Also