summaryrefslogtreecommitdiff
path: root/src/mbgl/text/check_max_angle.hpp
blob: d08d8f0cce4ade0eab45b5d834861434eb778a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include <mbgl/tile/geometry_tile_data.hpp>

namespace mbgl {

class Anchor;

bool checkMaxAngle(
    const GeometryCoordinates& line, const Anchor& anchor, float labelLength, float windowSize, float maxAngle);

} // namespace mbgl