> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::ec::EcPoint

A point on the STARK curve.
Points can be created using `EcPointTrait::new` or `EcPointTrait::new_from_x`.
The zero point represents the point at infinity.

## Signature

```rust theme={null}
pub extern type EcPoint;
```
