pub struct Moebius<U> { /* private fields */ }
Implementations§
Source§impl<U> Moebius<U>
impl<U> Moebius<U>
pub fn new(a: U, b: U, c: U, d: U) -> Self
pub fn a_ref(&self) -> &U
pub fn b_ref(&self) -> &U
pub fn c_ref(&self) -> &U
pub fn d_ref(&self) -> &U
pub fn a_mut(&mut self) -> &mut U
pub fn b_mut(&mut self) -> &mut U
pub fn c_mut(&mut self) -> &mut U
pub fn d_mut(&mut self) -> &mut U
Trait Implementations§
Source§impl<T: NumCast + Algebra + Dot<Output = T> + Clone> DerivDir<Construct<T, Construct<T, T>>> for Moebius<Complex<T>>
impl<T: NumCast + Algebra + Dot<Output = T> + Clone> DerivDir<Construct<T, Construct<T, T>>> for Moebius<Complex<T>>
Source§fn deriv_dir(&self, p: Quaternion<T>, v: Quaternion<T>) -> Quaternion<T>
fn deriv_dir(&self, p: Quaternion<T>, v: Quaternion<T>) -> Quaternion<T>
Find the directinal derivative of
self
at the specified point p
via the specified direction d
.Source§impl<T: Float + Algebra, U: NormSqr<Output = T> + Clone> Distribution<Moebius<Construct<T, U>>> for Normalized
impl<T: Float + Algebra, U: NormSqr<Output = T> + Clone> Distribution<Moebius<Construct<T, U>>> for Normalized
Source§impl<U> Distribution<Moebius<U>> for StandardNormalwhere
StandardNormal: Distribution<U>,
impl<U> Distribution<Moebius<U>> for StandardNormalwhere
StandardNormal: Distribution<U>,
Source§impl<T: Algebra + Clone, U: Algebra<T> + Clone> Transform<Construct<T, Construct<T, U>>> for Moebius<Construct<T, U>>
impl<T: Algebra + Clone, U: Algebra<T> + Clone> Transform<Construct<T, Construct<T, U>>> for Moebius<Construct<T, U>>
impl<U: Copy> Copy for Moebius<U>
impl<U> StructuralPartialEq for Moebius<U>
Auto Trait Implementations§
impl<U> Freeze for Moebius<U>where
U: Freeze,
impl<U> RefUnwindSafe for Moebius<U>where
U: RefUnwindSafe,
impl<U> Send for Moebius<U>where
U: Send,
impl<U> Sync for Moebius<U>where
U: Sync,
impl<U> Unpin for Moebius<U>where
U: Unpin,
impl<U> UnwindSafe for Moebius<U>where
U: UnwindSafe,
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