public interface IPoint
| Modifier and Type | Interface and Description |
|---|---|
static class |
IPoint.WPEffect |
| Modifier and Type | Method and Description |
|---|---|
IPoint |
clear() |
IPoint |
copy() |
IPoint |
ein() |
boolean |
equals(IPoint p) |
float |
getAbs() |
IPoint.WPEffect |
getEffect() |
IPoint |
multiply(float a) |
IPoint |
multiplyNew(float bezier_coeff) |
IPoint |
plus(float i,
float j) |
IPoint |
plus(IPoint iPoint) |
IPoint |
plusNew(IPoint pos) |
float |
rawX() |
float |
rawY() |
IPoint |
round(int i) |
IPoint |
set(IPoint p) |
IPoint |
setDif() |
IPoint |
setOffset(IValue<IPoint> pt) |
IPoint |
setOffset(IValue<IPoint> pt,
boolean keep) |
IPoint |
subNew(IPoint pt) |
float |
theta() |
java.lang.String |
toString() |
IPoint |
unsetDif() |
IPoint |
unsetOffset(IValue<IPoint> pt,
boolean keep) |
float |
x() |
float |
y() |
float x()
float y()
IPoint copy()
IPoint.WPEffect getEffect()
IPoint setDif()
IPoint unsetDif()
IPoint multiplyNew(float bezier_coeff)
IPoint round(int i)
IPoint plus(float i, float j)
boolean equals(IPoint p)
java.lang.String toString()
toString in class java.lang.Objectfloat rawX()
float rawY()
float getAbs()
float theta()
IPoint multiply(float a)
IPoint ein()
IPoint clear()