[][src]Trait descartes::Into3d

pub trait Into3d {
type Target;
    fn into_3d(self) -> Self::Target;
}

Associated Types

type Target

Loading content...

Required methods

fn into_3d(self) -> Self::Target

Loading content...

Implementors

impl Into3d for P2[src]

type Target = P3

impl Into3d for V2[src]

type Target = V3

Loading content...