Float3
public
class
Float3
extends Object
java.lang.Object | |
↳ | android.renderscript.Float3 |
This class was deprecated
in API level 31.
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 three float fields packed.
Summary
Fields | |
---|---|
public
float |
x
|
public
float |
y
|
public
float |
z
|
Public constructors | |
---|---|
Float3()
|
|
Float3(float x, float y, float z)
|
Inherited methods | |
---|---|
Fields
Public constructors
Float3
Added in API level 11
public Float3 (float x, float y, float z)
Parameters | |
---|---|
x |
float |
y |
float |
z |
float |