Added in API level 11
Deprecated in API level 31

Int3

public class Int3
extends Object

java.lang.Object
   ↳ android.renderscript.Int3


This class was deprecated in API level 31.
Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives.

Vector version of the basic int type. Provides three int fields packed.

Summary

Fields

public int x

public int y

public int z

Public constructors

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

Inherited methods

Fields

x

Added in API level 11
public int x

y

Added in API level 11
public int y

z

Added in API level 11
public int z

Public constructors

Int3

Added in API level 11
public Int3 ()

Int3

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

Parameters
x int

y int

z int