[][src]Type Definition geomath::point::Point2

type Point2 = Point<Vector2>;

2D point

Trait Implementations

impl Add<Vector4> for Point2[src]

type Output = Point2

The resulting type after applying the + operator.

impl AddAssign<Vector4> for Point2[src]

impl Array<[f64; 4]> for Point2[src]

impl From<Vector2> for Point2[src]

impl From<Vector4> for Point2[src]

impl Sub<Vector4> for Point2[src]

type Output = Point2

The resulting type after applying the - operator.

impl SubAssign<Vector4> for Point2[src]

impl Vector<Vector4> for Point2[src]