Description Usage Arguments Value References Examples
Calculate the distance between two 3D points
1 | dist3D(point1, point2)
|
point1 |
The location of the first point as a numeric vector of length 3 c(X,Y,Z) or ordered list |
point2 |
The location of the second point as a numeric vector of length 3 c(X,Y,Z) or ordered list |
numeric distance between two points
http://www.calculatorsoup.com/calculators/geometry-solids/distance-two-points.php
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.