Struct double3x2
- Namespace
- Misaki.HighPerformance.Mathematics
- Assembly
- Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(double3), 8, 3, 2, "global::Misaki.HighPerformance.Mathematics.double", true, true, typeof(double), null)]
public struct double3x2 : IEquatable<double3x2>
- Implements
- Inherited Members
Constructors
double3x2(double3)
public double3x2(double3 value)
Parameters
valuedouble3
double3x2(double3, double3)
public double3x2(double3 c0, double3 c1)
Parameters
double3x2(double)
public double3x2(double value)
Parameters
valuedouble
double3x2(double, double, double, double, double, double)
public double3x2(double m00, double m01, double m10, double m11, double m20, double m21)
Parameters
double3x2(in ReadOnlySpan<double3>)
public double3x2(in ReadOnlySpan<double3> values)
Parameters
valuesReadOnlySpan<double3>
double3x2(in ReadOnlySpan<double>)
public double3x2(in ReadOnlySpan<double> values)
Parameters
valuesReadOnlySpan<double>
Fields
c0
public double3 c0
Field Value
c1
public double3 c1
Field Value
Properties
this[int]
public ref double3 this[int index] { get; }
Parameters
indexint
Property Value
zero
public static double3x2 zero { get; }
Property Value
Methods
Equals(double3x2)
Indicates whether the current object is equal to another object of the same type.
public readonly bool Equals(double3x2 other)
Parameters
otherdouble3x2An object to compare with this object.
Returns
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override readonly bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current instance.
Returns
- bool
true if
objand this instance are the same type and represent the same value; otherwise, false.
GetHashCode()
Returns the hash code for this instance.
public override readonly int GetHashCode()
Returns
- int
A 32-bit signed integer that is the hash code for this instance.
ToString()
Returns the fully qualified type name of this instance.
public override readonly string ToString()
Returns
- string
The fully qualified type name.
Operators
operator +(double3, double3x2)
public static double3x2 operator +(double3 lhs, double3x2 rhs)
Parameters
Returns
operator +(double3x2, double3)
public static double3x2 operator +(double3x2 lhs, double3 rhs)
Parameters
Returns
operator +(double3x2, double3x2)
public static double3x2 operator +(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator --(double3x2)
public static double3x2 operator --(double3x2 value)
Parameters
valuedouble3x2
Returns
operator /(double3, double3x2)
public static double3x2 operator /(double3 lhs, double3x2 rhs)
Parameters
Returns
operator /(double3x2, double3)
public static double3x2 operator /(double3x2 lhs, double3 rhs)
Parameters
Returns
operator /(double3x2, double3x2)
public static double3x2 operator /(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator ==(double3x2, double3x2)
public static bool3x2 operator ==(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator >(double3x2, double3x2)
public static bool3x2 operator >(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator >=(double3x2, double3x2)
public static bool3x2 operator >=(double3x2 lhs, double3x2 rhs)
Parameters
Returns
implicit operator double3x2(double3)
public static implicit operator double3x2(double3 value)
Parameters
valuedouble3
Returns
implicit operator double3x2(ReadOnlySpan<double3>)
public static implicit operator double3x2(ReadOnlySpan<double3> value)
Parameters
valueReadOnlySpan<double3>
Returns
operator ++(double3x2)
public static double3x2 operator ++(double3x2 value)
Parameters
valuedouble3x2
Returns
operator !=(double3x2, double3x2)
public static bool3x2 operator !=(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator <(double3x2, double3x2)
public static bool3x2 operator <(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator <=(double3x2, double3x2)
public static bool3x2 operator <=(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator %(double3, double3x2)
public static double3x2 operator %(double3 lhs, double3x2 rhs)
Parameters
Returns
operator %(double3x2, double3)
public static double3x2 operator %(double3x2 lhs, double3 rhs)
Parameters
Returns
operator %(double3x2, double3x2)
public static double3x2 operator %(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator *(double3, double3x2)
public static double3x2 operator *(double3 lhs, double3x2 rhs)
Parameters
Returns
operator *(double3x2, double3)
public static double3x2 operator *(double3x2 lhs, double3 rhs)
Parameters
Returns
operator *(double3x2, double3x2)
public static double3x2 operator *(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator -(double3, double3x2)
public static double3x2 operator -(double3 lhs, double3x2 rhs)
Parameters
Returns
operator -(double3x2, double3)
public static double3x2 operator -(double3x2 lhs, double3 rhs)
Parameters
Returns
operator -(double3x2, double3x2)
public static double3x2 operator -(double3x2 lhs, double3x2 rhs)
Parameters
Returns
operator -(double3x2)
public static double3x2 operator -(double3x2 value)
Parameters
valuedouble3x2
Returns
operator +(double3x2)
public static double3x2 operator +(double3x2 value)
Parameters
valuedouble3x2