Determine the distance between two points.
The distance function returns the distance between two points. Point1 and point2 are the x,y or x,y,z coordinates of the point.
Example
Code | Returns |
---|---|
(setq a '(2 3)) (setq b '(5 1)) (distance a b) |
3.60555 |
Tell me about...
(inters point1 point2 point3 point4 [flag])
(setq symbol1 statement1 [symbol2 statement2] ...)
Programming Overview of LISP (LISt Processing) Language
Bricscad™ is commercialized by Bricsys NV. Bricsys NV and Vondle NV are fully owned subsidiaries of Menhirs NV. © 2001- Menhirs NV - All rights reserved. |