dot method

dot

Dots product

Returns

Dot value

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

See Also