Added in API level 11
Deprecated in API level 31

Int3

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

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

Summary

Public constructors

Int3(x: Int, y: Int, z: Int)

Properties
Int

Int

Int

Public constructors

Int3

Added in API level 11
Int3()

Int3

Added in API level 11
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.