Struct opencv::core::Affine3 [−][src]
#[repr(C)]pub struct Affine3<T: ValidMatxType> {
pub matrix: Matx44<T>,
}
Expand description
Fields
matrix: Matx44<T>
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Affine3<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Affine3<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more