An NDoc Documented Class Library

xyz.mul Method (Double)

Multiply the vector this by lam and returns this vector

public xyz mul(
   double lam
);

Parameters

lam
with this value the vector will be multiplied

Return Value

returns the multiplyed vector

Remarks

The vector this doesnt change

See Also

xyz Class | Minais.Drawing3d.Math Namespace | xyz.mul Overload List