public interface AnimPoint
| Modifier and Type | Method and Description |
|---|---|
int |
getX(Dimension itemSize,
Dimension canvasSize) |
int |
getY(Dimension itemSize,
Dimension canvasSize) |
static AnimPoint |
of(int dx,
int dy) |
static AnimPoint |
of(int dx,
int dy,
float cx,
float cy,
float ix,
float iy) |
Copyright © 2022 vpc open source initiative. All rights reserved.