Tldraw/docs/gen/CubicSegment2dModel-interfa...

116 wiersze
1.4 KiB
Markdown

---
title: CubicSegment2dModel
status: published
category: primitives
group: Interface
author: api
date: 06/23/2023
order: 9
---<Small>Public Interface</Small>
<details>
<summary>Table of Contents</summary>
- [Properties](#properties)
- [a](#CubicSegment2dModel-a-member)
- [b](#CubicSegment2dModel-b-member)
- [c](#CubicSegment2dModel-c-member)
- [d](#CubicSegment2dModel-d-member)
- [p](#CubicSegment2dModel-p-member)
</details>
##### Signature
```ts
interface CubicSegment2dModel {}
```
---
## Properties
### `a` \{#CubicSegment2dModel-a-member}
<Small>Public PropertySignature</Small>
##### Signature
```ts
a: VecLike
```
##### References
[VecLike](/gen/primitives/VecLike-type)
---
### `b` \{#CubicSegment2dModel-b-member}
<Small>Public PropertySignature</Small>
##### Signature
```ts
b: VecLike
```
##### References
[VecLike](/gen/primitives/VecLike-type)
---
### `c` \{#CubicSegment2dModel-c-member}
<Small>Public PropertySignature</Small>
##### Signature
```ts
c: VecLike
```
##### References
[VecLike](/gen/primitives/VecLike-type)
---
### `d` \{#CubicSegment2dModel-d-member}
<Small>Public PropertySignature</Small>
##### Signature
```ts
d: VecLike
```
##### References
[VecLike](/gen/primitives/VecLike-type)
---
### `p` \{#CubicSegment2dModel-p-member}
<Small>Public PropertySignature</Small>
##### Signature
```ts
p: number
```
---