struct RRectF
Defined at line 302 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/wire_types.h
A floating point rounded rectangle with the custom radii for all four
corners.
A region in a 2D cartesian space consisting of linear, axis-aligned sides
with corners rounded into a quarter ellipse.
If the quarter ellipses in two corners would overlap, their radii are
clamped such that the ellipses meet with an axis-aligned tangent.
This type does not specify units. Protocols that use this type should
specify the characteristics of the vector space, including orientation and
units.
Public Members
float x
float y
float width
float height
float top_left_radius_x
float top_left_radius_y
float top_right_radius_x
float top_right_radius_y
float bottom_left_radius_x
float bottom_left_radius_y
float bottom_right_radius_x
float bottom_right_radius_y