Top "Curve" questions

In mathematics, a curve (also called a curved line in older texts) is, generally speaking, an object similar to a line but which is not required to be straight.

How to place the intercept of x and y axes at (0 , 0) and extend the x and y axes to the edge of the plot

Suppose I want to plot x^2. I can use curve() as follows. curve(x^2, -5, 5) However, I would like the …

r plot curve axes
Three.JS Object following a spline path - rotation / tanget issues & constant speed issue

I think my issue is similar to: Orient object's rotation to a spline point tangent in THREE.JS but I …

math three.js curve spline
CSS curve wave background

I am a new learner of html and css. I want to make my circle orange background curve wave using …

html css curve wave
AnimationCurve.Evaluate - Get time by value

Is there a build-in way how to get a time by value from Animation curve in Unity3d? (The opposite …

unity3d curve
Calculating an area under a continuous density plot

I have two density curves plotted using this: Network <- Mydf$Networks quartiles <- quantile(Mydf$Avg.Position, …

r ggplot2 area curve
How to find out Y coordinate of specific point in bezier curve in canvas?

I need to find out Y coordinate of specific point of bezier curve in canvas. Do you know, how to …

canvas point bezier curve coordinate