@threepipe/plugin-svg-renderer
Version:
Plugins for SVG Rendering of 3d objects for Threepipe
9 lines • 308 B
TypeScript
import { Viewmap } from '../Viewmap';
/**
* Finds the 2d singularities in the viewmap and mark them.
* (Computes the intersection of ViewEdges in the image plane)
*
* @param viewmap
*/
export declare function find2dSingularities(viewmap: Viewmap): void;
//# sourceMappingURL=find2dSingularities.d.ts.map