We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 592c82e commit 8b31d95Copy full SHA for 8b31d95
ios/quickstarts/vision/VisionExample/UIUtilities.swift
@@ -451,7 +451,7 @@ public class UIUtilities {
451
///
452
/// - Parameters:
453
/// - fromPoint: The starting point.
454
- /// - endPoint: The end point.
+ /// - toPoint: The end point.
455
/// - Returns: The distance.
456
private static func distance(fromPoint: Vision3DPoint, toPoint: Vision3DPoint) -> CGFloat {
457
let xDiff = fromPoint.x - toPoint.x
0 commit comments