An NDoc Documented Class Library

LineType.mul Method 

This is the same as Operator "*"

public LineType mul(
   Matrix M
);

Parameters

M
This matrix is used for the transformation

Return Value

Returns a LineType, which is transform by the Matrix M

See Also

LineType Class | Minais.Drawing3d.Math Namespace