Trait twmap::BezierDefault

source ·
pub trait BezierDefault: Default {
    // Provided method
    fn bezier_default() -> Self { ... }
}
Expand description

Default bezier tangent values are all zeroes. This trait implements the constructors for those values. only I32Color needs to implement this manually, since volume (i32) and Position are already all zeroes in their default values.

Provided Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl BezierDefault for Rgba<I22F10>

Implementors§