Arrow
Arrow({p1, p2})
represents a line from
p1
top2
that ends with an arrow atp2
.
Arrow({p1, p2}, s)
represents a line with arrow that keeps a distance of
s
fromp1
andp2
.
Arrow({point_1, point_2}, {s1, s2})
represents a line with arrow that keeps a distance of
s1
fromp1
and a distance ofs2
fromp2
.
Arrow({point_1, point_2}, {s1, s2})
represents a line with arrow that keeps a distance of
s1
fromp1
and a distance ofs2
fromp2
.
Examples
Arrows can also be drawn in 3D by giving points in three dimensions:
>> Graphics3D(Arrow({{1, 1, -1}, {2, 2, 0}, {3, 3, -1}, {4, 4, 0}})) -Graphics3D-
Implementation status
- ✅ - full supported