Matrix4f Class

Definition

Class for exposing the native RenderScript rs_matrix4x4 type back to the Android system.

[Android.Runtime.Register("android/renderscript/Matrix4f", DoNotGenerateAcw=true)]
public class Matrix4f : Java.Lang.Object
[<Android.Runtime.Register("android/renderscript/Matrix4f", DoNotGenerateAcw=true)>]
type Matrix4f = class
    inherit Object
Inheritance
Matrix4f
Attributes

Remarks

Class for exposing the native RenderScript rs_matrix4x4 type back to the Android system.

This member is deprecated. Renderscript has been deprecated in API level 31. Please refer to the migration guide for the proposed alternatives.

Java documentation for android.renderscript.Matrix4f.

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.

Constructors

Matrix4f()

Creates a new identity 4x4 matrix

Matrix4f(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Matrix4f(Single[])

Creates a new matrix and sets its values from the given parameter

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
JniIdentityHashCode (Inherited from Object)
JniPeerMembers
PeerReference (Inherited from Object)
ThresholdClass

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

ThresholdType

This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
Get(Int32, Int32)

Returns the value for a given row and column

GetArray()

Return a reference to the internal array representing matrix values.

GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
Inverse()

Sets the current matrix to its inverse

InverseTranspose()

Sets the current matrix to its inverse transpose

JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Load(Matrix4f)

Sets the values of the matrix to those of the parameter

LoadFrustum(Single, Single, Single, Single, Single, Single)

Sets current values to be a perspective projection matrix

LoadIdentity()

Sets the matrix values to identity

LoadMultiply(Matrix4f, Matrix4f)

Sets current values to be the result of multiplying two given matrices

LoadOrtho(Single, Single, Single, Single, Single, Single)

Set current values to be an orthographic projection matrix

LoadOrthoWindow(Int32, Int32)

Set current values to be an orthographic projection matrix with the right and bottom clipping planes set to the given values.

LoadPerspective(Single, Single, Single, Single)

Sets current values to be a perspective projection matrix

LoadProjectionNormalized(Int32, Int32)

Helper function to set the current values to a perspective projection matrix with aspect ratio defined by the parameters and (near, far), (bottom, top) mapping to (-1, 1) at z = 0

LoadRotate(Single, Single, Single, Single)

Sets current values to be a rotation matrix of certain angle about a given axis

LoadScale(Single, Single, Single)

Sets current values to be a scale matrix of given dimensions

LoadTranslate(Single, Single, Single)

Sets current values to be a translation matrix of given dimensions

Multiply(Matrix4f)

Post-multiplies the current matrix by a given parameter

Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
Rotate(Single, Single, Single, Single)

Modifies the current matrix by post-multiplying it with a rotation matrix of certain angle about a given axis

Scale(Single, Single, Single)

Modifies the current matrix by post-multiplying it with a scale matrix of given dimensions

Set(Int32, Int32, Single)

Sets the value for a given row and column

SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
Translate(Single, Single, Single)

Modifies the current matrix by post-multiplying it with a translation matrix of given dimensions

Transpose()

Sets the current matrix to its transpose

UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Applies to