[][src]Type Definition descartes::V2

type V2 = Vector2<N>;

Trait Implementations

impl RoughEq for V2[src]

fn rough_eq(&self, other: Self) -> bool[src]

impl WithUniqueOrthogonal for V2[src]

fn orthogonal_left(&self) -> Self[src]

impl Into3d for V2[src]

type Target = V3