// Assembly: Unity.VectorGraphics
// Full name: Unity.VectorGraphics.External.LibTessDotNet.Vec3

namespace Unity.VectorGraphics.External.LibTessDotNet
{
public class Vec3 // TypeDefIndex: 10917
{
	// Fields
	type#28437 Zero;
	type#26063 X;
	type#26063 Y;
	type#26063 Z;

	// 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 static type#28660 Sub(type#12213 lhs, type#12213 rhs, type#12214 result) { }
	// RVA: -1
	public static type#28660 Neg(type#12213 v) { }
	// RVA: -1
	public static type#28660 Dot(type#12213 u, type#12213 v, type#12113 dot) { }
	// RVA: -1
	public static type#28660 Normalize(type#12213 v) { }
	// RVA: -1
	public static type#20867 LongAxis(type#12213 v) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
