dot method

dot(self, q)

Dots product

Returns

Dot value


def dot(self, q):
    ...
ParameterTypeDescription
qQuaternionThe quaternion

See Also