# Print output for @column tags ?> Int3 - Android SDK | Android Developers

Most visited

Recently visited

Int3

public class Int3
extends Object

java.lang.Object
   ↳ android.renderscript.Int3


This class is deprecated.
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

public int x

y

public int y

z

public int z

Public constructors

Int3

public Int3 ()

Int3

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

Parameters
x int

y int

z int