[][src]Trait descartes::Into2d

pub trait Into2d {
type Target;
    fn into_2d(self) -> Self::Target;
}

Associated Types

type Target

Loading content...

Required methods

fn into_2d(self) -> Self::Target

Loading content...

Implementors

impl Into2d for P3[src]

type Target = P2

impl Into2d for V3[src]

type Target = V2

Loading content...