0.3.0 • Published 2 years ago

@wings-j/plane-geometry v0.3.0

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
2 years ago

@wings-j/plane-geometry

二维几何库,主要包含点、线段、多边形之间关系的判断和计算。

使用

ESM

import { Vector } from '@wings-j/plane-geometry'

script

<script src="dist/index.umd.js"></script>

注入变量PlaneGeometry

背景

坐标系

采用与 Web 屏幕相同的坐标系,X 轴向右为正方向,Y 轴向下为正方向,顺时针为角度正方向。

文档

文档见http://wings-j.gitee.io/plane-geometry

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago