[][src]Struct autd_sequence::PointSequence

pub struct PointSequence { /* fields omitted */ }

Implementations

impl PointSequence[src]

pub fn new() -> Self[src]

pub fn with_control_points(control_points: Vec<Vector3>) -> Self[src]

pub fn append_point(&mut self, point: Vector3)[src]

pub fn append_points(&mut self, points: &[Vector3])[src]

pub fn set_freq(&mut self, freq: f64) -> f64[src]

pub fn freq(&self) -> f64[src]

pub fn sampling_freq(&self) -> f64[src]

pub fn sampling_freq_div(&self) -> u16[src]

pub fn sent(&self) -> usize[src]

pub fn send(&mut self, send: usize)[src]

pub fn control_points(&self) -> &[Vector3][src]

Trait Implementations

impl Default for PointSequence[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<V> IntoPnt<V> for V

impl<V> IntoVec<V> for V

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,