[][src]Type Definition building_blocks_core::point3::Point3i

type Point3i = PointN<[i32; 3]>;

A 3-dimensional point with scalar type i32.

Trait Implementations

impl Div<PointN<[i32; 3]>> for Point3i[src]

type Output = Self

The resulting type after applying the / operator.

impl Div<i32> for Point3i[src]

type Output = Self

The resulting type after applying the / operator.

impl IntegerPoint for Point3i[src]

impl NormSquared for Point3i[src]

impl Point for Point3i[src]

type Scalar = i32