dot method

dot

The dot product of two vectors.

Returns

Result of dot

def dot(self, vc1, vc2):
    ...
ParameterTypeDescription
vc1Cad3DPointThe first vector
vc2Cad3DPointThe second vector

See Also