Make a 3D arrow
Create the list structure for a 3D arrow.
Z3Darrow(len = 1, basethick = 0.1, headlen = 0.6, headlip = 0.1)
len |
Length in user coordinates |
basethick |
Thickness of the base |
headlen |
Length of the head |
headlip |
Width of the overhang lip |
Creates a strucutre suitable for plotting rotated and translated 3D arrows.
List
aglyph |
List of vertices of the faces |
anorm |
Outward facing normal vectors to faces |
Jonathan M. Lees <jonathan.lees@unc.edu>
PROJ3D, pglyph3D, phong3D
ZA = Z3Darrow(len = 1, basethick = 0.1, headlen = 0.6, headlip = 0.1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.