#include <vec2.h>
◆ vec2() [1/2]
| fireworks::maths::vec2::vec2 |
( |
| ) |
|
◆ vec2() [2/2]
| fireworks::maths::vec2::vec2 |
( |
const float & |
x, |
|
|
const float & |
y |
|
) |
| |
◆ add()
| vec2 & fireworks::maths::vec2::add |
( |
const vec2 & |
other | ) |
|
◆ divide()
| vec2 & fireworks::maths::vec2::divide |
( |
const vec2 & |
other | ) |
|
◆ mutiply()
| vec2 & fireworks::maths::vec2::mutiply |
( |
const vec2 & |
other | ) |
|
◆ operator!=()
| bool fireworks::maths::vec2::operator!= |
( |
const vec2 & |
other | ) |
|
◆ operator*=()
| vec2 & fireworks::maths::vec2::operator*= |
( |
const vec2 & |
other | ) |
|
◆ operator+=()
| vec2 & fireworks::maths::vec2::operator+= |
( |
const vec2 & |
other | ) |
|
◆ operator-=()
| vec2 & fireworks::maths::vec2::operator-= |
( |
const vec2 & |
other | ) |
|
◆ operator/=()
| vec2 & fireworks::maths::vec2::operator/= |
( |
const vec2 & |
other | ) |
|
◆ operator==()
| bool fireworks::maths::vec2::operator== |
( |
const vec2 & |
other | ) |
|
◆ subtract()
| vec2 & fireworks::maths::vec2::subtract |
( |
const vec2 & |
other | ) |
|
◆ operator*
◆ operator+
◆ operator-
◆ operator/
◆ operator<<
| std::ostream& operator<< |
( |
std::ostream & |
stream, |
|
|
const vec2 & |
vector |
|
) |
| |
|
friend |
| float fireworks::maths::vec2::x |
| float fireworks::maths::vec2::y |
The documentation for this struct was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/fireworks-engine/checkouts/latest/Fireworks Engine/Fireworks Core/src/maths/vec2.h
- /home/docs/checkouts/readthedocs.org/user_builds/fireworks-engine/checkouts/latest/Fireworks Engine/Fireworks Core/src/maths/vec2.cpp