MLKitVision Framework Reference

Vision3DPoint

class Vision3DPoint : VisionPoint

A three-dimensional point in an image. The point’s coordinates have the same scale as the original image.

  • z

    The z-coordinate of the point.

    Declaration

    Swift

    var z: CGFloat { get }
  • Unavailable.