public interface Transform
Modifier and Type | Method and Description |
---|---|
int |
getInterpolation()
Get the interpolation.
|
double |
getScaleX()
Get the horizontal scaling.
|
double |
getScaleY()
Get the vertical scaling.
|
void |
scale(double sx,
double sy)
Scale the transform.
|
void |
setInterpolation(boolean bilinear)
Set the interpolation usage.
|
void scale(double sx, double sy)
sx
- The horizontal scaling.sy
- The vertical scaling.void setInterpolation(boolean bilinear)
bilinear
- true
for bilinear, false
to nearest neighbor.double getScaleX()
double getScaleY()
int getInterpolation()
Copyright © 2014 Byron 3D Games Studio. All rights reserved.