tg_line_segment_at

Function tg_line_segment_at 

Source
pub unsafe extern "C" fn tg_line_segment_at(
    line: *const tg_line,
    index: c_int,
) -> tg_segment
Expand description

Returns the segment at index. @param line Input line @param index Index of segment @return The segment at index @see tg_line_num_segments()