Blender
V3.3
|
#include "BLI_sort.hh"
#include "BLI_vector.hh"
#include "MOD_lineart.h"
#include "lineart_intern.h"
Go to the source code of this file.
Functions | |
static bool | cmp_adjacent_items (const LineartAdjacentEdge &p1, const LineartAdjacentEdge &p2) |
void | lineart_sort_adjacent_items (LineartAdjacentEdge *ai, int length) |
|
static |
Definition at line 12 of file lineart_cpp_bridge.cc.
References Freestyle::a, usdtokens::b(), LineartAdjacentEdge::v1, and LineartAdjacentEdge::v2.
Referenced by lineart_sort_adjacent_items().
void lineart_sort_adjacent_items | ( | LineartAdjacentEdge * | ai, |
int | length | ||
) |
Definition at line 22 of file lineart_cpp_bridge.cc.
References cmp_adjacent_items(), blender::math::length(), and blender::parallel_sort().
Referenced by lineart_build_edge_neighbor().