ecs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
Velocity Struct Reference

2Dvelocity More...

Public Member Functions

bool operator== (const Velocity &other) const
 

Public Attributes

int x
 
int y
 

Friends

std::ostream & operator<< (std::ostream &os, const Velocity &v)
 

Detailed Description

2Dvelocity

Examples
TestEcs.cpp.

Member Function Documentation

◆ operator==()

bool Velocity::operator== ( const Velocity other) const
inline
Examples
TestEcs.cpp.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  os,
const Velocity v 
)
friend
Examples
TestEcs.cpp.

Member Data Documentation

◆ x

int Velocity::x
Examples
TestEcs.cpp.

◆ y

int Velocity::y
Examples
TestEcs.cpp.

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