Enumeration HrzProtocol.VectorClampMode
Defined in hrz/protocol/vector/clamping.proto.
NO_CLAMPING (0)
Disables clamping (fastest).
ANCHOR (1)
Computes a clamp value for the anchor of the feature which is then applied to every point of the feature.
PER_VERTEX (2)
Computes a clamp value at every point of the feature (slowest).