The goal crease is the area where a goaltender plays their position. It is
comprised of two components: the outline of the crease, and the filling in
its boundary (see hockey_goal_crease_fill()
). The goal crease may have two
notches (one on each side of the line y = 0)
hockey_goal_crease_outline(
feature_radius = 0,
feature_thickness = 0,
crease_style = "",
crease_length = 0,
crease_width = 0,
notch_dist_x = 0,
notch_width = 0
)
A data frame containing the bounding coordinates of the goal crease's outline
The radius of the goal crease
The thickness of the line marking the outline of the goal crease
The style of the goal crease
The length of the goal crease
The width of the goal crease
The distance from the back edge of the goal line to the further edge of the crease notch
The width of the notch in the goal crease
The outline of the goal crease should have thickness given by 'minor_line_thickness', as this is a minor line on the ice surface, and the outline is usually red in color