Skip to main content

include/svg_path_NotCloseEnough.hrl

-record(not_close_enough, {
    expected :: vec@vec2:vec2(float()),
    got :: vec@vec2:vec2(float()),
    tolerance :: float()
}).