NMatrix4
Identity
M11
M12
M13
M14
M21
M22
M23
M24
M31
M32
M33
M34
M41
M42
M43
M44
NMatrix4(Vector4, Vector4, Vector4, Vector4)
NMatrix4(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
Column0
Column1
Column2
Column3
Determinant
Row0
Row1
Row2
Row3
Equals(NMatrix4)
Equals(Object)
GetHashCode()
Multiply(NMatrix4, NMatrix4)
Multiply(NMatrix4, NMatrix4, NMatrix4)
ToString()
Transpose()
Transpose(NMatrix4)
Transpose(NMatrix4, NMatrix4)
explicit operator Matrix4(NMatrix4)
explicit operator NMatrix4(Matrix4)
operator !=(NMatrix4, NMatrix4)
operator *(NMatrix4, NMatrix4)
operator ==(NMatrix4, NMatrix4)
xamarinios
namespace OpenTK
{
public struct NMatrix4 : IEquatable<NMatrix4>
{
public NMatrix4(float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , 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