Matrix4x3NewRotationFromAxisAndAngleRadian Method |
Creates the rotation matrix from axis and angle radian.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
Matrix4x3Matrix that describes the drotation.
See Also