android.renderscript
Class Byte3

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

public class Byte3
extends Object


Field Summary
 byte x
           
 byte y
           
 byte z
           
 
Constructor Summary
Byte3()
           
Byte3(byte initX, byte initY, byte 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 byte x

y

public byte y

z

public byte z
Constructor Detail

Byte3

public Byte3()

Byte3

public Byte3(byte initX,
             byte initY,
             byte initZ)


Copyright © 2008-2012. All Rights Reserved.