Crate fidl_fuchsia_math

Source

Structs§

Inset
An integer offset to apply to each edge of a rectangle.
InsetF
A floating point offset to apply to each edge of a rectangle.
Point
An integer position in a 2D cartesian space.
Point3F
A floating point position in a 3D cartesian space.
PointF
A floating point position in a 2D cartesian space.
RRectF
A floating point rounded rectangle with the custom radii for all four corners.
RatioU32
A ratio of unsigned 32-bit numbers.
RatioU64
A ratio of unsigned 64-bit numbers.
Rect
An integral, rectangular, axis-aligned region in a 2D cartesian space.
RectF
A floating point, rectangular, axis-aligned region in a 2D cartesian space.
RectU
An integral, rectangular, axis-aligned region in a 2D cartesian space, with unsigned location and distance fields.
Size
The integer dimensions of a rectangular region in a 2D cartesian space.
SizeF
The floating point dimensions of a rectangular region in a 2D cartesian space.
SizeU
The unsigned integer dimensions of a rectangular region in a 2D cartesian space.
Transform
A projective transformation of a 3D cartesian space.
Vec3F
Represents a 3D vector with floating point coordinates.
Vec4F
Represents a 4D vector with floating point coordinates.
VecF
Represents a 2D vector with floating point coordinates.
Vec_
Represents a 2D vector with integer coordinates.

Type Aliases§

QuaternionF