Android Developers Develop Reference Added in API level 11Deprecated in API level 31 Int3 Kotlin |Java open class Int3 kotlin.Any ↳ android.renderscript.Int3 Vector version of the basic int type. Provides three int fields packed. Summary Public constructors Int3() Int3(x: Int, y: Int, z: Int) Properties Int x Int y Int z Public constructors Int3 Added in API level 11 Int3() Int3 Added in API level 14 Int3( x: Int, y: Int, z: Int) Properties x Added in API level 11 var x: Int Deprecated: Deprecated in Java. y Added in API level 11 var y: Int Deprecated: Deprecated in Java. z Added in API level 11 var z: Int Deprecated: Deprecated in Java.