Struct ruststep::ap203::config_control_design::BSplineCurveWithKnots [−][src]
pub struct BSplineCurveWithKnots {
pub b_spline_curve: BSplineCurve,
pub knot_multiplicities: Vec<i64>,
pub knots: Vec<ParameterValue>,
pub knot_spec: KnotType,
}
Fields
b_spline_curve: BSplineCurve
knot_multiplicities: Vec<i64>
knots: Vec<ParameterValue>
knot_spec: KnotType
Implementations
pub fn new(
b_spline_curve: BSplineCurve,
knot_multiplicities: Vec<i64>,
knots: Vec<ParameterValue>,
knot_spec: KnotType
) -> Self
pub fn new(
b_spline_curve: BSplineCurve,
knot_multiplicities: Vec<i64>,
knots: Vec<ParameterValue>,
knot_spec: KnotType
) -> Self
Constructs a new BSplineCurveWithKnots
.
Methods from Deref<Target = BSplineCurve>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = BSplineCurve
type Target = BSplineCurve
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for BSplineCurveWithKnots
impl Send for BSplineCurveWithKnots
impl Sync for BSplineCurveWithKnots
impl Unpin for BSplineCurveWithKnots
impl UnwindSafe for BSplineCurveWithKnots
Blanket Implementations
Mutably borrows from an owned value. Read more