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

Template Function holoscan::is_almost_one

template<typename K>
bool holoscan::is_almost_one(K value)

Check if a value is almost one within numerical precision.

Template Parameters

K – Scalar type.

Parameters

value – Value to check.

Returns

True if the value is within 100 * epsilon of one.

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