An NDoc Documented Class Library

Matrix.Rotation Method (LineType, Double)

Returns a Rotationmatrix with the linetype L and the rotationangle Angle Of course L must not contains the origin

public static Matrix Rotation(
   LineType L,
   double Angle
);

Parameters

L
Rotationaxis
Angle
Rotationangle rad

Return Value

Rotationmatrix

See Also

Matrix Class | Minais.Drawing3d.Math Namespace | Matrix.Rotation Overload List