Table of Contents

Struct double3x3

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(double3), 8, 3, 3, "global::Misaki.HighPerformance.Mathematics.double", true, true, typeof(double), null)]
public struct double3x3 : IEquatable<double3x3>
Implements
Inherited Members

Constructors

double3x3(double3)

public double3x3(double3 value)

Parameters

value double3

double3x3(double3, double3, double3)

public double3x3(double3 c0, double3 c1, double3 c2)

Parameters

c0 double3
c1 double3
c2 double3

double3x3(double)

public double3x3(double value)

Parameters

value double

double3x3(double, double, double, double, double, double, double, double, double)

public double3x3(double m00, double m01, double m02, double m10, double m11, double m12, double m20, double m21, double m22)

Parameters

m00 double
m01 double
m02 double
m10 double
m11 double
m12 double
m20 double
m21 double
m22 double

double3x3(in ReadOnlySpan<double3>)

public double3x3(in ReadOnlySpan<double3> values)

Parameters

values ReadOnlySpan<double3>

double3x3(in ReadOnlySpan<double>)

public double3x3(in ReadOnlySpan<double> values)

Parameters

values ReadOnlySpan<double>

Fields

c0

public double3 c0

Field Value

double3

c1

public double3 c1

Field Value

double3

c2

public double3 c2

Field Value

double3

Properties

this[int]

public ref double3 this[int index] { get; }

Parameters

index int

Property Value

double3

identity

public static double3x3 identity { get; }

Property Value

double3x3

zero

public static double3x3 zero { get; }

Property Value

double3x3

Methods

Equals(double3x3)

Indicates whether the current object is equal to another object of the same type.

public readonly bool Equals(double3x3 other)

Parameters

other double3x3

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override readonly bool Equals(object? obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and 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, double3x3)

public static double3x3 operator +(double3 lhs, double3x3 rhs)

Parameters

lhs double3
rhs double3x3

Returns

double3x3

operator +(double3x3, double3)

public static double3x3 operator +(double3x3 lhs, double3 rhs)

Parameters

lhs double3x3
rhs double3

Returns

double3x3

operator +(double3x3, double3x3)

public static double3x3 operator +(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

double3x3

operator --(double3x3)

public static double3x3 operator --(double3x3 value)

Parameters

value double3x3

Returns

double3x3

operator /(double3, double3x3)

public static double3x3 operator /(double3 lhs, double3x3 rhs)

Parameters

lhs double3
rhs double3x3

Returns

double3x3

operator /(double3x3, double3)

public static double3x3 operator /(double3x3 lhs, double3 rhs)

Parameters

lhs double3x3
rhs double3

Returns

double3x3

operator /(double3x3, double3x3)

public static double3x3 operator /(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

double3x3

operator ==(double3x3, double3x3)

public static bool3x3 operator ==(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

bool3x3

operator >(double3x3, double3x3)

public static bool3x3 operator >(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

bool3x3

operator >=(double3x3, double3x3)

public static bool3x3 operator >=(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

bool3x3

implicit operator double3x3(double3)

public static implicit operator double3x3(double3 value)

Parameters

value double3

Returns

double3x3

implicit operator double3x3(ReadOnlySpan<double3>)

public static implicit operator double3x3(ReadOnlySpan<double3> value)

Parameters

value ReadOnlySpan<double3>

Returns

double3x3

operator ++(double3x3)

public static double3x3 operator ++(double3x3 value)

Parameters

value double3x3

Returns

double3x3

operator !=(double3x3, double3x3)

public static bool3x3 operator !=(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

bool3x3

operator <(double3x3, double3x3)

public static bool3x3 operator <(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

bool3x3

operator <=(double3x3, double3x3)

public static bool3x3 operator <=(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

bool3x3

operator %(double3, double3x3)

public static double3x3 operator %(double3 lhs, double3x3 rhs)

Parameters

lhs double3
rhs double3x3

Returns

double3x3

operator %(double3x3, double3)

public static double3x3 operator %(double3x3 lhs, double3 rhs)

Parameters

lhs double3x3
rhs double3

Returns

double3x3

operator %(double3x3, double3x3)

public static double3x3 operator %(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

double3x3

operator *(double3, double3x3)

public static double3x3 operator *(double3 lhs, double3x3 rhs)

Parameters

lhs double3
rhs double3x3

Returns

double3x3

operator *(double3x3, double3)

public static double3x3 operator *(double3x3 lhs, double3 rhs)

Parameters

lhs double3x3
rhs double3

Returns

double3x3

operator *(double3x3, double3x3)

public static double3x3 operator *(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

double3x3

operator -(double3, double3x3)

public static double3x3 operator -(double3 lhs, double3x3 rhs)

Parameters

lhs double3
rhs double3x3

Returns

double3x3

operator -(double3x3, double3)

public static double3x3 operator -(double3x3 lhs, double3 rhs)

Parameters

lhs double3x3
rhs double3

Returns

double3x3

operator -(double3x3, double3x3)

public static double3x3 operator -(double3x3 lhs, double3x3 rhs)

Parameters

lhs double3x3
rhs double3x3

Returns

double3x3

operator -(double3x3)

public static double3x3 operator -(double3x3 value)

Parameters

value double3x3

Returns

double3x3

operator +(double3x3)

public static double3x3 operator +(double3x3 value)

Parameters

value double3x3

Returns

double3x3