An NDoc Documented Class Library

Matrix.Rotation Method (xyz, Double)

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

public static Matrix Rotation(
   xyz direction,
   double Angle
);

Parameters

direction
Direction of the rotation
Angle
Rotationangle ain rad

Return Value

Rotationmatrix

See Also

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