pub type Polygon<'a, T = Scalar> = &'a [Vec2d<T>];
Expand description
The type of the elements being iterated over.
Which kind of iterator are we turning this into?
This method tests for self
and other
values to be equal, and is used
by ==
.
This method tests for !=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason.
This method tests for self
and other
values to be equal, and is used
by ==
.
This method tests for !=
. The default implementation is almost always
sufficient, and should not be overridden without very good reason.