1
2
3
4
5
6
pub enum CurveType {
    Flat,
    NormalOriented,
    Round,
    Cone,
}