Struct float4x2
- Namespace
- Misaki.HighPerformance.Mathematics
- Assembly
- Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(float4), 4, 4, 2, "global::Misaki.HighPerformance.Mathematics.float", true, true, typeof(float), null)]
[NumericConvertable("{v}.{c}", new Type[] { typeof(int4x2), typeof(uint4x2), typeof(double4x2) })]
public struct float4x2 : IEquatable<float4x2>
- Implements
- Inherited Members
Constructors
float4x2(double4x2)
public float4x2(double4x2 v)
Parameters
float4x2(float4)
public float4x2(float4 value)
Parameters
valuefloat4
float4x2(float4, float4)
public float4x2(float4 c0, float4 c1)
Parameters
float4x2(int4x2)
public float4x2(int4x2 v)
Parameters
vint4x2
float4x2(uint4x2)
public float4x2(uint4x2 v)
Parameters
vuint4x2
float4x2(in ReadOnlySpan<float4>)
public float4x2(in ReadOnlySpan<float4> values)
Parameters
valuesReadOnlySpan<float4>
float4x2(in ReadOnlySpan<float>)
public float4x2(in ReadOnlySpan<float> values)
Parameters
valuesReadOnlySpan<float>
float4x2(float)
public float4x2(float value)
Parameters
valuefloat
float4x2(float, float, float, float, float, float, float, float)
public float4x2(float m00, float m01, float m10, float m11, float m20, float m21, float m30, float m31)
Parameters
Fields
c0
public float4 c0
Field Value
c1
public float4 c1
Field Value
Properties
this[int]
public ref float4 this[int index] { get; }
Parameters
indexint
Property Value
zero
public static float4x2 zero { get; }
Property Value
Methods
Equals(float4x2)
Indicates whether the current object is equal to another object of the same type.
public readonly bool Equals(float4x2 other)
Parameters
otherfloat4x2An 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 +(float4, float4x2)
public static float4x2 operator +(float4 lhs, float4x2 rhs)
Parameters
Returns
operator +(float4x2, float4)
public static float4x2 operator +(float4x2 lhs, float4 rhs)
Parameters
Returns
operator +(float4x2, float4x2)
public static float4x2 operator +(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator --(float4x2)
public static float4x2 operator --(float4x2 value)
Parameters
valuefloat4x2
Returns
operator /(float4, float4x2)
public static float4x2 operator /(float4 lhs, float4x2 rhs)
Parameters
Returns
operator /(float4x2, float4)
public static float4x2 operator /(float4x2 lhs, float4 rhs)
Parameters
Returns
operator /(float4x2, float4x2)
public static float4x2 operator /(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator ==(float4x2, float4x2)
public static bool4x2 operator ==(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator >(float4x2, float4x2)
public static bool4x2 operator >(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator >=(float4x2, float4x2)
public static bool4x2 operator >=(float4x2 lhs, float4x2 rhs)
Parameters
Returns
implicit operator float4x2(float4)
public static implicit operator float4x2(float4 value)
Parameters
valuefloat4
Returns
implicit operator float4x2(ReadOnlySpan<float4>)
public static implicit operator float4x2(ReadOnlySpan<float4> value)
Parameters
valueReadOnlySpan<float4>
Returns
operator ++(float4x2)
public static float4x2 operator ++(float4x2 value)
Parameters
valuefloat4x2
Returns
operator !=(float4x2, float4x2)
public static bool4x2 operator !=(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator <(float4x2, float4x2)
public static bool4x2 operator <(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator <=(float4x2, float4x2)
public static bool4x2 operator <=(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator %(float4, float4x2)
public static float4x2 operator %(float4 lhs, float4x2 rhs)
Parameters
Returns
operator %(float4x2, float4)
public static float4x2 operator %(float4x2 lhs, float4 rhs)
Parameters
Returns
operator %(float4x2, float4x2)
public static float4x2 operator %(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator *(float4, float4x2)
public static float4x2 operator *(float4 lhs, float4x2 rhs)
Parameters
Returns
operator *(float4x2, float4)
public static float4x2 operator *(float4x2 lhs, float4 rhs)
Parameters
Returns
operator *(float4x2, float4x2)
public static float4x2 operator *(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator -(float4, float4x2)
public static float4x2 operator -(float4 lhs, float4x2 rhs)
Parameters
Returns
operator -(float4x2, float4)
public static float4x2 operator -(float4x2 lhs, float4 rhs)
Parameters
Returns
operator -(float4x2, float4x2)
public static float4x2 operator -(float4x2 lhs, float4x2 rhs)
Parameters
Returns
operator -(float4x2)
public static float4x2 operator -(float4x2 value)
Parameters
valuefloat4x2
Returns
operator +(float4x2)
public static float4x2 operator +(float4x2 value)
Parameters
valuefloat4x2