You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `arrows` and `arrows3d` renderers allow drawing connected arrows,
specified either as a list of points or as a point + magnitude vector, with
both 2D and 3D variants available.
Two new parameters are introduced for controlling the arrow head length and
opening angle.
Co-authored-by: pbpf <[email protected]>
Co-authored-by: Alex Harsanyi <[email protected]>
(defparam arrow-head-angle alpha (>=/c 0) #:value (/ pi 6)))]{
297
+
The default size and angle of the arrow head in @racket[vector-field], @racket[vector-field3d], @racket[arrows] and @racket[arrows3d].
298
+
When the @racket[arrow-head-size-or-scale] is a number, it is interpreted as a proportion of the arrow length , and will be bigger for longer arrows. When it is in the form @racket[(list '= size)], it is interpreted as the size of the arrow head in drawing units (pixels).
0 commit comments