mirror of
https://gitee.com/51danju/workclock.git
synced 2025-06-18 00:26:55 +08:00
添加示列图
This commit is contained in:
parent
69beeb73d8
commit
345a09e5d1
@ -0,0 +1,10 @@
|
||||
package clock.socoolby.com.clock.widget.animatorview.animator.clockanimator;
|
||||
|
||||
//三次卵形线 https://baike.baidu.com/item/卵形线/5147382
|
||||
//公式:已知卵形线的长、短、对称半径a、b、c这三个特征参数,在平面直角坐标系中,以卵形线的对称轴作为x轴,x轴正向与卵形线小头方向一致,卵形线的卵心作为坐标系原点.以正数a、b、c(a>b)为长、短、对称半径的卵形线在直角坐标系中示意图如图2所示。其三次卵形方程为
|
||||
// x^2 y^2
|
||||
//------------- + -------- = 1
|
||||
//(a-b)x + ab c^2
|
||||
|
||||
public class CubicOvalLineClock {
|
||||
}
|
BIN
screenshot/device-adv.png
Normal file
BIN
screenshot/device-adv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
screenshot/device-base-image.png
Normal file
BIN
screenshot/device-base-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 751 KiB |
BIN
screenshot/device-base.png
Normal file
BIN
screenshot/device-base.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
screenshot/device-full-clock.png
Normal file
BIN
screenshot/device-full-clock.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 76 KiB |
BIN
screenshot/device-full.png
Normal file
BIN
screenshot/device-full.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
Loading…
x
Reference in New Issue
Block a user