Function: arrow3d - plot an arrow as a line with a pyramidal head.

Calling sequence:

arrow3d(base,vect);
Parameters:

base - base of the arrow, a 3D point ( list or vector)

vect - displacement (tip - base), a 3D point (list or vector)

Optional arguments:

Description:

Examples:

> with(surfarro,arrow3d):

> a1:= arrow3d([0,0,0],[1,0,1]):
a2:= arrow3d([1,0,1],[0,1,1]-[1,0,1], colour=green):
a3:= arrow3d([0,1,1], vector([0,-1,-1]), scalefactor=1/2):
a4:= arrow3d([0,0,0],[0,1/2,1/2], colour=blue, thickness=2):
plots[display]({a1,a2,a3,a4},scaling=constrained, axes=box,orientation=[60,120]);

[Maple Plot]

See also: arrow2d , curvarrows , surfarrows , display

Maple Advisor Database R. Israel, 1998