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