Multiply the point with a matrix and returns the result This matrixmultiplication is often used in transformations.
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);