holoscan::operator+
holoscan::operator+
Add two quaternions.
Returns: Sum of the two quaternions.
Template parameters
K
Scalar type.
Parameters
lhs
Left operand.
rhs
Right operand.
holoscan::operator+
template <typename K> Quaternion<K> holoscan::operator+( const Quaternion<K> &lhs, const Quaternion<K> &rhs )
Add two quaternions.
Returns: Sum of the two quaternions.
Template parameters
Scalar type.
Parameters
Left operand.
Right operand.