// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Vector4

namespace UnityEngine
{
public class Vector4 // TypeDefIndex: 8785
{
	// Fields
	type#26081 kEpsilon;
	type#26063 x;
	type#26063 y;
	type#26063 z;
	type#26063 w;
	type#28500 zeroVector;
	type#28500 oneVector;
	type#28500 positiveInfinityVector;
	type#28500 negativeInfinityVector;

	// Methods
	// RVA: -1
	public type#26059 get_Item(type#20867 index) { }
	// RVA: -1
	public type#28660 set_Item(type#20867 index, type#26059 value) { }
	// RVA: -1
	public type#28660 .ctor(type#26059 x, type#26059 y, type#26059 z, type#26059 w) { }
	// RVA: -1
	public type#28660 .ctor(type#26059 x, type#26059 y) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#28494 other) { }
	// RVA: -1
	public static type#26059 Dot(type#28494 a, type#28494 b) { }
	// RVA: -1
	public type#26059 get_magnitude() { }
	// RVA: -1
	public type#26059 get_sqrMagnitude() { }
	// RVA: -1
	public static type#28494 get_zero() { }
	// RVA: -1
	public static type#28494 get_one() { }
	// RVA: -1
	public static type#28494 op_Addition(type#28494 a, type#28494 b) { }
	// RVA: -1
	public static type#28494 op_Subtraction(type#28494 a, type#28494 b) { }
	// RVA: -1
	public static type#28494 op_Multiply(type#28494 a, type#26059 d) { }
	// RVA: -1
	public static type#28494 op_Division(type#28494 a, type#26059 d) { }
	// RVA: -1
	public static type#15313 op_Equality(type#28494 lhs, type#28494 rhs) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#28494 lhs, type#28494 rhs) { }
	// RVA: -1
	public static type#28494 op_Implicit(type#28468 v) { }
	// RVA: -1
	public static type#28468 op_Implicit(type#28494 v) { }
	// RVA: -1
	public static type#28494 op_Implicit(type#28439 v) { }
	// RVA: -1
	public static type#28439 op_Implicit(type#28494 v) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
