Type Alias jiao::core::point::IVector

source ·
pub type IVector = IPoint;
Expand description

IVector provides an alternative name for IPoint.

IVector and IPoint can be used interchangeably for all purposes.

Aliased Type§

struct IVector { /* private fields */ }