An NDoc Documented Class Library

xyz.mul Method

Multiply the point with a matrix and returns the result This matrixmultiplication is often used in transformations.

Overload List

Multiply the point with a matrix and returns the result This matrixmultiplication is often used in transformations.

public xyz mul(Matrix);

Multiply the vector this by lam and returns this vector

public xyz mul(double);

See Also

xyz Class | Minais.Drawing3d.Math Namespace