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