// Assembly: Unity.Mathematics
// Full name: Unity.Mathematics.float4

namespace Unity.Mathematics
{
public class float4 // TypeDefIndex: 13510
{
	// Fields
	type#26063 x;
	type#26063 y;
	type#26063 z;
	type#26063 w;
	type#29603 zero;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26059 x, type#26059 y, type#26059 z, type#26059 w) { }
	// RVA: -1
	public virtual type#15313 Equals(type#29602 rhs) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 o) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
	// RVA: -1
	public static type#29602 op_Implicit(type#28494 v) { }
	// RVA: -1
	public static type#28494 op_Implicit(type#29602 v) { }
}
}
