SourceTermAnalysisSystem_vue/node_modules/wind-core/README.md

16 lines
258 B
Markdown
Raw Normal View History

2026-05-15 10:22:44 +08:00
# `wind-core`
> Wind field core
## Usage
```js
import WindCore from 'wind-core';
const wind = new WindCore(this.context, opt, data);
wind.project = (coordinate) => pixel;
wind.intersectsCoordinate = (coordinate) => true;
wind.postrender = () => {};
```