
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
24 lines
342 B
Text
24 lines
342 B
Text
---
|
|
title: MatLike
|
|
status: published
|
|
category: primitives
|
|
group: TypeAlias
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 54
|
|
---<Small>Public TypeAlias</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
type MatLike = Matrix2d | Matrix2dModel
|
|
```
|
|
|
|
##### References
|
|
|
|
[Matrix2d](/gen/primitives/Matrix2d-class), [Matrix2dModel](/gen/primitives/Matrix2dModel-interface)
|
|
|