List Manipulation4.207 | Tutorials and Sampleswrite requests to: takehiko@mit.edu last revised : 2/5/01 LISPLOADER© Set Up |
![]() |
car cdr append cons foreach mapcar apply
Y = - a XX + h
(c:demo)
(pline_from_points_1 point_list)
repeat
.
(pline_from_points_1 '( (0 0) (10 4) (2 9) ) )
(pline_from_points_2 point_list)
while
and cdr
.
(pline_from_points_2 '( (12 0) (10 10) (18 19) ) )
(pline_from_points_3 point_list)
apply
and append
.
(pline_from_points_1 '( (20 0) (19 12) (10 16) ) )
(draw_parabola wide high number_of_division)
mapcar, foreach,
and nth
.
(draw_parabola 10 20 12 )