Table of Contents

Struct float3x4

Namespace
Misaki.HighPerformance.Mathematics
Assembly
Misaki.HighPerformance.Mathematics.dll
[NumericType(typeof(float3), 4, 3, 4, "global::Misaki.HighPerformance.Mathematics.float", true, true, typeof(float), null)]
[NumericConvertable("{v}.{c}", new Type[] { typeof(int3x4), typeof(uint3x4), typeof(double3x4) })]
public struct float3x4 : IEquatable<float3x4>
Implements
Inherited Members

Constructors

float3x4(double3x4)

public float3x4(double3x4 v)

Parameters

v double3x4

float3x4(float3)

public float3x4(float3 value)

Parameters

value float3

float3x4(float3, float3, float3, float3)

public float3x4(float3 c0, float3 c1, float3 c2, float3 c3)

Parameters

c0 float3
c1 float3
c2 float3
c3 float3

float3x4(int3x4)

public float3x4(int3x4 v)

Parameters

v int3x4

float3x4(uint3x4)

public float3x4(uint3x4 v)

Parameters

v uint3x4

float3x4(in ReadOnlySpan<float3>)

public float3x4(in ReadOnlySpan<float3> values)

Parameters

values ReadOnlySpan<float3>

float3x4(in ReadOnlySpan<float>)

public float3x4(in ReadOnlySpan<float> values)

Parameters

values ReadOnlySpan<float>

float3x4(float)

public float3x4(float value)

Parameters

value float

float3x4(float, float, float, float, float, float, float, float, float, float, float, float)

public float3x4(float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23)

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

Fields

c0

public float3 c0

Field Value

float3

c1

public float3 c1

Field Value

float3

c2

public float3 c2

Field Value

float3

c3

public float3 c3

Field Value

float3

Properties

this[int]

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

Parameters

index int

Property Value

float3

zero

public static float3x4 zero { get; }

Property Value

float3x4

Methods

Equals(float3x4)

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

public readonly bool Equals(float3x4 other)

Parameters

other float3x4

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 +(float3, float3x4)

public static float3x4 operator +(float3 lhs, float3x4 rhs)

Parameters

lhs float3
rhs float3x4

Returns

float3x4

operator +(float3x4, float3)

public static float3x4 operator +(float3x4 lhs, float3 rhs)

Parameters

lhs float3x4
rhs float3

Returns

float3x4

operator +(float3x4, float3x4)

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

Parameters

lhs float3x4
rhs float3x4

Returns

float3x4

operator --(float3x4)

public static float3x4 operator --(float3x4 value)

Parameters

value float3x4

Returns

float3x4

operator /(float3, float3x4)

public static float3x4 operator /(float3 lhs, float3x4 rhs)

Parameters

lhs float3
rhs float3x4

Returns

float3x4

operator /(float3x4, float3)

public static float3x4 operator /(float3x4 lhs, float3 rhs)

Parameters

lhs float3x4
rhs float3

Returns

float3x4

operator /(float3x4, float3x4)

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

Parameters

lhs float3x4
rhs float3x4

Returns

float3x4

operator ==(float3x4, float3x4)

public static bool3x4 operator ==(float3x4 lhs, float3x4 rhs)

Parameters

lhs float3x4
rhs float3x4

Returns

bool3x4

operator >(float3x4, float3x4)

public static bool3x4 operator >(float3x4 lhs, float3x4 rhs)

Parameters

lhs float3x4
rhs float3x4

Returns

bool3x4

operator >=(float3x4, float3x4)

public static bool3x4 operator >=(float3x4 lhs, float3x4 rhs)

Parameters

lhs float3x4
rhs float3x4

Returns

bool3x4

implicit operator float3x4(float3)

public static implicit operator float3x4(float3 value)

Parameters

value float3

Returns

float3x4

implicit operator float3x4(ReadOnlySpan<float3>)

public static implicit operator float3x4(ReadOnlySpan<float3> value)

Parameters

value ReadOnlySpan<float3>

Returns

float3x4

operator ++(float3x4)

public static float3x4 operator ++(float3x4 value)

Parameters

value float3x4

Returns

float3x4

operator !=(float3x4, float3x4)

public static bool3x4 operator !=(float3x4 lhs, float3x4 rhs)

Parameters

lhs float3x4
rhs float3x4

Returns

bool3x4

operator <(float3x4, float3x4)

public static bool3x4 operator <(float3x4 lhs, float3x4 rhs)

Parameters

lhs float3x4
rhs float3x4

Returns

bool3x4

operator <=(float3x4, float3x4)

public static bool3x4 operator <=(float3x4 lhs, float3x4 rhs)

Parameters

lhs float3x4
rhs float3x4

Returns

bool3x4

operator %(float3, float3x4)

public static float3x4 operator %(float3 lhs, float3x4 rhs)

Parameters

lhs float3
rhs float3x4

Returns

float3x4

operator %(float3x4, float3)

public static float3x4 operator %(float3x4 lhs, float3 rhs)

Parameters

lhs float3x4
rhs float3

Returns

float3x4

operator %(float3x4, float3x4)

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

Parameters

lhs float3x4
rhs float3x4

Returns

float3x4

operator *(float3, float3x4)

public static float3x4 operator *(float3 lhs, float3x4 rhs)

Parameters

lhs float3
rhs float3x4

Returns

float3x4

operator *(float3x4, float3)

public static float3x4 operator *(float3x4 lhs, float3 rhs)

Parameters

lhs float3x4
rhs float3

Returns

float3x4

operator *(float3x4, float3x4)

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

Parameters

lhs float3x4
rhs float3x4

Returns

float3x4

operator -(float3, float3x4)

public static float3x4 operator -(float3 lhs, float3x4 rhs)

Parameters

lhs float3
rhs float3x4

Returns

float3x4

operator -(float3x4, float3)

public static float3x4 operator -(float3x4 lhs, float3 rhs)

Parameters

lhs float3x4
rhs float3

Returns

float3x4

operator -(float3x4, float3x4)

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

Parameters

lhs float3x4
rhs float3x4

Returns

float3x4

operator -(float3x4)

public static float3x4 operator -(float3x4 value)

Parameters

value float3x4

Returns

float3x4

operator +(float3x4)

public static float3x4 operator +(float3x4 value)

Parameters

value float3x4

Returns

float3x4