Table of Contents

Struct float4x4

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(float4), 4, 4, 4, "global::Misaki.HighPerformance.Mathematics.float", true, true, typeof(float), null)]
[NumericConvertable("{v}.{c}", new Type[] { typeof(int4x4), typeof(uint4x4), typeof(double4x4) })]
public struct float4x4 : IEquatable<float4x4>
Implements
Inherited Members

Constructors

float4x4(double4x4)

public float4x4(double4x4 v)

Parameters

v double4x4

float4x4(float4)

public float4x4(float4 value)

Parameters

value float4

float4x4(float4, float4, float4, float4)

public float4x4(float4 c0, float4 c1, float4 c2, float4 c3)

Parameters

c0 float4
c1 float4
c2 float4
c3 float4

float4x4(int4x4)

public float4x4(int4x4 v)

Parameters

v int4x4

float4x4(uint4x4)

public float4x4(uint4x4 v)

Parameters

v uint4x4

float4x4(in ReadOnlySpan<float4>)

public float4x4(in ReadOnlySpan<float4> values)

Parameters

values ReadOnlySpan<float4>

float4x4(in ReadOnlySpan<float>)

public float4x4(in ReadOnlySpan<float> values)

Parameters

values ReadOnlySpan<float>

float4x4(float)

public float4x4(float value)

Parameters

value float

float4x4(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)

public float4x4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33)

Parameters

m00 float
m01 float
m02 float
m03 float
m10 float
m11 float
m12 float
m13 float
m20 float
m21 float
m22 float
m23 float
m30 float
m31 float
m32 float
m33 float

Fields

c0

public float4 c0

Field Value

float4

c1

public float4 c1

Field Value

float4

c2

public float4 c2

Field Value

float4

c3

public float4 c3

Field Value

float4

Properties

this[int]

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

Parameters

index int

Property Value

float4

identity

public static float4x4 identity { get; }

Property Value

float4x4

zero

public static float4x4 zero { get; }

Property Value

float4x4

Methods

Equals(float4x4)

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

public readonly bool Equals(float4x4 other)

Parameters

other float4x4

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 +(float4, float4x4)

public static float4x4 operator +(float4 lhs, float4x4 rhs)

Parameters

lhs float4
rhs float4x4

Returns

float4x4

operator +(float4x4, float4)

public static float4x4 operator +(float4x4 lhs, float4 rhs)

Parameters

lhs float4x4
rhs float4

Returns

float4x4

operator +(float4x4, float4x4)

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

Parameters

lhs float4x4
rhs float4x4

Returns

float4x4

operator --(float4x4)

public static float4x4 operator --(float4x4 value)

Parameters

value float4x4

Returns

float4x4

operator /(float4, float4x4)

public static float4x4 operator /(float4 lhs, float4x4 rhs)

Parameters

lhs float4
rhs float4x4

Returns

float4x4

operator /(float4x4, float4)

public static float4x4 operator /(float4x4 lhs, float4 rhs)

Parameters

lhs float4x4
rhs float4

Returns

float4x4

operator /(float4x4, float4x4)

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

Parameters

lhs float4x4
rhs float4x4

Returns

float4x4

operator ==(float4x4, float4x4)

public static bool4x4 operator ==(float4x4 lhs, float4x4 rhs)

Parameters

lhs float4x4
rhs float4x4

Returns

bool4x4

operator >(float4x4, float4x4)

public static bool4x4 operator >(float4x4 lhs, float4x4 rhs)

Parameters

lhs float4x4
rhs float4x4

Returns

bool4x4

operator >=(float4x4, float4x4)

public static bool4x4 operator >=(float4x4 lhs, float4x4 rhs)

Parameters

lhs float4x4
rhs float4x4

Returns

bool4x4

implicit operator float4x4(float4)

public static implicit operator float4x4(float4 value)

Parameters

value float4

Returns

float4x4

implicit operator float4x4(ReadOnlySpan<float4>)

public static implicit operator float4x4(ReadOnlySpan<float4> value)

Parameters

value ReadOnlySpan<float4>

Returns

float4x4

operator ++(float4x4)

public static float4x4 operator ++(float4x4 value)

Parameters

value float4x4

Returns

float4x4

operator !=(float4x4, float4x4)

public static bool4x4 operator !=(float4x4 lhs, float4x4 rhs)

Parameters

lhs float4x4
rhs float4x4

Returns

bool4x4

operator <(float4x4, float4x4)

public static bool4x4 operator <(float4x4 lhs, float4x4 rhs)

Parameters

lhs float4x4
rhs float4x4

Returns

bool4x4

operator <=(float4x4, float4x4)

public static bool4x4 operator <=(float4x4 lhs, float4x4 rhs)

Parameters

lhs float4x4
rhs float4x4

Returns

bool4x4

operator %(float4, float4x4)

public static float4x4 operator %(float4 lhs, float4x4 rhs)

Parameters

lhs float4
rhs float4x4

Returns

float4x4

operator %(float4x4, float4)

public static float4x4 operator %(float4x4 lhs, float4 rhs)

Parameters

lhs float4x4
rhs float4

Returns

float4x4

operator %(float4x4, float4x4)

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

Parameters

lhs float4x4
rhs float4x4

Returns

float4x4

operator *(float4, float4x4)

public static float4x4 operator *(float4 lhs, float4x4 rhs)

Parameters

lhs float4
rhs float4x4

Returns

float4x4

operator *(float4x4, float4)

public static float4x4 operator *(float4x4 lhs, float4 rhs)

Parameters

lhs float4x4
rhs float4

Returns

float4x4

operator *(float4x4, float4x4)

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

Parameters

lhs float4x4
rhs float4x4

Returns

float4x4

operator -(float4, float4x4)

public static float4x4 operator -(float4 lhs, float4x4 rhs)

Parameters

lhs float4
rhs float4x4

Returns

float4x4

operator -(float4x4, float4)

public static float4x4 operator -(float4x4 lhs, float4 rhs)

Parameters

lhs float4x4
rhs float4

Returns

float4x4

operator -(float4x4, float4x4)

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

Parameters

lhs float4x4
rhs float4x4

Returns

float4x4

operator -(float4x4)

public static float4x4 operator -(float4x4 value)

Parameters

value float4x4

Returns

float4x4

operator +(float4x4)

public static float4x4 operator +(float4x4 value)

Parameters

value float4x4

Returns

float4x4