#[repr(C)]pub struct Kinfu_Intr_Projector {
pub fx: f32,
pub fy: f32,
pub cx: f32,
pub cy: f32,
}
Expand description
Projects camera space vector onto screen
Fields§
§fx: f32
§fy: f32
§cx: f32
§cy: f32
Implementations§
Source§impl Kinfu_Intr_Projector
impl Kinfu_Intr_Projector
pub fn new(intr: Kinfu_Intr) -> Result<Kinfu_Intr_Projector>
Trait Implementations§
Source§impl Clone for Kinfu_Intr_Projector
impl Clone for Kinfu_Intr_Projector
Source§fn clone(&self) -> Kinfu_Intr_Projector
fn clone(&self) -> Kinfu_Intr_Projector
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Kinfu_Intr_Projector
impl Debug for Kinfu_Intr_Projector
Source§impl PartialEq for Kinfu_Intr_Projector
impl PartialEq for Kinfu_Intr_Projector
impl Copy for Kinfu_Intr_Projector
impl StructuralPartialEq for Kinfu_Intr_Projector
Auto Trait Implementations§
impl Freeze for Kinfu_Intr_Projector
impl RefUnwindSafe for Kinfu_Intr_Projector
impl Send for Kinfu_Intr_Projector
impl Sync for Kinfu_Intr_Projector
impl Unpin for Kinfu_Intr_Projector
impl UnwindSafe for Kinfu_Intr_Projector
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