|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <vector3.hpp>
Public Member Functions | |
| Vector3 () | |
| Vector3 (float x, float y, float z) | |
| void | setVector (float x, float y, float z) |
| Sets this Vector3's values to the given arguments. More... | |
| Vector3 | operator+ (const Vector3 &v) |
| std::string | to_string () |
Data Fields | |
| float | x |
| float | y |
| float | z |
|
inline |
|
inline |
| void Vector3::setVector | ( | float | x, |
| float | y, | ||
| float | z | ||
| ) |
Sets this Vector3's values to the given arguments.
| x | |
| y | |
| z |
| std::string Vector3::to_string | ( | ) |
| float Vector3::x |
| float Vector3::y |
| float Vector3::z |