Skip to content

Commit

Permalink
Mirror the commit 8b31d95 to local branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
miworking committed May 2, 2023
1 parent c1411e9 commit e07a940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/quickstarts/vision/VisionExample/UIUtilities.swift
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ public class UIUtilities {
///
/// - Parameters:
/// - fromPoint: The starting point.
/// - endPoint: The end point.
/// - toPoint: The end point.
/// - Returns: The distance.
private static func distance(fromPoint: Vision3DPoint, toPoint: Vision3DPoint) -> CGFloat {
let xDiff = fromPoint.x - toPoint.x
Expand Down

0 comments on commit e07a940

Please sign in to comment.