tldraw/docs/gen/angleDelta-function-1.mdx
Steve Ruiz 096df3209b
[1/2] Move docs to brivate (#1640)
This PR moves the docs site to the private repo while keeping the docs
content on the public repo.

### Change Type

- [x] `documentation`
2023-06-23 14:23:14 +00:00

65 lines
676 B
Text

---
title: angleDelta
status: published
category: primitives
group: Function
author: api
date: 06/23/2023
order: 0
---<Small>Public Function</Small>
Get the short distance between two angles.
##### Parameters
<ParametersTable>
<ParametersTableRow>
<ParametersTableName>
`a0`
</ParametersTableName>
<ParametersTableDescription>
```ts
number
```
The first angle.
</ParametersTableDescription>
</ParametersTableRow>
<ParametersTableRow>
<ParametersTableName>
`a1`
</ParametersTableName>
<ParametersTableDescription>
```ts
number
```
The second angle.
</ParametersTableDescription>
</ParametersTableRow>
</ParametersTable>
##### Returns
```ts
number
```