Added in API level 11
Deprecated in API level 31

Short3

public class Short3
extends Object

java.lang.Object
   ↳ android.renderscript.Short3


This class was deprecated in API level 31.
Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives.

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

Summary

Fields

public short x

public short y

public short z

Public constructors

Short3()
Short3(short x, short y, short z)

Inherited methods

Fields

x

Added in API level 11
public short x

y

Added in API level 11
public short y

z

Added in API level 11
public short z

Public constructors

Short3

Added in API level 11
public Short3 ()

Short3

Added in API level 11
public Short3 (short x, 
                short y, 
                short z)

Parameters
x short

y short

z short