Template Function holoscan::operator+
Defined in File types.hpp
-
template<typename K>
Quaternion<K> holoscan::operator+(const Quaternion<K> &lhs, const Quaternion<K> &rhs) Add two quaternions.
- Template Parameters
K – Scalar type.
- Parameters
lhs – Left operand.
rhs – Right operand.
- Returns
Sum of the two quaternions.