curvo 0.1.88

NURBS modeling library
Documentation
1
2
3
4
/// A trait for types that have a parameter.
pub trait HasParameter<T> {
    fn parameter(&self) -> T;
}