UNPKG

@xtor/cga.js

Version:

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

4 lines (3 loc) 164 B
import { Plane } from '@/struct/3d/Plane'; import { Geometry } from 'three'; export declare function splitPlaneGeometry(plane: Plane, geometry: Geometry): void;