UNPKG

@cearth/tools

Version:
26 lines (14 loc) 568 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 类型守卫 <b>Signature:</b> ```typescript export declare function isMatrixPrimitive(target: any): target is MatrixPrimitive; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | target | any | | <b>Returns:</b> target is [MatrixPrimitive](./tools.matrixprimitive.md)