Struct riscan_pro::MountCalibration
[−]
[src]
pub struct MountCalibration { pub matrix: Projective3<f64>, pub name: String, }
A camera mount calibration.
Fields
matrix: Projective3<f64>
The calibration matrix.
name: String
The name of the calibration matrix.
Trait Implementations
impl Clone for MountCalibration
[src]
fn clone(&self) -> MountCalibration
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for MountCalibration
[src]
impl PartialEq for MountCalibration
[src]
fn eq(&self, __arg_0: &MountCalibration) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &MountCalibration) -> bool
[src]
This method tests for !=
.
impl Deref for MountCalibration
[src]
type Target = Projective3<f64>
The resulting type after dereferencing.
fn deref(&self) -> &Projective3<f64>
[src]
Dereferences the value.