pub struct Warp {
pub style: Option<WarpStyle>,
pub value: Option<f64>,
pub values: Option<Vec<f64>>,
pub perspective: Option<f64>,
pub perspective_other: Option<f64>,
pub rotate: Option<Orientation>,
pub bounds: Option<UnitsBounds>,
pub u_order: Option<f64>,
pub v_order: Option<f64>,
pub deform_num_rows: Option<f64>,
pub deform_num_cols: Option<f64>,
pub custom_envelope_warp: Option<CustomEnvelopeWarp>,
}Expand description
TS Warp.
Fields§
§style: Option<WarpStyle>§value: Option<f64>§values: Option<Vec<f64>>§perspective: Option<f64>§perspective_other: Option<f64>§rotate: Option<Orientation>§bounds: Option<UnitsBounds>for custom warps
u_order: Option<f64>§v_order: Option<f64>§deform_num_rows: Option<f64>§deform_num_cols: Option<f64>§custom_envelope_warp: Option<CustomEnvelopeWarp>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Warp
impl RefUnwindSafe for Warp
impl Send for Warp
impl Sync for Warp
impl Unpin for Warp
impl UnsafeUnpin for Warp
impl UnwindSafe for Warp
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