|
TinyGPU
|
Represents a 3D point or vector. More...
#include <WireFrame3D.h>
Public Member Functions | |
| Vec3 | operator+ (const Vec3 &other) const |
| Vec3 | operator- (const Vec3 &other) const |
| Vec3 | operator* (float scalar) const |
| Vec3 | operator/ (float scalar) const |
Public Attributes | |
| float | x = 0.0f |
| float | y = 0.0f |
| float | z = 0.0f |
Represents a 3D point or vector.
|
inline |
|
inline |
| float x = 0.0f |
| float y = 0.0f |
| float z = 0.0f |