dot method

dot(self, rhs)

Gets the dot product of two vectors

Returns

The dot product of the two vectors.


def dot(self, rhs):
    ...
ParameterTypeDescription
rhsVector3Right hand side value.

See Also