TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum Continuity in Tinman.Terrain.Util

Enumeration of continuity types for ICurve s.

enum Continuity  

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.