Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
impeller::IPoint16 Struct Reference

#include <rectangle_packer.h>

Public Member Functions

int16_t x () const
 
int16_t y () const
 

Public Attributes

int16_t x_
 
int16_t y_
 

Detailed Description

Definition at line 14 of file rectangle_packer.h.

Member Function Documentation

◆ x()

int16_t impeller::IPoint16::x ( ) const
inline

Definition at line 15 of file rectangle_packer.h.

15{ return x_; }

◆ y()

int16_t impeller::IPoint16::y ( ) const
inline

Definition at line 16 of file rectangle_packer.h.

16{ return y_; }

Member Data Documentation

◆ x_

int16_t impeller::IPoint16::x_

Definition at line 18 of file rectangle_packer.h.

◆ y_

int16_t impeller::IPoint16::y_

Definition at line 19 of file rectangle_packer.h.


The documentation for this struct was generated from the following file: