Matrix3f Class

Definition

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

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

Remarks

Class for exposing the native RenderScript rs_matrix3x3 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.Matrix3f.

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

Matrix3f()

Creates a new identity 3x3 matrix

Matrix3f(IntPtr, JniHandleOwnership)

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

Matrix3f(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)
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(Matrix3f)

Sets the values of the matrix to those of the parameter

LoadIdentity()

Sets the matrix values to identity

LoadMultiply(Matrix3f, Matrix3f)

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

LoadRotate(Single)

Makes the upper 2x2 a rotation matrix of the given angle

LoadRotate(Single, Single, Single, Single)

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

LoadScale(Single, Single)

Makes the upper 2x2 a scale matrix of given dimensions

LoadScale(Single, Single, Single)

Sets current values to be a scale matrix of given dimensions

LoadTranslate(Single, Single)

Sets current values to be a translation matrix of given dimensions

Multiply(Matrix3f)

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)

Modifies the upper 2x2 of the current matrix by post-multiplying it with a rotation matrix of given angle

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)

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

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)

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