to top
Android APIs
public class

Float2

extends Object
java.lang.Object
   ↳ android.support.v8.renderscript.Float2

Class Overview

Class for exposing the native RenderScript float2 type back to the Android system.

Summary

Fields
public float x
public float y
Public Constructors
Float2()
Float2(float initX, float initY)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public float x

public float y

Public Constructors

public Float2 ()

public Float2 (float initX, float initY)