dist()
Calculate the distance between 2 points
Last updated
Calculate the distance between 2 points
Last updated
Calculates the distance between two points, in either two or three dimensions. This uses the Euclidean distance, usually called the Pythagorean distance
Find these documents helpful? Let the people who made them help your child learn to code at Strivemath!
We'd love to hear your Feedback/Comments here.
Input | Description |
---|---|
Input | Description |
---|---|
x1
the x-coordinate of the first point
y1
the y-coordinate of the first point
x2
the x-coordinate of the second point
y2
the y-coordinate of the second point
z1
the z-coordinate of the first point
z2
the z-coordinate of the second point