实现板件倒角

This commit is contained in:
ChenX
2023-07-06 10:23:55 +08:00
parent bf1b1186c1
commit 48e15326a5
261 changed files with 7365 additions and 7161 deletions

View File

@@ -1,5 +1,5 @@
import { Vector3 } from "three";
import { LinesType } from "../UI/Store/BoardInterface";
import { BoardOpenDir, LinesType } from "../UI/Store/BoardInterface";
export declare class PointShapeUtils {
static SquarePts(size: number): Vector3[];
static OutsideLinePts(squareSize: number, lineLength: number): Vector3[];
@@ -13,5 +13,6 @@ export declare class PointShapeUtils {
static TangentPts(size: number): Vector3[];
static PerPts(size: number): Vector3[];
static LinesDirPts(len: number, width: number, lineType: LinesType): Vector3[];
static LinesOpenDirPts(len: number, width: number, openDir: BoardOpenDir): Vector3[];
}
//# sourceMappingURL=PointShapeUtils.d.ts.map