Join us for ⁠#Android11: The Beta Launch Show on June 3!
Added in API level 11

Short3

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

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

Summary

Public constructors

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

Properties

Short

Short

Short

Public constructors

<init>

Added in API level 11
Short3()

<init>

Added in API level 14
Short3(
    x: Short,
    y: Short,
    z: Short)

Properties

x

Added in API level 11
var x: Short

y

Added in API level 11
var y: Short

z

Added in API level 11
var z: Short