gplot3d.arrow draws an arrow between two pairs of points.
gplot3d.arrow(a, b, radius, color = "white", alpha = 1)None.
a vector or three-column matrix containing origin X,Y,Z coordinates.
a vector or three-column matrix containing origin X,Y,Z coordinates.
the arrow radius, in current plotting units. May be a vector, if multiple arrows are to be drawn.
the arrow color. May be a vector, if multiple arrows are being drawn.
alpha (transparency) value(s) for arrows. (May be a vector.)
Carter T. Butts buttsc@uci.edu
gplot3d.arrow draws one or more three-dimensional “arrows” from the points given in a to those given in b. Note that the “arrows” are really cones, narrowing in the direction of the destination point.
gplot3d, gplot3d.loop