Expand description
LookAt
struct
Struct describing a look at camera.
Fields
pos: Vec3
Position of the camera
target: Vec3
Target point of the camera
up: Vec3
Up vector of the camera
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LookAt
impl Send for LookAt
impl Sync for LookAt
impl Unpin for LookAt
impl UnwindSafe for LookAt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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