Struct ruststep::ap201::explicit_draughting::Parabola [−][src]
pub struct Parabola {
pub conic: Conic,
pub focal_dist: LengthMeasure,
}
Fields
conic: Conic
focal_dist: LengthMeasure
Implementations
Constructs a new Parabola
.
Methods from Deref<Target = Conic>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Parabola
impl UnwindSafe for Parabola
Blanket Implementations
Mutably borrows from an owned value. Read more