Struct ruststep::ap203::config_control_design::DegeneratePcurve [−][src]
pub struct DegeneratePcurve {
pub point: Point,
pub basis_surface: SurfaceAny,
pub reference_to_curve: DefinitionalRepresentation,
}
Fields
point: Point
basis_surface: SurfaceAny
reference_to_curve: DefinitionalRepresentation
Implementations
pub fn new(
point: Point,
basis_surface: SurfaceAny,
reference_to_curve: DefinitionalRepresentation
) -> Self
pub fn new(
point: Point,
basis_surface: SurfaceAny,
reference_to_curve: DefinitionalRepresentation
) -> Self
Constructs a new DegeneratePcurve
.
Methods from Deref<Target = Point>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 DegeneratePcurve
impl Send for DegeneratePcurve
impl Sync for DegeneratePcurve
impl Unpin for DegeneratePcurve
impl UnwindSafe for DegeneratePcurve
Blanket Implementations
Mutably borrows from an owned value. Read more