twoCirclesArrow | |
---|---|
p::§Path3D ahLength:void::§Length ahAngle:30°::§Float →
(> | |
Dynamic references: | none |
This arrowhead is the only attempt so far to make an arrowhead in 3d completely without need to specify a normal direction. The arrowhead will be constructed as two circles to remind of a cone.
|
triangleArrow | |
---|---|
p::§Path3D normal:(0,0,1)::§FloatTriple ahLength:void::§Length ahAngle:30°::§Float fillAsStrokeing:true::§Boolean →
(> | |
Dynamic references: | none |
The arguments have similar interpretation to their meaning in MetaPostArrow. The arrowhead will not bend with the path, compare ..Shapes..Graphics..triangleArrow, but another important difference to MetaPostArrow is that this arrowhead consists of two perpendicular flat arrowheads instead of just one. This makes it less important to find a good normal direction, but the result will often not look as clean.
|