@three3d/tools
Version:
@three3d/tools 提供了 ThreeJS 常用的工具库
21 lines (11 loc) • 511 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/tools](./tools.md) > [SampleOptions](./tools.sampleoptions.md) > [sampleLength](./tools.sampleoptions.samplelength.md)
## SampleOptions.sampleLength property
采样长度
**Signature:**
```typescript
sampleLength?: number;
```
## Remarks
多长的弧长长度会生成一个采样点
`sampleNum` 和 `sampleLength` 只需要其一;优先使用 `sampleLength`