Definition at line 30 of file CubeActivity.java.
◆ Face()
org.skia.jetskidemo.Face.Face |
( |
float |
rotX, |
|
|
float |
rotY, |
|
|
Sample |
sample |
|
) |
| |
|
inlinepackage |
Definition at line 35 of file CubeActivity.java.
35 {
36 this.rotX = rotX;
37 this.rotY = rotY;
39 }
◆ asMatrix()
Matrix org.skia.jetskidemo.Face.asMatrix |
( |
float |
scale | ) |
|
|
inlinepackage |
Definition at line 41 of file CubeActivity.java.
41 {
42 return new Matrix().rotateY(rotY).rotateX(rotX).translate(0, 0,
scale);
43 }
SK_API sk_sp< PrecompileColorFilter > Matrix()
◆ sample
Sample org.skia.jetskidemo.Face.sample |
The documentation for this class was generated from the following file:
- third_party/skia/platform_tools/android/apps/jetskidemo/src/main/java/org/skia/jetskidemo/CubeActivity.java