std-halfpt | ![]() |
STD-HALFPT
returns the midpoint between the given pt and the nullvector, which is the same as the midpoint of the vector pt.
To return the midpoint of two points use STD-MIDPT
instead.
pt: a point, 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 point.
None.
(std-require 'STDPOINT)
Defined in STDPOINT
Note: Before version 0.4001 it was in STDLIST!