[][src]Type Definition building_blocks_core::point2::Point2i

type Point2i = PointN<[i32; 2]>;

A 2-dimensional point with scalar type i32.

Trait Implementations

impl Div<PointN<[i32; 2]>> for Point2i[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<i32> for Point2i[src]

type Output = Self

The resulting type after applying the / operator.

impl IntegerPoint for Point2i[src]

impl NormSquared for Point2i[src]

impl Point for Point2i[src]

type Scalar = i32