> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://help.sigmacomputing.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://help.sigmacomputing.com/_mcp/server.

# DistancePlane

> Calculates the distance between two points on the plane.

Calculates the distance between two points on the plane.

## Usage

`DistancePlane(x1, y1, x2, y2)`

**x1** (required) The x-coordinate of the first point.\
**y1** (required) The y-coordinate of the first point.\
**x2** (required) The x-coordinate of the second point.\
**y2** (required) The y-coordinate of the second point.

## Related resources

* [DistanceGlobe](/docs/distanceglobe)