Google is committed to advancing racial equity for Black communities. See how.
Added in API level 11

Int3

open class Int3
kotlin.Any
   ↳ android.renderscript.Int3

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

Summary

Public constructors

<init>(x: Int, y: Int, z: Int)

Properties

Int

Int

Int

Public constructors

<init>

Added in API level 11
Int3()

<init>

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

Properties

x

Added in API level 11
var x: Int

y

Added in API level 11
var y: Int

z

Added in API level 11
var z: Int