Order Points by Distance

Order points based on their distance to a reference point.

Installation

To use this Node, you must enable omni.genproc.core in the Extension Manager.

Inputs

Name

Type

Description

Default

Reference Point (point)

float[3]

Reference point from which distances to matrices are measured.

[0, 0, 0]

Points (points)

float[3][]

Points to be sorted according to their distance from the reference point

Outputs

Name

Type

Description

Default

Ordered Points (points)

float[3][]

Sorted points