# DistancePlane

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.
