enum Continuity
in Tinman.Terrain.Util
Enumeration
of
continuity
types
for
ICurve
s.
Items
Position
|
= 0
|
The
curve
provides
C0
continuity,
i.e.
it
is
steady
in
respect
to
position.
|
Tangent
|
= 1
|
The
curve
provides
C1
continuity,
i.e.
it
is
steady
in
respect
to
tangents.
|
Curvature
|
= 2
|
The
curve
provides
C2
continuity,
i.e.
it
is
steady
in
respect
to
curvature.
|