Matrix4f.GetArray Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return a reference to the internal array representing matrix values.
[Android.Runtime.Register("getArray", "()[F", "GetGetArrayHandler")]
public virtual float[]? GetArray ();
[<Android.Runtime.Register("getArray", "()[F", "GetGetArrayHandler")>]
abstract member GetArray : unit -> single[]
override this.GetArray : unit -> single[]
Returns
internal array representing the matrix
- Attributes
Remarks
Return a reference to the internal array representing matrix values. Modifying this array will also change the matrix
Java documentation for android.renderscript.Matrix4f.getArray()
.
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.