-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
你好,
我有个疑问
CircleBean circleBean = new CircleBean(
new PointF((float) (-width / 5.1), (float) (height / 1.5)),
new PointF(centerX - 30, height * 2 / 3),
new PointF((float) (width / 2.4), (float) (height / 3.4)),
new PointF(width / 6, centerY - 120),
new PointF((float) (width / 7.2), -height / 128),
(float) (width / 14.4), 60);
这些圆的位置信息是怎么得到的。是在画板上自己计算得来的吗?
Metadata
Metadata
Assignees
Labels
No labels