1.0.0 • Published 7 months ago

smooth-approximate-convexhull v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Introduction of the project

This project aims to visualize the smooth curve boundary of a series of different circles with specified center coordinates and radius. Instead of traditional polygon convexhull, this kind of boundary is more like an approximate smooth convexhull of disks (PS: In geometry, a disk (also spelled disc)[1] is the region in a plane bounded by a circle. A disk is said to be closed if it contains the circle that constitutes its boundary, and open if it does not.[2]).

Overview

overview

How to run the project?

  1. yarn or npm install to install all the dependencies
  2. yarn dev or npm run dev to start the dev server
  3. Viist http://localhost:5173/
1.0.0

7 months ago