android.renderscript
Class Short4

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

public class Short4
extends Object


Field Summary
 short w
           
 short x
           
 short y
           
 short z
           
 
Constructor Summary
Short4()
           
Short4(short initX, short initY, short initZ, short initW)
           
 
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

w

public short w
Constructor Detail

Short4

public Short4()

Short4

public Short4(short initX,
              short initY,
              short initZ,
              short initW)


Copyright © 2008-2012. All Rights Reserved.