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