All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.graphic.helper.smoothBezier.d.ts Maven / Gradle / Ivy

import { VectorArray } from '../../core/vector';
export default function smoothBezier(points: VectorArray[], smooth?: number, isLoop?: boolean, constraint?: VectorArray[]): any[][];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy