#include <lib/egg/math.hpp>
A three-dimensional floating point vector.
Definition at line 48 of file math.hpp.
|
| Vector3f () |
| Constructs an empty vector.
|
|
| Vector3f (f32 fx, f32 fy, f32 fz) |
| Constructs a vector from two floating point values.
|
|
void | set (float x, float y, float z) |
|
| VEC3 (float fx, float fy, float fz) |
|
◆ Vector3f() [1/2]
EGG::Vector3f::Vector3f |
( |
| ) |
|
|
inline |
Constructs an empty vector.
Definition at line 51 of file math.hpp.
◆ ~Vector3f()
EGG::Vector3f::~Vector3f |
( |
| ) |
|
|
inline |
◆ Vector3f() [2/2]
EGG::Vector3f::Vector3f |
( |
f32 | fx, |
|
|
f32 | fy, |
|
|
f32 | fz ) |
|
inline |
Constructs a vector from two floating point values.
Definition at line 56 of file math.hpp.
◆ set()
void EGG::Vector3f::set |
( |
float | x, |
|
|
float | y, |
|
|
float | z ) |
|
inline |