UNPKG

@cearth/tools

Version:
53 lines (25 loc) 691 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@cearth/tools](./tools.md) &gt; [isMatrixPrimitive](./tools.ismatrixprimitive.md) ## isMatrixPrimitive() function MatrixPrimitive 类型守卫 **Signature:** ```typescript export declare function isMatrixPrimitive(target: any): target is MatrixPrimitive; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> target </td><td> any </td><td> </td></tr> </tbody></table> **Returns:** target is [MatrixPrimitive](./tools.matrixprimitive.md)