Struct Matrix3D
Implements
System.IFormattable
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: OpenSilver.dll
[NotImplemented]
public struct Matrix3D : IFormattable
Constructors
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public Matrix3D(double m11, double m12, double m13, double m14, double m21, double m22, double m23, double m24, double m31, double m32, double m33, double m34, double offsetX, double offsetY, double offsetZ, double m44)
Parameters
Type |
Name |
Description |
System.Double |
m11 |
|
System.Double |
m12 |
|
System.Double |
m13 |
|
System.Double |
m14 |
|
System.Double |
m21 |
|
System.Double |
m22 |
|
System.Double |
m23 |
|
System.Double |
m24 |
|
System.Double |
m31 |
|
System.Double |
m32 |
|
System.Double |
m33 |
|
System.Double |
m34 |
|
System.Double |
offsetX |
|
System.Double |
offsetY |
|
System.Double |
offsetZ |
|
System.Double |
m44 |
|
Properties
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public readonly bool HasInverse { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public static readonly Matrix3D Identity { get; }
Property Value
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M11 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M12 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M13 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M14 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M21 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M22 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M23 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M24 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M31 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M32 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M33 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double M44 { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double OffsetX { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double OffsetY { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public double OffsetZ { get; set; }
Property Value
Type |
Description |
System.Double |
|
Methods
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public void Invert()
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public string ToString(IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
Operators
|
Improve this Doc
View Source
Declaration
[NotImplemented]
public static Matrix3D operator *(Matrix3D matrix1, Matrix3D matrix2)
Parameters
Returns
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
string IFormattable.ToString(string format, IFormatProvider provider)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.IFormatProvider |
provider |
|
Returns
Type |
Description |
System.String |
|
Implements
System.IFormattable
Extension Methods