public class

Short3

extends Object
java.lang.Object
   ? android.renderscript.Short3

类概述

Class for exposing the native Renderscript short3 type back to the Android system.

摘要

成员
public short x
public short y
public short z
公有构造方法
Short3()
[Expand]
Inherited Methods
From class java.lang.Object

成员

public short x

Since: API Level 11

public short y

Since: API Level 11

public short z

Since: API Level 11

公有构造方法

public Short3 ()

Since: API Level 11