Function project_truncated_line_segment

Source
fn project_truncated_line_segment(
    previous_tile_point: &Point2D<f64, TileSpace>,
    current_tile_point: &Point2D<f64, TileSpace>,
    previous_projected_point: &Point2D<f64, TileSpace>,
    minimum_length: f64,
    projection_matrix: &Matrix4<f64>,
) -> Point2D<f64, TileSpace>
Expand description

maplibre/maplibre-native#4add9ea original name: projectTruncatedLineSegment