raqote
0.8.5
In raqote::
stroke
Structs
StrokeStyle
Enums
LineCap
LineJoin
Functions
arc
arc_segment
bevel
bisect
cap_line
compute_normal
dot
flip
is_interior_angle
join_line
join_round
line_intersection
perp
stroke_to_path
swap
unperp
raqote
::
stroke
Function
line_intersection
Copy item path
Settings
Help
Summary
Source
fn line_intersection( a:
Point
, a_perp:
Vector
, b:
Point
, b_perp:
Vector
, ) ->
Option
<
Point
>