UNPKG

@realsee/dnalogel

Version:
6 lines (5 loc) 145 B
import { Vector3 } from 'three'; /** * @description 右手定则求法向量 */ export default function getNormal(points: Vector3[]): Vector3;