maplibre
0.1.0
Point2D
Aliased Type
Fields
x
y
In maplibre::
euclid::
default
maplibre
::
euclid
::
default
Type Alias
Point2D
Copy item path
pub type Point2D<T> =
Point2D
<T,
UnknownUnit
>;
Aliased Type
§
struct Point2D<T> { pub x: T, pub y: T, }
Fields
§
§
x: T
§
y: T