public class RotationZoom extends Object
Modifier and Type | Method and Description |
---|---|
double |
applyRotation(double alpha) |
double |
applyZoom(double value) |
static RotationZoom |
builtRotationOnYaxis(Point2D toRotate) |
RotationZoom |
compose(RotationZoom other) |
static RotationZoom |
fromVarArgs(VarArgs varArgs) |
double |
getAngleDegree() |
Point2D.Double |
getPoint(double x,
double y) |
Point2D |
getPoint(Point2D p) |
UTranslate |
getUTranslate(UTranslate translate) |
RotationZoom |
inverse() |
boolean |
isNone() |
static RotationZoom |
none() |
static RotationZoom |
rotationInDegrees(double angle) |
static RotationZoom |
rotationInRadians(double angle) |
String |
toString() |
static RotationZoom |
zoom(double zoom) |
public RotationZoom compose(RotationZoom other)
public static RotationZoom fromVarArgs(VarArgs varArgs)
public static RotationZoom rotationInDegrees(double angle)
public static RotationZoom rotationInRadians(double angle)
public static RotationZoom zoom(double zoom)
public RotationZoom inverse()
public double getAngleDegree()
public static RotationZoom builtRotationOnYaxis(Point2D toRotate)
public Point2D.Double getPoint(double x, double y)
public UTranslate getUTranslate(UTranslate translate)
public static RotationZoom none()
public boolean isNone()
public double applyZoom(double value)
public double applyRotation(double alpha)
Copyright © 2017. All Rights Reserved.