UVsDebug.d.ts 115 B

123
  1. import {Geometry} from "../../..";
  2. export function UVsDebug(geometry: Geometry, size: number): HTMLCanvasElement;