# Camera_Point ## Overview The Camera_Point struct describes the parameters related to a point. **Since**: 11 **Related module**: [OH_Camera](_o_h___camera.md) **Header file**: [camera.h](camera_8h.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | double [x](#x) | X coordinate. The value range is [0,1]. | | double [y](#y) | Y coordinate. The value range is [0,1]. | ## Member Variable Description ### x ``` double Camera_Point::x ``` **Description** X coordinate. The value range is [0,1]. ### y ``` double Camera_Point::y ``` **Description** Y coordinate. The value range is [0,1].