class Plane3
Defined at line 6239 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Oriented plane described by a normal vector and a distance
from the origin along that vector.
Public Methods
void Plane3 (Storage_ storage)
void Plane3 (::fuchsia_ui_gfx::Vec3 dir, float dist)
void Plane3 ()
Default constructs a |Plane3| only if all of its members are default constructible.
Defined at line 6249 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void Plane3 (Plane3 && )
Defined at line 6252 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
void Plane3 (const Plane3 & other)
Plane3 & operator= (Plane3 && )
Defined at line 6253 of file fidling/gen/sdk/fidl/fuchsia.ui.gfx/fuchsia.ui.gfx/cpp/fidl/fuchsia.ui.gfx/cpp/natural_types.h
Plane3 & operator= (const Plane3 & other)
bool operator== (const Plane3 & other)
bool operator!= (const Plane3 & other)
const ::fuchsia_ui_gfx::Vec3 & dir ()
::fuchsia_ui_gfx::Vec3 & dir ()
Plane3 & dir (::fuchsia_ui_gfx::Vec3 value)
Setter for dir.
float dist ()
float & dist ()
Plane3 & dist (float value)
Setter for dist.
void Plane3 (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits