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

Float3

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

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

Summary

Public constructors

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

Properties

Float

Float

Float

Public constructors

<init>

Added in API level 11
Float3()

<init>

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

Properties

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