Struct ark_api::world::EntityTransformConformal3
source · [−]#[repr(C)]pub struct EntityTransformConformal3 {
pub translation_and_scale: [f32; 4],
pub rotation: [f32; 4],
}Fields
translation_and_scale: [f32; 4]Vec4 (translation, scale)
rotation: [f32; 4]Quat (rotation)
Trait Implementations
sourceimpl Clone for EntityTransformConformal3
impl Clone for EntityTransformConformal3
sourcefn clone(&self) -> EntityTransformConformal3
fn clone(&self) -> EntityTransformConformal3
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EntityTransformConformal3
impl Debug for EntityTransformConformal3
impl Copy for EntityTransformConformal3
impl Pod for EntityTransformConformal3
Auto Trait Implementations
impl RefUnwindSafe for EntityTransformConformal3
impl Send for EntityTransformConformal3
impl Sync for EntityTransformConformal3
impl Unpin for EntityTransformConformal3
impl UnwindSafe for EntityTransformConformal3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern. Read more