Most visited

Recently visited

Added in API level 11

Short3

public class Short3
extends Object

java.lang.Object
   ↳ android.renderscript.Short3


基本短型的矢量版本。 提供三个简短的字段。

Summary

Fields

public short x

public short y

public short z

Public constructors

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

Inherited methods

From class java.lang.Object

Fields

x

Added in API level 11
short x

y

Added in API level 11
short y

z

Added in API level 11
short z

Public constructors

Short3

Added in API level 11
Short3 ()

Short3

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

Parameters
x short
y short
z short

Hooray!