|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
#include <Vector3Widget.h>
Public Member Functions | |
| Vector3Widget (const QString &suffix="", QWidget *parent=nullptr) | |
| glm::vec3 | getValue () const |
| void | setValue (const glm::vec3 &v) |
| void | valueChanged (const glm::vec3 &newValue) |
Definition at line 7 of file Vector3Widget.h.
|
explicit |
| glm::vec3 Vector3Widget::getValue | ( | ) | const |
| void Vector3Widget::setValue | ( | const glm::vec3 & | v | ) |
Definition at line 30 of file Vector3Widget.cpp.
| void Vector3Widget::valueChanged | ( | const glm::vec3 & | newValue | ) |