distance | Cellzilla2D Home |
Description
Calculates the distance between two points.
Needs["Cellzilla2D`"];
Return Value
distance[{x1,y}, {x2,y2}] returns the distance between {x1,y1} and {x2, y2}.
Options
Example
Implementation Notes
See Also