#[repr(C)]pub struct Kinfu_Intr {
pub fx: f32,
pub fy: f32,
pub cx: f32,
pub cy: f32,
}
Fields§
§fx: f32
§fy: f32
§cx: f32
§cy: f32
Implementations§
Source§impl Kinfu_Intr
impl Kinfu_Intr
pub fn scale(self, pyr: i32) -> Result<Kinfu_Intr>
pub fn make_reprojector(self) -> Result<Kinfu_Intr_Reprojector>
pub fn make_projector(self) -> Result<Kinfu_Intr_Projector>
pub fn get_mat(self) -> Result<Matx33f>
pub fn default() -> Result<Kinfu_Intr>
pub fn new(_fx: f32, _fy: f32, _cx: f32, _cy: f32) -> Result<Kinfu_Intr>
pub fn new_1(m: Matx33f) -> Result<Kinfu_Intr>
Trait Implementations§
Source§impl Clone for Kinfu_Intr
impl Clone for Kinfu_Intr
Source§fn clone(&self) -> Kinfu_Intr
fn clone(&self) -> Kinfu_Intr
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
impl Debug for Kinfu_Intr
Source§impl PartialEq for Kinfu_Intr
impl PartialEq for Kinfu_Intr
impl Copy for Kinfu_Intr
impl StructuralPartialEq for Kinfu_Intr
Auto Trait Implementations§
impl Freeze for Kinfu_Intr
impl RefUnwindSafe for Kinfu_Intr
impl Send for Kinfu_Intr
impl Sync for Kinfu_Intr
impl Unpin for Kinfu_Intr
impl UnwindSafe for Kinfu_Intr
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