UNPKG

xtorcga

Version:

Xtor Compute Geometry Algorithm Libary 计算几何算法库

9 lines (8 loc) 224 B
import { Vec3 } from "../math/Vec3"; import { Orientation } from "../struct/data/type"; export interface ISplitResult { negative: Vec3[]; positive: Vec3[]; common: Vec3[]; orientation: Orientation; }