[][src]Trait blend2d::geometry::Point

pub trait Point: Sealed + Copy { }

A template trait to allow being generic over points.

Implementors

impl Point for PointD[src]

impl Point for PointI[src]

Loading content...