pub struct AnimatedQuaternionArray { /* private fields */ }Expand description
Wraps the corresponding Model I/O animated quaternion array counterpart.
Implementations§
Source§impl AnimatedQuaternionArray
impl AnimatedQuaternionArray
Sourcepub fn new(element_count: usize) -> Result<Self>
pub fn new(element_count: usize) -> Result<Self>
Wraps the corresponding Model I/O initializer for the wrapped Model I/O animated quaternion array counterpart.
Sourcepub fn info(&self) -> Result<AnimatedValueInfo>
pub fn info(&self) -> Result<AnimatedValueInfo>
Calls the corresponding Model I/O method on the wrapped Model I/O animated quaternion array counterpart.
Sourcepub fn clear(&self)
pub fn clear(&self)
Calls the corresponding Model I/O method on the wrapped Model I/O animated quaternion array counterpart.
Sourcepub fn set_interpolation(&self, interpolation: AnimatedValueInterpolation)
pub fn set_interpolation(&self, interpolation: AnimatedValueInterpolation)
Calls the corresponding Model I/O method on the wrapped Model I/O animated quaternion array counterpart.
Sourcepub fn set_float_quaternion_array(&self, values: &[[f32; 4]], time: f64)
pub fn set_float_quaternion_array(&self, values: &[[f32; 4]], time: f64)
Calls the corresponding Model I/O method on the wrapped Model I/O animated quaternion array counterpart.
Trait Implementations§
Source§impl Clone for AnimatedQuaternionArray
impl Clone for AnimatedQuaternionArray
Source§fn clone(&self) -> AnimatedQuaternionArray
fn clone(&self) -> AnimatedQuaternionArray
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 AnimatedQuaternionArray
impl RefUnwindSafe for AnimatedQuaternionArray
impl !Send for AnimatedQuaternionArray
impl !Sync for AnimatedQuaternionArray
impl Unpin for AnimatedQuaternionArray
impl UnsafeUnpin for AnimatedQuaternionArray
impl UnwindSafe for AnimatedQuaternionArray
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