Enum rin::graphics::CatmullRom [−][src]
pub enum CatmullRom<T> { Centripetal, Chordal, CustomNonUniform(T), Uniform(T), }
Variants
Implementations
impl<T> CatmullRom<T> where
T: NumCast + RealField,
[src]
impl<T> CatmullRom<T> where
T: NumCast + RealField,
[src]pub fn is_uniform(self) -> bool
[src]
pub fn alpha(self) -> T
[src]
Trait Implementations
impl<T> Clone for CatmullRom<T> where
T: Clone,
[src]
impl<T> Clone for CatmullRom<T> where
T: Clone,
[src]pub fn clone(&self) -> CatmullRom<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T> Debug for CatmullRom<T> where
T: Debug,
[src]
impl<T> Debug for CatmullRom<T> where
T: Debug,
[src]impl<T> Copy for CatmullRom<T> where
T: Copy,
[src]
T: Copy,
Auto Trait Implementations
impl<T> RefUnwindSafe for CatmullRom<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for CatmullRom<T> where
T: Send,
T: Send,
impl<T> Sync for CatmullRom<T> where
T: Sync,
T: Sync,
impl<T> Unpin for CatmullRom<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for CatmullRom<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,