[][src]Struct cv_core::WorldPoint

pub struct WorldPoint(_);

A point in "world" coordinates. This means that the real-world units of the pose are unknown, but the unit of distance and orientation are the same as the current reconstruction.

Methods

impl WorldPoint[src]

pub fn new(__0: Point3<f32>) -> WorldPoint[src]

Trait Implementations

impl AsMut<Point<f32, U3>> for WorldPoint[src]

impl AsRef<Point<f32, U3>> for WorldPoint[src]

impl Clone for WorldPoint[src]

impl Copy for WorldPoint[src]

impl Debug for WorldPoint[src]

impl Deref for WorldPoint[src]

type Target = Point3<f32>

The resulting type after dereferencing.

impl DerefMut for WorldPoint[src]

impl From<Point<f32, U3>> for WorldPoint[src]

impl From<WorldPoint> for Point3<f32>[src]

impl PartialEq<WorldPoint> for WorldPoint[src]

impl PartialOrd<WorldPoint> for WorldPoint[src]

impl StructuralPartialEq for WorldPoint[src]

Auto Trait Implementations

impl Send for WorldPoint

impl Sync for WorldPoint

impl Unpin for WorldPoint

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Scalar for T where
    T: PartialEq<T> + Copy + Any + Debug
[src]

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,