to top
Android APIs
public class

Int3

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

Class Overview

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

Summary

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

Fields

public int x

Since: API Level 11

public int y

Since: API Level 11

public int z

Since: API Level 11

Public Constructors

public Int3 ()

Since: API Level 11

public Int3 (int initX, int initY, int initZ)

Since: API Level 14