Shorthand for Point::new(x, y)
.
Shorthand for Angle { radians: value }
.
Returns a scaling vector that can be used to convert screen coordinates
to clip coordinates in shaders.
Shorthand for Size::new(x, y)
.
Convert a point from logical points to physical pixels.
Convert a point from logical points to physical pixels using the reciprocal of the scale factor.
Convert a point from logical points to physical pixels using the reciprocal of the scale factor.
Convert a point from logical points to physical pixels using the reciprocal of the scale factor.
Convert a point from logical points to physical pixels.
Convert a point from logical points to physical pixels.
Convert a rectangle from logical points to physical pixels.
Convert a rectangle from logical points to physical pixels using the reciprocal of the scale factor.
Convert a rectangle from logical points to physical pixels using the reciprocal of the scale factor.
Convert a rectangle from logical points to physical pixels using the reciprocal of the scale factor.
Convert a rectangle from logical points to physical pixels.
Convert a rectangle from logical points to physical pixels.
Convert a size from logical points to physical pixels.
Convert a size from logical points to physical pixels using the reciprocal of the scale factor.
Convert a size from logical points to physical pixels using the reciprocal of the scale factor.
Convert a size from logical points to physical pixels using the reciprocal of the scale factor.
Convert a size from logical points to physical pixels.
Convert a size from logical points to physical pixels.
Convert a point from logical points to physical pixels.
Convert a rectangle from logical points to physical pixels.
Convert a size from logical points to physical pixels.
Shorthand for Vector::new(x, y)
.
An angle in radians (f32).
Alias for euclid::default::Box2D<f32>
A point in units of physical pixels.
A point in units of physical pixels.
A point in units of physical pixels.
A rectagngle in units of physical pixels.
A rectagngle in units of physical pixels.
A rectagngle in units of physical pixels.
A size in units of physical pixels.
A size in units of physical pixels.
A size in units of physical pixels.
A point in units of logical points.
A point in units of logical points.
A rectangle in units of logical points.
A rectangle in units of logical points.
Alias for euclid::default::Rotation2D<f32>
Alias for euclid::default::Scale<f32>
A size in units of logical points.
A size in units of logical points.
Alias for euclid::default::Transform2D<f32>
Alias for euclid::default::Translation2D<f32>
A vector in units of logical points.