An NDoc Documented Class Library

Matrix.Rotation Method

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

Overload List

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

public static Matrix Rotation(LineType,double);

returns a Rotationmatrix , whose rotationaxis is given by direction. Angle is the ratationangle.

public static Matrix Rotation(xyz,double);

See Also

Matrix Class | Minais.Drawing3d.Math Namespace