42 bool dcp::operator==(
Ruby const& a,
Ruby const& b)
44 return a.base == b.base &&
45 a.annotation == b.annotation &&
46 fabs(a.size - b.size) < SIZE_EPSILON &&
47 a. position == b.position &&
48 fabs(a.offset - b.offset) < OFFSET_EPSILON &&
49 fabs(a.spacing - b.spacing) < SPACING_EPSILON &&
54 bool dcp::operator!=(
Ruby const& a,
Ruby const& b)
Namespace for everything in libdcp.
constexpr float ASPECT_ADJUST_EPSILON