Typedefs | |
| typedef uint64_t | EventMask |
| using | String = std::string |
| using | Clock = std::chrono::system_clock |
| using | TimePoint = Clock::time_point |
| using | TimeDelta = Clock::duration |
Functions | |
| template<typename T > | |
| Vector2< T > | operator* (const T &mul, const Vector2< T > &vec) |
| double | cos (const Vector3< double > &v1, const Vector3< double > &v2) |
| template<typename T > | |
| std::ostream & | operator<< (std::ostream &out, const Vector3< T > &vec) |
| IPlatform & | PLATFORM () |
| using Sh::Clock = typedef std::chrono::system_clock |
| typedef uint64_t Sh::EventMask |
| using Sh::String = typedef std::string |
| using Sh::TimeDelta = typedef Clock::duration |
| using Sh::TimePoint = typedef Clock::time_point |
| std::ostream& Sh::operator<< | ( | std::ostream & | out, |
| const Vector3< T > & | vec | ||
| ) |
| IPlatform & Sh::PLATFORM | ( | ) |