android.renderscript
Class Float2

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

public class Float2
extends Object


Field Summary
 float x
           
 float y
           
 
Constructor Summary
Float2()
           
Float2(float initX, float initY)
           
 
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
Constructor Detail

Float2

public Float2()

Float2

public Float2(float initX,
              float initY)


Copyright © 2008-2012. All Rights Reserved.