Enum ncollide3d::procedural::path::PathSample [−][src]
pub enum PathSample<N: RealField> { StartPoint(Point<N>, Vector<N>), InnerPoint(Point<N>, Vector<N>), EndPoint(Point<N>, Vector<N>), EndOfSample, }
A sample point and its associated tangent.
Variants
A point that starts a new path.
A point that is inside of the path currently generated.
A point that ends the path currently generated.
Used when the sampler does not have any other points to generate.
Auto Trait Implementations
impl<N> RefUnwindSafe for PathSample<N> where
N: RefUnwindSafe,
N: RefUnwindSafe,
impl<N> Send for PathSample<N>
impl<N> Sync for PathSample<N>
impl<N> Unpin for PathSample<N> where
N: Unpin,
N: Unpin,
impl<N> UnwindSafe for PathSample<N> where
N: UnwindSafe,
N: 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]