webcad-ue4-api/types/Geometry/RotateUV.d.ts
2024-10-29 17:14:43 +08:00

4 lines
180 B
TypeScript

import { Matrix2 } from './Matrix2';
export declare const ROTATE_MTX2: Matrix2;
export declare function RotateUVs(geo: THREE.Geometry): void;
//# sourceMappingURL=RotateUV.d.ts.map