class Point2
Defined at line 15 of file ../../src/ui/scenic/lib/types/point2.h
Public Methods
void Point2 (const Point2 & )
Defined at line 30 of file ../../src/ui/scenic/lib/types/point2.h
void Point2 (Point2 && )
Defined at line 31 of file ../../src/ui/scenic/lib/types/point2.h
Point2 & operator= (const Point2 & )
Defined at line 32 of file ../../src/ui/scenic/lib/types/point2.h
Point2 & operator= (Point2 && )
Defined at line 33 of file ../../src/ui/scenic/lib/types/point2.h
void ~Point2 ()
Defined at line 34 of file ../../src/ui/scenic/lib/types/point2.h
int32_t x ()
Defined at line 42 of file ../../src/ui/scenic/lib/types/point2.h
int32_t y ()
Defined at line 43 of file ../../src/ui/scenic/lib/types/point2.h
bool IsOrigin ()
Defined at line 44 of file ../../src/ui/scenic/lib/types/point2.h
Point2 From (const fuchsia_math::Vec & fidl_vec)
Constructors.
Defined at line 59 of file ../../src/ui/scenic/lib/types/point2.h
Point2 From (const fuchsia_math::wire::Vec & fidl_vec)
static
Defined at line 64 of file ../../src/ui/scenic/lib/types/point2.h
void Point2 (const Point2::ConstructorArgs & args)
Constructor that enables the designated initializer syntax.
NOLINTNEXTLINE(google-explicit-constructor)
Defined at line 56 of file ../../src/ui/scenic/lib/types/point2.h
fuchsia_math::Vec ToFidl ()
Defined at line 74 of file ../../src/ui/scenic/lib/types/point2.h
fuchsia_math::wire::Vec ToWire ()
Defined at line 76 of file ../../src/ui/scenic/lib/types/point2.h
Friends
bool Point2 (const Point2 & lhs, const Point2 & rhs)
bool Point2 (const Point2 & lhsconst Point2 & rhs)