Most visited

Recently visited

Added in API level 11

Int3

public class Int3
extends Object

java.lang.Object
   ↳ android.renderscript.Int3


基本int类型的矢量版本。 提供三个int字段打包。

Summary

Fields

public int x

public int y

public int z

Public constructors

Int3()
Int3(int x, int y, int z)

Inherited methods

From class java.lang.Object

Fields

x

Added in API level 11
int x

y

Added in API level 11
int y

z

Added in API level 11
int z

Public constructors

Int3

Added in API level 11
Int3 ()

Int3

Added in API level 14
Int3 (int x, 
                int y, 
                int z)

Parameters
x int
y int
z int

Hooray!