Google is committed to advancing racial equity for Black communities. See how.
Added in API level 11

Float4

open class Float4
kotlin.Any
   ↳ android.renderscript.Float4

Vector version of the basic float type. Provides four float fields packed.

Summary

Public constructors

<init>(x: Float, y: Float, z: Float, w: Float)

Properties

Float

Float

Float

Float

Public constructors

<init>

Added in API level 11
Float4()

<init>

Added in API level 11
Float4(
    x: Float,
    y: Float,
    z: Float,
    w: Float)

Properties

w

Added in API level 11
var w: Float

x

Added in API level 11
var x: Float

y

Added in API level 11
var y: Float

z

Added in API level 11
var z: Float