The lines providing the boundary to the free throw lane. When a player is shooting a free throw, all non-shooting players must be outside of this boundary
basketball_free_throw_lane_boundary(
lane_length = 0,
lane_width = 0,
line_thickness = 0
)
A data frame of the bounding coordinates of the free throw lane boundary
The length of the free throw lane
The width of the free throw
The thickness of the free throw lane boundary
NOTE: This does not include lane space markings (blocks), which will be
created via basketball_lane_space_mark()
.