std-midpt | ![]() |
STD-MIDPT
returns the midpoint between pt1 and pt2. Both points must be a list of equal dimension, a list of equal count of numbers.
To return the half of a vector use STD-HALFPT
instead.
pt1, pt2: points, any list of two or three numbers, but not limited to two or three dimensional vectors only.
A point with the same dimension as the given points.
None.
(std-require 'STDPOINT)
Defined in STDPOINT
Note: Before version 0.4001 it was in STDLIST!