文件名称: curvesapi-1.07.jar中文-英文对照文档.zip
<dependency>
<groupId>com.github.virtuald</groupId>
<artifactId>curvesapi</artifactId>
<version>1.07</version>
</dependency>Gradle:
implementation group: 'com.github.virtuald', name: 'curvesapi', version: '1.07'
Gradle (Short):
implementation 'com.github.virtuald:curvesapi:1.07'
Gradle (Kotlin):
implementation("com.github.virtuald:curvesapi:1.07")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
com.graphbuilder.curve
com.graphbuilder.geom
com.graphbuilder.math
com.graphbuilder.math.func
com.graphbuilder.org.apache.harmony.awt.gl
com.graphbuilder.struccom.graphbuilder.curve.BSpline
com.graphbuilder.curve.BezierCurve
com.graphbuilder.curve.BinaryCurveApproximationAlgorithm
com.graphbuilder.curve.CardinalSpline
com.graphbuilder.curve.CatmullRomSpline
com.graphbuilder.curve.ControlPath
com.graphbuilder.curve.ControlStringParseException
com.graphbuilder.curve.CubicBSpline
com.graphbuilder.curve.Curve
com.graphbuilder.curve.GroupIterator
com.graphbuilder.curve.LagrangeCurve
com.graphbuilder.curve.MultiPath
com.graphbuilder.curve.NURBSpline
com.graphbuilder.curve.NaturalCubicSpline
com.graphbuilder.curve.ParametricCurve
com.graphbuilder.curve.Point
com.graphbuilder.curve.Polyline
com.graphbuilder.curve.ShapeMultiPath
com.graphbuilder.curve.ValueVector
com.graphbuilder.curve.ValueVectorListener
com.graphbuilder.geom.Geom
com.graphbuilder.geom.Point2d
com.graphbuilder.geom.Point3d
com.graphbuilder.geom.PointFactory
com.graphbuilder.math.AddNode
com.graphbuilder.math.DivNode
com.graphbuilder.math.Expression
com.graphbuilder.math.ExpressionParseException
com.graphbuilder.math.ExpressionTree
com.graphbuilder.math.FuncMap
com.graphbuilder.math.FuncNode
com.graphbuilder.math.MultNode
com.graphbuilder.math.OpNode
com.graphbuilder.math.PascalsTriangle
com.graphbuilder.math.PowNode
com.graphbuilder.math.SubNode
com.graphbuilder.math.TermNode
com.graphbuilder.math.ValNode
com.graphbuilder.math.VarMap
com.graphbuilder.math.VarNode
com.graphbuilder.math.func.AbsFunction
com.graphbuilder.math.func.AcosFunction
com.graphbuilder.math.func.AcoshFunction
com.graphbuilder.math.func.AsinFunction
com.graphbuilder.math.func.AsinhFunction
com.graphbuilder.math.func.AtanFunction
com.graphbuilder.math.func.AtanhFunction
com.graphbuilder.math.func.AvgFunction
com.graphbuilder.math.func.CeilFunction
com.graphbuilder.math.func.CombinFunction
com.graphbuilder.math.func.CosFunction
com.graphbuilder.math.func.CoshFunction
com.graphbuilder.math.func.EFunction
com.graphbuilder.math.func.ExpFunction
com.graphbuilder.math.func.FactFunction
com.graphbuilder.math.func.FloorFunction
com.graphbuilder.math.func.Function
com.graphbuilder.math.func.LgFunction
com.graphbuilder.math.func.LnFunction
com.graphbuilder.math.func.LogFunction
com.graphbuilder.math.func.MaxFunction
com.graphbuilder.math.func.MinFunction
com.graphbuilder.math.func.ModFunction
com.graphbuilder.math.func.PiFunction
com.graphbuilder.math.func.PowFunction
com.graphbuilder.math.func.RandFunction
com.graphbuilder.math.func.RoundFunction
com.graphbuilder.math.func.SignFunction
com.graphbuilder.math.func.SinFunction
com.graphbuilder.math.func.SinhFunction
com.graphbuilder.math.func.SqrtFunction
com.graphbuilder.math.func.SumFunction
com.graphbuilder.math.func.TanFunction
com.graphbuilder.math.func.TanhFunction
com.graphbuilder.org.apache.harmony.awt.gl.Crossing
com.graphbuilder.org.apache.harmony.awt.gl.Crossing.CubicCurve
com.graphbuilder.org.apache.harmony.awt.gl.Crossing.QuadCurve
com.graphbuilder.struc.Bag
com.graphbuilder.struc.LinkedList
com.graphbuilder.struc.LinkedList.Node
com.graphbuilder.struc.Stack