33 lines
547 B
Markdown
Raw Normal View History

---
id: "Point"
title: "Point"
sidebar_position: 0
custom_edit_url: null
---
Represents a Point in a 2 dimensional coordinate system.
## Properties
### x
**x**: `number`
The X coordinate of this Point. (double)
#### Defined in
[Point.ts:8](https://github.com/mrousavy/react-native-vision-camera/blob/c66550ed/package/src/Point.ts#L8)
___
### y
**y**: `number`
The Y coordinate of this Point. (double)
#### Defined in
[Point.ts:12](https://github.com/mrousavy/react-native-vision-camera/blob/c66550ed/package/src/Point.ts#L12)