# Print output for @column tags ?>
public
class
Float4
extends Object
java.lang.Object | |
↳ | android.renderscript.Float4 |
Vector version of the basic float type. Provides four float fields packed.
Fields | |
---|---|
public
float |
w
|
public
float |
x
|
public
float |
y
|
public
float |
z
|
Public constructors | |
---|---|
Float4()
|
|
Float4(float x, float y, float z, float w)
|
Inherited methods | |
---|---|
public float w
public float x
public float y
public float z
public Float4 ()
public Float4 (float x, float y, float z, float w)
Parameters | |
---|---|
x |
float |
y |
float |
z |
float |
w |
float |