pub enum TransformPivotPoint {
MedianPoint,
IndividualOrigins,
}
Expand description
The point in space around which all rotations are centered.
Variants§
MedianPoint
Pivot around the median point of targets
IndividualOrigins
Pivot around each target’s own origin
Trait Implementations§
Source§impl Clone for TransformPivotPoint
impl Clone for TransformPivotPoint
Source§fn clone(&self) -> TransformPivotPoint
fn clone(&self) -> TransformPivotPoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransformPivotPoint
impl Debug for TransformPivotPoint
Source§impl Default for TransformPivotPoint
impl Default for TransformPivotPoint
Source§fn default() -> TransformPivotPoint
fn default() -> TransformPivotPoint
Returns the “default value” for a type. Read more
Source§impl PartialEq for TransformPivotPoint
impl PartialEq for TransformPivotPoint
impl Copy for TransformPivotPoint
impl Eq for TransformPivotPoint
impl StructuralPartialEq for TransformPivotPoint
Auto Trait Implementations§
impl Freeze for TransformPivotPoint
impl RefUnwindSafe for TransformPivotPoint
impl Send for TransformPivotPoint
impl Sync for TransformPivotPoint
impl Unpin for TransformPivotPoint
impl UnwindSafe for TransformPivotPoint
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