UNPKG

@cearth/tools

Version:
82 lines (38 loc) 918 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [transformPolylineGraphics](./tools.transformpolylinegraphics.md) ## transformPolylineGraphics() function 对 PolylineGraphics 应用变换 **Signature:** ```typescript export declare function transformPolylineGraphics(graphics: PolylineGraphics, matrix: Matrix4, localScale?: Cartesian3 | null): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> graphics </td><td> PolylineGraphics </td><td> </td></tr> <tr><td> matrix </td><td> Matrix4 </td><td> </td></tr> <tr><td> localScale </td><td> Cartesian3 \| null </td><td> _(Optional)_ </td></tr> </tbody></table> **Returns:** void