UNPKG

@cearth/tools

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