cross_product method

cross_product

Gets cross-product of a points

Returns

Cross product point

def cross_product(self, point1, point2):
    ...
ParameterTypeDescription
point1Point3DFirst point
point2Point3DSecond point

See Also