Table of Contents

Struct Matrix4x3Double

Namespace
PaintDotNet.Rendering
Assembly
PaintDotNet.Primitives.dll
[TypeConverter(typeof(ParsableTypeConverter<Matrix4x3Double>))]
[ValueSerializer(typeof(ParsableValueSerializer<Matrix4x3Double>))]
public struct Matrix4x3Double : IEquatable<Matrix4x3Double>, IFormattable, IParsable<Matrix4x3Double>
Implements
Inherited Members

Constructors

Matrix4x3Double(double, double, double, double, double, double, double, double, double, double, double, double)

Properties

BoxedIdentity
Identity
IsFinite
IsIdentity
M11
M12
M13
M21
M22
M23
M31
M32
M33
M41
M42
M43
NaN

Methods

Equals(Matrix4x3Double)
Equals(in Matrix4x3Double)
Equals(object?)
GetHashCode()
Parse(string)
ToString()
ToString(IFormatProvider?)
ToString(string?, IFormatProvider?)
TryParse(string?, out Matrix4x3Double)

Operators

operator ==(in Matrix4x3Double, in Matrix4x3Double)
implicit operator Matrix4x3Double(in Matrix4x3Float)
operator !=(in Matrix4x3Double, in Matrix4x3Double)

Explicit Interface Implementations

Parse(string, IFormatProvider?)
TryParse(string?, IFormatProvider?, out Matrix4x3Double)