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 234 of file board_project_settings.h.
|
inline |
Definition at line 236 of file board_project_settings.h.
|
inline |
Definition at line 240 of file board_project_settings.h.
glm::mat4 VIEWPORT3D::matrix |
Definition at line 246 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS_3D::doApplyViewport(), PARAM_VIEWPORT3D::jsonToViewports(), and APPEARANCE_CONTROLS_3D::onUpdateViewportsCb().
wxString VIEWPORT3D::name |
Definition at line 245 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS_3D::onViewportChanged().