class InsetF

Defined at line 1818 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

A floating point offset to apply to each edge of a rectangle.

This type does not specify units. Protocols that use this type should

specify the characteristics of the vector space, including orientation and

units.

Public Methods

void InsetF (Storage_ storage)
void InsetF (float top, float right, float bottom, float left)
void InsetF ()

Default constructs a |InsetF| only if all of its members are default constructible.

Defined at line 1829 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

void InsetF (InsetF && )

Defined at line 1832 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

void InsetF (const InsetF & other)
InsetF & operator= (InsetF && )

Defined at line 1833 of file fidling/gen/sdk/fidl/fuchsia.math/fuchsia.math/cpp/fidl/fuchsia.math/cpp/natural_types.h

InsetF & operator= (const InsetF & other)
bool operator== (const InsetF & other)
bool operator!= (const InsetF & other)
float top ()

The amount to move the top edge of the rectangle towards the center of

the rectangle.

float & top ()

The amount to move the top edge of the rectangle towards the center of

the rectangle.

InsetF & top (float value)

The amount to move the top edge of the rectangle towards the center of

the rectangle.

float right ()

The amount to move the right edge of the rectangle towards the center of

the rectangle.

float & right ()

The amount to move the right edge of the rectangle towards the center of

the rectangle.

InsetF & right (float value)

The amount to move the right edge of the rectangle towards the center of

the rectangle.

float bottom ()

The amount to move the bottom edge of the rectangle towards the center

of the rectangle.

float & bottom ()

The amount to move the bottom edge of the rectangle towards the center

of the rectangle.

InsetF & bottom (float value)

The amount to move the bottom edge of the rectangle towards the center

of the rectangle.

float left ()

The amount to move the left edge of the rectangle towards the center of

the rectangle.

float & left ()

The amount to move the left edge of the rectangle towards the center of

the rectangle.

InsetF & left (float value)

The amount to move the left edge of the rectangle towards the center of

the rectangle.

void InsetF (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits