// Assembly: DOTween
// Full name: DG.Tweening.Plugins.Core.PathCore.CatmullRomDecoder

namespace DG.Tweening.Plugins.Core.PathCore
{
public class CatmullRomDecoder // TypeDefIndex: 11262
{
	// Fields
	type#12953 _PartialControlPs;
	type#13594 _PartialWps;

	// Methods
	// RVA: -1
	internal virtual type#28660 FinalizePath(type#24308 p, type#13587 wps, type#15313 isClosedPath) { }
	// RVA: -1
	internal virtual type#28468 GetPoint(type#26059 perc, type#13587 wps, type#24308 p, type#12951 controlPoints) { }
	// RVA: -1
	internal type#28660 SetTimeToLengthTables(type#24308 p, type#20867 subdivisions) { }
	// RVA: -1
	internal type#28660 SetWaypointsLengths(type#24308 p, type#20867 subdivisions) { }
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
