# curve-fit-demo **Repository Path**: dev-wd/curve-fit-demo ## Basic Information - **Project Name**: curve-fit-demo - **Description**: 三次样条曲线 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-18 - **Last Updated**: 2021-01-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Curve fit demo A simple Java application for showing different ways of rendering splines/interpolators. ## How to run? Build with Maven and run. ``` $ mvn install ```