android.renderscript
Class Short3

java.lang.Object
  extended by android.renderscript.Short3

public class Short3
extends Object


Field Summary
 short x
           
 short y
           
 short z
           
 
Constructor Summary
Short3()
           
Short3(short initX, short initY, short initZ)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public short x

y

public short y

z

public short z
Constructor Detail

Short3

public Short3()

Short3

public Short3(short initX,
              short initY,
              short initZ)


Copyright © 2008-2012. All Rights Reserved.