<-Back

Function: Apply-Make-Point

APPLY-MAKE-POINT 2d, 3d, or 4d point

This function takes a list of two, three, or four numbers rather than multiple arguments as with the make-point and make-vector macro. This is equivalent to calling the make-point or make-vector macro on the elements of this list.

arguments:
list List of 2, 3, or 4 numbers
The coordinates for the point

<-Back