MLKitVision Framework Reference

MLKVision3DPoint


@interface MLKVision3DPoint : MLKVisionPoint

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

    Objective-C

    @property (nonatomic, readonly) CGFloat z;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;