UNPKG

@cearth/tools

Version:
68 lines (32 loc) 790 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [scaleEllipseGraphics](./tools.scaleellipsegraphics.md) ## scaleEllipseGraphics() function 缩放 EllipseGraphics **Signature:** ```typescript export declare function scaleEllipseGraphics(graphics: EllipseGraphics, localScale: Cartesian3): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> graphics </td><td> EllipseGraphics </td><td> </td></tr> <tr><td> localScale </td><td> Cartesian3 </td><td> 局部坐标系下的缩放 </td></tr> </tbody></table> **Returns:** void