|
Snapple
|
#include <components.hpp>
Fungsi Anggota Publik | |
| Coordinate | operator+ (const Coordinate &other) const |
| Coordinate | add_row (int r) |
| Coordinate | add_col (int c) |
| raylib::Vector2 | to_vector2 () const |
Atribut Publik | |
| int | row |
| int | col |
Representing a coordinate.
| Coordinate Coordinate::add_col | ( | int | c | ) |
| Coordinate Coordinate::add_row | ( | int | r | ) |
| Coordinate Coordinate::operator+ | ( | const Coordinate & | other | ) | const |
| raylib::Vector2 Coordinate::to_vector2 | ( | ) | const |
| int GameComponents::Coordinate::col |
| int GameComponents::Coordinate::row |