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; [transformCorridorGraphics](./tools.transformcorridorgraphics.md) ## transformCorridorGraphics() function 对 CorridorGraphics 应用变换 **Signature:** ```typescript export declare function transformCorridorGraphics(graphics: CorridorGraphics, 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> CorridorGraphics </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