# Print output for @column tags ?>
public
class
Float2
extends Object
java.lang.Object | |
↳ | android.renderscript.Float2 |
This class is deprecated.
Renderscript has been deprecated in API level 31. Please refer to the migration
guide for the proposed alternatives.
Vector version of the basic float type. Provides two float fields packed.
Fields | |
---|---|
public
float |
x
|
public
float |
y
|
Public constructors | |
---|---|
Float2()
|
|
Float2(float x, float y)
|
Inherited methods | |
---|---|
public float x
public float y
public Float2 ()
public Float2 (float x, float y)
Parameters | |
---|---|
x |
float |
y |
float |