KiCad PCB EDA Suite
|
#include <board_project_settings.h>
Public Member Functions | |
VIEWPORT3D (const wxString &aName=wxEmptyString) | |
VIEWPORT3D (const wxString &aName, glm::mat4 aViewMatrix) | |
Public Attributes | |
wxString | name |
glm::mat4 | matrix |
Definition at line 254 of file board_project_settings.h.
|
inline |
Definition at line 256 of file board_project_settings.h.
References name.
|
inline |
Definition at line 260 of file board_project_settings.h.
glm::mat4 VIEWPORT3D::matrix |
Definition at line 266 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS_3D::doApplyViewport(), PARAM_VIEWPORT3D::jsonToViewports(), APPEARANCE_CONTROLS_3D::onUpdateViewportsCb(), and VIEWPORT3D().
wxString VIEWPORT3D::name |
Definition at line 265 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS_3D::onViewportChanged(), VIEWPORT3D(), and VIEWPORT3D().