#[repr(C)]pub struct apriltag_pose_t {
pub R: *mut matd_t,
pub t: *mut matd_t,
}Expand description
This struct holds the transformation from the camera optical frame to the April tag frame. The pose refers to the position of the tag within the camera frame.
Fields§
§R: *mut matd_t§t: *mut matd_tTrait Implementations§
Source§impl Clone for apriltag_pose_t
impl Clone for apriltag_pose_t
Source§fn clone(&self) -> apriltag_pose_t
fn clone(&self) -> apriltag_pose_t
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 apriltag_pose_t
impl Debug for apriltag_pose_t
impl Copy for apriltag_pose_t
Auto Trait Implementations§
impl Freeze for apriltag_pose_t
impl RefUnwindSafe for apriltag_pose_t
impl !Send for apriltag_pose_t
impl !Sync for apriltag_pose_t
impl Unpin for apriltag_pose_t
impl UnsafeUnpin for apriltag_pose_t
impl UnwindSafe for apriltag_pose_t
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