An NDoc Documented Class Library

xyz.cross Method 

Calculates the vectorproduct with p and returns this vector

public xyz cross(
   xyz p
);

Parameters

p
with this vector the vectorproduct will be calculated

Return Value

vectorproduct with p

Remarks

The vector this doesn't change

See Also

xyz Class | Minais.Drawing3d.Math Namespace