MPPlot icon indicating copy to clipboard operation
MPPlot copied to clipboard

Can you make me know what formula or equation about intermediate point?

Open liuzhiyi1992 opened this issue 8 years ago • 3 comments

0.5 * (2_p1.x+(p2.x-p0.x)_t + (2_p0.x-5_p1.x+4_p2.x-p3.x)_tt + (3_p1.x-p0.x-3_p2.x+p3.x)*ttt);

I hope to understand this math formula, can you explain about it? thank you! : )

liuzhiyi1992 avatar Jul 18 '16 07:07 liuzhiyi1992

sorry, not sure to understand did I use it somewhere? Can you just point me to the file/line

MP0w avatar Jul 18 '16 11:07 MP0w

https://github.com/MP0w/MPPlot/blob/master/Classes/UIBezierPath%2Bcurved.m#L76

in UIBezierPath+curved.m

liuzhiyi1992 avatar Jul 18 '16 16:07 liuzhiyi1992

i need to set x axis and y axis values in array format. Can i do it?

yogeshgs avatar Nov 03 '16 06:11 yogeshgs