Changes between Initial Version and Version 1 of fd
- Timestamp:
- Jul 28, 2011 1:58:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fd
v1 v1 1 This function finds the distance between two points. 2 3 '''Parameters:''' 4 * double x1 - x coordinate of first point. 5 * double y1 - y coordinate of first point. 6 * double z1 - z coordinate of first point. 7 * double x2 - x coordinate of second point. 8 * double y2 - y coordinate of second point. 9 * double z2 - z coordinate of second point. 10 11 '''Responds:''' 12 * TBD 13 14 '''Reports:''' 15 * TBD 16 17 '''Example:''' 18 * User sends: "fd 0 0 0 3 4 12" 19 * answer is 13