Matrix4f.Get(Int32, Int32) Method

Definition

Returns the value for a given row and column

[Android.Runtime.Register("get", "(II)F", "GetGet_IIHandler")]
public virtual float Get (int x, int y);
[<Android.Runtime.Register("get", "(II)F", "GetGet_IIHandler")>]
abstract member Get : int * int -> single
override this.Get : int * int -> single

Parameters

x
Int32

column of the value to return

y
Int32

row of the value to return

Returns

value in the yth row and xth column

Attributes

Remarks

Returns the value for a given row and column

Java documentation for android.renderscript.Matrix4f.get(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to