UNPKG

@realsee/dnalogel

Version:
3 lines (2 loc) 145 B
import type { Vector3 } from 'three'; export declare function filterNotColinearPoints(positions: Vector3[]): [Vector3, Vector3, Vector3] | void;