pub struct TransformOrientOp { /* private fields */ }Expand description
Wraps the corresponding Model I/O counterpart.
Implementations§
Source§impl TransformOrientOp
impl TransformOrientOp
Sourcepub fn name(&self) -> Option<String>
pub fn name(&self) -> Option<String>
Calls the corresponding Model I/O method on the wrapped Model I/O name counterpart.
Sourcepub fn is_inverse(&self) -> bool
pub fn is_inverse(&self) -> bool
Calls the corresponding Model I/O method on the wrapped Model I/O name counterpart.
Sourcepub fn float4x4_at_time(&self, time: f64) -> [f32; 16]
pub fn float4x4_at_time(&self, time: f64) -> [f32; 16]
Calls the corresponding Model I/O method on the wrapped Model I/O name counterpart.
Sourcepub fn animated_value(&self) -> Option<AnimatedQuaternion>
pub fn animated_value(&self) -> Option<AnimatedQuaternion>
Calls the corresponding Model I/O method on the wrapped Model I/O name counterpart.
Sourcepub fn as_transform_op(&self) -> TransformOp
pub fn as_transform_op(&self) -> TransformOp
Calls the corresponding Model I/O method on the wrapped Model I/O name counterpart.
Trait Implementations§
Source§impl Clone for TransformOrientOp
impl Clone for TransformOrientOp
Source§fn clone(&self) -> TransformOrientOp
fn clone(&self) -> TransformOrientOp
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TransformOrientOp
impl RefUnwindSafe for TransformOrientOp
impl !Send for TransformOrientOp
impl !Sync for TransformOrientOp
impl Unpin for TransformOrientOp
impl UnsafeUnpin for TransformOrientOp
impl UnwindSafe for TransformOrientOp
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