2022-06-05 20:59:45 +00:00
|
|
|
---
|
2022-06-11 00:35:48 +00:00
|
|
|
sidebar_position: 4
|
2022-06-05 20:59:45 +00:00
|
|
|
title: Point Set Distribution
|
|
|
|
---
|
|
|
|
|
2022-06-06 05:16:29 +00:00
|
|
|
### make
|
2022-06-11 15:57:02 +00:00
|
|
|
|
2022-06-06 05:16:29 +00:00
|
|
|
```
|
|
|
|
PointSet.make: (distribution) => pointSetDist
|
|
|
|
```
|
2022-06-05 20:59:45 +00:00
|
|
|
|
2022-06-06 05:16:29 +00:00
|
|
|
### makeContinuous
|
2022-06-11 15:57:02 +00:00
|
|
|
|
2022-06-06 05:16:29 +00:00
|
|
|
```
|
|
|
|
PointSet.makeContinuous: (list<{x: number, y: number}>) => pointSetDist
|
2022-06-05 20:59:45 +00:00
|
|
|
```
|
|
|
|
|
2022-06-06 05:16:29 +00:00
|
|
|
### makeDiscrete
|
2022-06-11 15:57:02 +00:00
|
|
|
|
2022-06-06 05:16:29 +00:00
|
|
|
```
|
|
|
|
PointSet.makeDiscrete: (list<{x: number, y: number}>) => pointSetDist
|
2022-06-11 15:57:02 +00:00
|
|
|
```
|