What can I help you with?
NVIDIA Holoscan SDK v3.4.0

Template Function holoscan::operator+

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.

Previous Function holoscan::numpy_dtype
Next Template Function holoscan::operator-(const Quaternion<K>&, const Quaternion<K>&)
© Copyright 2022-2025, NVIDIA. Last updated on Jul 1, 2025.