MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / RadialSort

Method RadialSort

src/geode/geometry/radial_sort.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 {
40 public:
41 RadialSort( const geode::Segment3D& segment,
42 absl::Span< const geode::Point3D > points )
43 : segment_( segment ),
44 plane_{ segment.direction(), segment.vertices()[0].get() },
45 points_( points )
46 {
47 }
48
49 absl::FixedArray< geode::index_t > sort()
50 {

Callers

nothing calls this directly

Calls 2

directionMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected