pub struct MobiusMap {
pub a: C64,
pub b: C64,
pub c: C64,
pub d: C64,
}Expand description
Möbius transformation: f(z) = (az+b)/(cz+d).
Fields§
§a: C64§b: C64§c: C64§d: C64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MobiusMap
impl RefUnwindSafe for MobiusMap
impl Send for MobiusMap
impl Sync for MobiusMap
impl Unpin for MobiusMap
impl UnsafeUnpin for MobiusMap
impl UnwindSafe for MobiusMap
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