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