Added in API level 11
Deprecated in API level 31

Short3

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

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

Summary

Public constructors

Short3(x: Short, y: Short, z: Short)

Properties
Short

Short

Short

Public constructors

Short3

Added in API level 11
Short3()

Short3

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