Expand description
3D vector.
Fields
X: AkReal32X Position
Y: AkReal32Y Position
Z: AkReal32Z Position
Implementations
Trait Implementations
sourceimpl From<AkVector> for AkTransform
impl From<AkVector> for AkTransform
impl Copy for AkVector
Auto Trait Implementations
impl RefUnwindSafe for AkVector
impl Send for AkVector
impl Sync for AkVector
impl Unpin for AkVector
impl UnwindSafe for AkVector
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