Matrix3d
Identity
R0C0
R0C1
R0C2
R1C0
R1C1
R1C2
R2C0
R2C1
R2C2
Zero
Matrix3d(Double[])
Matrix3d(Matrix3d)
Matrix3d(Quaterniond)
Matrix3d(Double, Double, Double, Double, Double, Double, Double, Double, Double)
Determinant
this[Int32, Int32]
this[Int32]
Add(Matrix3d)
Add(Matrix3d, Matrix3d)
Add(Matrix3d, Matrix3d, Matrix3d)
Equals(Matrix3d)
Equals(Matrix3d)
Equals(Matrix3d, Matrix3d)
EqualsApprox(Matrix3d, Double)
EqualsApprox(Matrix3d, Matrix3d, Double)
GetHashCode()
Multiply(Double)
Multiply(Matrix3d)
Multiply(Double, Matrix3d)
Multiply(Matrix3d, Matrix3d)
Multiply(Matrix3d, Double, Matrix3d)
Multiply(Matrix3d, Matrix3d, Matrix3d)
Rotate(Double)
Rotate(Double, Matrix3d)
Rotate(Matrix3d, Double, Matrix3d)
RotateMatrix(Double, Matrix3d)
Subtract(Matrix3d)
Subtract(Matrix3d, Matrix3d)
Subtract(Matrix3d, Matrix3d, Matrix3d)
ToString()
Transform(Vector3d)
Transform(Matrix3d, Vector3d)
Transform(Vector3d, Vector3d)
Transform(Matrix3d, Vector3d, Vector3d)
Transpose()
Transpose(Matrix3d)
Transpose(Matrix3d, Matrix3d)
explicit operator Double[](Matrix3d)
explicit operator Double*(Matrix3d)
explicit operator IntPtr(Matrix3d)
xamarinmac
namespace OpenTK
{
[DefaultMember("Item")]
public struct Matrix3d : IEquatable<Matrix3d>
{
public Matrix3d(double[] doubleArray);
}
}
Xamarin macOS | 0.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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