Table of Contents

Enum SplineDirtyingType

Used as a parameter for dirtying methods. Instructs if only the spline's orientation cache should be recomputed, or the whole approximations cache

public enum SplineDirtyingType

Fields

Everything = 1

Orientation approximations cache and positions approximations cache will be dirtied.

OrientationOnly = 0

Orientation approximations cache will be dirtied. Positions approximations cache will be ignored.