同步代码
This commit is contained in:
4
types/Common/CSGIntersect.d.ts
vendored
4
types/Common/CSGIntersect.d.ts
vendored
@@ -1,6 +1,10 @@
|
||||
import { Geom3 } from "@jscad/modeling/src/geometries/types";
|
||||
import { Vec3 } from "@jscad/modeling/src/maths/vec3";
|
||||
import { Matrix4 } from "three";
|
||||
export interface PolygonRes {
|
||||
vertices: Array<Vec3>;
|
||||
plane: [number, number, number, number];
|
||||
}
|
||||
export interface Geom3Res {
|
||||
polygons: Array<{
|
||||
vertices: Array<Vec3>;
|
||||
|
Reference in New Issue
Block a user