We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Creates a vector from two 2D or two 3D points.
(dos_vector point1 point2)
point1
The first point.
point2
The second point.
The vector, if successful.
nil on error.
Command: (dos_vector '(3 2) '(1 1)) (2 1) Command: (dos_vector '(3 2 2) '(1 1 5)) (2 1 -3)
Home Introduction CAD Function Configuration Functions Directory Functions Drive functions File Functions Math Functions Path Functions Printer Functions Process Functions String Functions System Functions User Interface Functions DOSLib Functions History