Definition at line 47 of file CubeActivity.java.
◆ Vec3()
org.skia.jetskidemo.Vec3.Vec3 |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
|
inline |
◆ add()
Vec3 org.skia.jetskidemo.Vec3.add |
( |
float |
v | ) |
|
|
inline |
◆ cross()
Vec3 org.skia.jetskidemo.Vec3.cross |
( |
Vec3 |
v | ) |
|
|
inline |
Definition at line 73 of file CubeActivity.java.
73 {
74 float xx =
y*v.z -
z*v.y,
77 x = xx;
y = yy;
z = zz;
78 return this;
79 }
◆ dot()
float org.skia.jetskidemo.Vec3.dot |
( |
Vec3 |
v | ) |
|
|
inline |
◆ length()
float org.skia.jetskidemo.Vec3.length |
( |
| ) |
|
|
inline |
◆ mul()
Vec3 org.skia.jetskidemo.Vec3.mul |
( |
float |
v | ) |
|
|
inline |
◆ normalize()
Vec3 org.skia.jetskidemo.Vec3.normalize |
( |
| ) |
|
|
inline |
float org.skia.jetskidemo.Vec3.x |
float org.skia.jetskidemo.Vec3.y |
float org.skia.jetskidemo.Vec3.z |
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