android.renderscript
Class Float4

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

public class Float4
extends Object


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

y

public float y

z

public float z

w

public float w
Constructor Detail

Float4

public Float4()

Float4

public Float4(float initX,
              float initY,
              float initZ,
              float initW)


Copyright © 2008-2012. All Rights Reserved.