[][src]Trait physme::common::Vec3Ext

pub trait Vec3Ext {
    fn quat_between(&self, other: Vec3) -> Quat;
}

Extensions to the Bevy Vec3 type

Required methods

fn quat_between(&self, other: Vec3) -> Quat

Returns the quaternion that describes the rotation from self to other.

Loading content...

Implementations on Foreign Types

impl Vec3Ext for Vec3[src]

Loading content...

Implementors

Loading content...