vOOlkan
An object oriented approach to Vulkan
|
#include <Foundations.h>
Public Member Functions | |
Force (glm::vec3 vector={ 0.0f, 0.0f, 0.0f }) | |
Force (float x, float y, float z) | |
![]() | |
Vectorial (glm::vec3 vector={ 0.0f, 0.0f, 0.0f }) | |
Vectorial (float x, float y, float z) | |
float | x () const |
float | y () const |
float | z () const |
operator glm::vec3 () const | |
Friends | |
Acceleration | operator/ (Force force, Mass mass) |
Additional Inherited Members | |
![]() | |
glm::vec3 | vector |
|
inline |
|
inline |
|
friend |