Matrix4f
Matrix4f()
Matrix4f(Single[])
Matrix4f(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
Get(Int32, Int32)
GetArray()
Inverse()
InverseTranspose()
Load(Matrix4f)
LoadFrustum(Single, Single, Single, Single, Single, Single)
LoadIdentity()
LoadMultiply(Matrix4f, Matrix4f)
LoadOrtho(Single, Single, Single, Single, Single, Single)
LoadOrthoWindow(Int32, Int32)
LoadPerspective(Single, Single, Single, Single)
LoadProjectionNormalized(Int32, Int32)
LoadRotate(Single, Single, Single, Single)
LoadScale(Single, Single, Single)
LoadTranslate(Single, Single, Single)
Multiply(Matrix4f)
Rotate(Single, Single, Single, Single)
Scale(Single, Single, Single)
Set(Int32, Int32, Single)
Translate(Single, Single, Single)
Transpose()
monoandroid
namespace Android.Renderscripts
{
[Register("android/renderscript/Matrix4f", DoNotGenerateAcw = true)]
public class Matrix4f : Object
{
[Register("rotate", "(FFFF)V", "GetRotate_FFFFHandler")]
public virtual void Rotate(float rot, float x, float y, float z);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API