同步版本
This commit is contained in:
2
types/Geometry/PointShapeUtils.d.ts
vendored
2
types/Geometry/PointShapeUtils.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import { Vector3 } from "three";
|
||||
import { BoardOpenDir, LinesType } from "../UI/Store/BoardInterface";
|
||||
import { BoardOpenDir, LinesType } from "../DatabaseServices/Entity/BoardInterface";
|
||||
export declare class PointShapeUtils {
|
||||
static SquarePts(size: number): Vector3[];
|
||||
static OutsideLinePts(squareSize: number, lineLength: number): Vector3[];
|
||||
|
Reference in New Issue
Block a user