FileDocCategorySizeDatePackage
Float2.javaAPI DocAndroid 5.1 API999Thu Mar 12 22:22:56 GMT 2015android.support.v8.renderscript

Float2

public class Float2 extends Object
Class for exposing the native RenderScript float2 type back to the Android system.

Fields Summary
public float
x
public float
y
Constructors Summary
public Float2()

    
public Float2(float initX, float initY)

        x = initX;
        y = initY;
    
Methods Summary