加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20120506155845/http://developer.android.com/reference/android/renderscript/Float4.html
public class

Float4

extends Object
java.lang.Object
   ↳ android.renderscript.Float4

Class Overview

Class for exposing the native Renderscript float2 type back to the Android system.

Summary

Fields
public float w
public float x
public float y
public float z
Public Constructors
Float4()
Float4(float initX, float initY, float initZ, float initW)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public float w

Since: API Level 11

public float x

Since: API Level 11

public float y

Since: API Level 11

public float z

Since: API Level 11

Public Constructors

public Float4 ()

Since: API Level 11

public Float4 (float initX, float initY, float initZ, float initW)

Since: API Level 11