pub struct Root {
pub numerator: ComplexNumber,
pub denominator: f32,
}Expand description
Represents a complex root as homogeneous coordinates
Fields§
§numerator: ComplexNumberComplex numerator
denominator: f32Real denominator
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Root
impl RefUnwindSafe for Root
impl Send for Root
impl Sync for Root
impl Unpin for Root
impl UnwindSafe for Root
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more