webcad-api/types/Geometry/RotateUV.d.ts

4 lines
180 B
TypeScript
Raw Normal View History

2023-05-08 10:53:13 +08:00
import { Matrix2 } from './Matrix2';
export declare const ROTATE_MTX2: Matrix2;
2020-09-24 11:04:12 +08:00
export declare function RotateUVs(geo: THREE.Geometry): void;
//# sourceMappingURL=RotateUV.d.ts.map