tg_line_num_points

Function tg_line_num_points 

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

Returns the number of points. @param line Input line @return Number of points @see tg_line_point_at()