@cearth/tools
Version:
CEarth 的 工具库
26 lines (14 loc) • 568 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@cearth/tools](./tools.md) > [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)