An NDoc Documented Class Library

xyz Multiplication Operator 

Multiply the vector by a scalar

public static xyz operator *(
   xyz a,
   double b
);

Parameters

a
vector
b
scalar

Return Value

scalar multiplied vector

See Also

xyz Class | Minais.Drawing3d.Math Namespace | xyzMultiplication Operator Overload List