MP0w / MPPlot

native objective C plots...done at 5am in an hackathon
BSD 3-Clause "New" or "Revised" License
374 stars 45 forks source link

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

Open liuzhiyi1992 opened 8 years ago

liuzhiyi1992 commented 8 years ago

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! : )

MP0w commented 8 years ago

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

liuzhiyi1992 commented 8 years ago

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

in UIBezierPath+curved.m

yogeshgs commented 7 years ago

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