增加户型部分

This commit is contained in:
ChenX
2022-05-26 11:06:27 +08:00
parent 8477786c73
commit 2282ac009b
646 changed files with 36547 additions and 2964 deletions

View File

@@ -1,7 +1,7 @@
import { Vector2, Vector3, Matrix4 } from "three";
import { Matrix4, Vector2, Vector3 } from "three";
export declare class Matrix2 {
el: number[];
set(ix: number, iy: number, jx: number, jy: number): void;
set(ix: number, iy: number, jx: number, jy: number): this;
applyVector(vec: Vector2 | Vector3): this;
fromMatrix4(mtx4: Matrix4): void;
setRotate(theta: number): this;