Struct ruststep::ap203::config_control_design::Line [−][src]
pub struct Line {
pub curve: Curve,
pub pnt: CartesianPoint,
pub dir: Vector,
}
Fields
curve: Curve
pnt: CartesianPoint
dir: Vector
Implementations
Constructs a new Line
.
Methods from Deref<Target = Curve>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Line
impl UnwindSafe for Line
Blanket Implementations
Mutably borrows from an owned value. Read more