<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/NormalizedPoint",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "s:6Vision15NormalizedPointV"
  },
  "title" : "NormalizedPoint"
}
-->

# NormalizedPoint

A point in a 2D coordinate system.

```
struct NormalizedPoint
```

## Topics

### Creating a normalized point

[`init(x:y:)`](/documentation/Vision/NormalizedPoint/init(x:y:))

Creates a point object with the specified coordinates.

[`init(normalizedPoint:)`](/documentation/Vision/NormalizedPoint/init(normalizedPoint:))

Creates a point object from the specified Core Graphics point.

[`init(imagePoint:in:)`](/documentation/Vision/NormalizedPoint/init(imagePoint:in:))

Creates a normalized point from a point in an image coordinate space.

[`init(imagePoint:in:normalizedTo:)`](/documentation/Vision/NormalizedPoint/init(imagePoint:in:normalizedTo:))

Creates a point normalized to a region of interest within an image.

[`zero`](/documentation/Vision/NormalizedPoint/zero)

A point object that represents the origin.

### Inspecting a normalized point

[`cgPoint`](/documentation/Vision/NormalizedPoint/cgPoint)

The Core Graphics point for this point.

[`x`](/documentation/Vision/NormalizedPoint/x)

The x-coordinate.

[`y`](/documentation/Vision/NormalizedPoint/y)

The y-coordinate.

### Converting points

[`toImageCoordinates(from:imageSize:origin:)`](/documentation/Vision/NormalizedPoint/toImageCoordinates(from:imageSize:origin:))

Converts a point normalized to a region within an image into full image coordinates.

[`toImageCoordinates(_:origin:)`](/documentation/Vision/NormalizedPoint/toImageCoordinates(_:origin:))

Converts a point in normalized coordinates into image coordinates.

### Flipping a normalized point

[`verticallyFlipped()`](/documentation/Vision/NormalizedPoint/verticallyFlipped())

Returns a normalized point with the origin flipped between the top and bottom of the image.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

[`Encodable`](/documentation/Swift/Encodable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)