euclid
0.22.11
Module size
Structs
Functions
In crate euclid
Module
euclid
::
size
Copy item path
source
·
[
−
]
Structs
§
Size2D
A 2d size tagged with a unit.
Size3D
A 3d size tagged with a unit.
Functions
§
size2
Shorthand for
Size2D::new(w, h)
.
size3
Shorthand for
Size3D::new(w, h, d)
.