All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download curvesapi JAR 1.03 with all dependencies


Implementation of various mathematical curves that define themselves over a set of control points. The API is written in Java. The curves supported are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural Cubic Spline, and NURBS.

Files of the artifact curvesapi version 1.03 from the group com.github.virtuald.

Artifact curvesapi
Group com.github.virtuald
Version 1.03
Last update 19. October 2015
Tags: define control cardinal cubic mathematical curves nurbs lagrange that catmull over spline implementation supported written bezier java various points themselves natural
Organization not specified
URL https://github.com/virtuald/curvesapi
License BSD License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
There is a newer version: 1.08
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of curvesapi Show documentation

Please rate this JAR file. Is it a good library?

curvesapi
Rate from 1 - 5, Rated 5.00 based on 1 reviews

575 downloads

Source code of curvesapi version 1.03

META-INF
META-INF.META-INF.MANIFEST.MF
com.graphbuilder.curve
com.graphbuilder.curve.com.graphbuilder.curve.BSpline
com.graphbuilder.curve.com.graphbuilder.curve.BezierCurve
com.graphbuilder.curve.com.graphbuilder.curve.BinaryCurveApproximationAlgorithm
com.graphbuilder.curve.com.graphbuilder.curve.CardinalSpline
com.graphbuilder.curve.com.graphbuilder.curve.CatmullRomSpline
com.graphbuilder.curve.com.graphbuilder.curve.ControlPath
com.graphbuilder.curve.com.graphbuilder.curve.ControlStringParseException
com.graphbuilder.curve.com.graphbuilder.curve.CubicBSpline
com.graphbuilder.curve.com.graphbuilder.curve.Curve
com.graphbuilder.curve.com.graphbuilder.curve.GroupIterator
com.graphbuilder.curve.com.graphbuilder.curve.LagrangeCurve
com.graphbuilder.curve.com.graphbuilder.curve.MultiPath
com.graphbuilder.curve.com.graphbuilder.curve.NURBSpline
com.graphbuilder.curve.com.graphbuilder.curve.NaturalCubicSpline
com.graphbuilder.curve.com.graphbuilder.curve.ParametricCurve
com.graphbuilder.curve.com.graphbuilder.curve.Point
com.graphbuilder.curve.com.graphbuilder.curve.Polyline
com.graphbuilder.curve.com.graphbuilder.curve.ShapeMultiPath
com.graphbuilder.curve.com.graphbuilder.curve.ShapeMultiPathIterator
com.graphbuilder.curve.com.graphbuilder.curve.ValueVector
com.graphbuilder.curve.com.graphbuilder.curve.ValueVectorListener
com.graphbuilder.curve.doc-files
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.basic_idea.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.bezier1.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.bspline1.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.bspline2.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.cardinal1.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.cubicb1.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.cubicb2.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.cubicb3.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.lagrange1.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.lagrange2.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.lagrange3.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.lagrange4.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.natcubic1.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.natcubic2.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.nurbs1.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.nurbs2.gif
com.graphbuilder.curve.doc-files.com.graphbuilder.curve.doc-files.problem_case.gif
com.graphbuilder.geom
com.graphbuilder.geom.com.graphbuilder.geom.Geom
com.graphbuilder.geom.com.graphbuilder.geom.Point2d
com.graphbuilder.geom.com.graphbuilder.geom.Point3d
com.graphbuilder.geom.com.graphbuilder.geom.PointFactory
com.graphbuilder.math
com.graphbuilder.math.com.graphbuilder.math.AddNode
com.graphbuilder.math.com.graphbuilder.math.DivNode
com.graphbuilder.math.com.graphbuilder.math.Expression
com.graphbuilder.math.com.graphbuilder.math.ExpressionParseException
com.graphbuilder.math.com.graphbuilder.math.ExpressionTree
com.graphbuilder.math.com.graphbuilder.math.FuncMap
com.graphbuilder.math.com.graphbuilder.math.FuncNode
com.graphbuilder.math.com.graphbuilder.math.MultNode
com.graphbuilder.math.com.graphbuilder.math.OpNode
com.graphbuilder.math.com.graphbuilder.math.PascalsTriangle
com.graphbuilder.math.com.graphbuilder.math.PowNode
com.graphbuilder.math.com.graphbuilder.math.SubNode
com.graphbuilder.math.com.graphbuilder.math.TermNode
com.graphbuilder.math.com.graphbuilder.math.ValNode
com.graphbuilder.math.com.graphbuilder.math.VarMap
com.graphbuilder.math.com.graphbuilder.math.VarNode
com.graphbuilder.math.func
com.graphbuilder.math.func.com.graphbuilder.math.func.AbsFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.AcosFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.AcoshFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.AsinFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.AsinhFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.AtanFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.AtanhFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.AvgFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.CeilFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.CombinFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.CosFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.CoshFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.EFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.ExpFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.FactFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.FloorFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.Function
com.graphbuilder.math.func.com.graphbuilder.math.func.LgFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.LnFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.LogFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.MaxFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.MinFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.ModFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.PiFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.PowFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.RandFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.RoundFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.SignFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.SinFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.SinhFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.SqrtFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.SumFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.TanFunction
com.graphbuilder.math.func.com.graphbuilder.math.func.TanhFunction
com.graphbuilder.struc
com.graphbuilder.struc.com.graphbuilder.struc.Bag
com.graphbuilder.struc.com.graphbuilder.struc.LinkedList
com.graphbuilder.struc.com.graphbuilder.struc.Stack
com.graphbuilder.sun.awt.geom
com.graphbuilder.sun.awt.geom.com.graphbuilder.sun.awt.geom.Curve




© 2015 - 2024 Weber Informatics LLC | Privacy Policy