pub trait Normalized: PointType { }
Expand description

A marker trait that indicates a PointType uses a affine internal representation.

Object Safety§

This trait is not object safe.

Implementors§