ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ecvPlaneEditDlg.cpp File Reference
#include "ecvPlaneEditDlg.h"
#include "MainWindow.h"
#include <ecvPickingHub.h>
#include <ecvNormalVectors.h>
#include <ecvPlane.h>
#include <QDoubleValidator>
Include dependency graph for ecvPlaneEditDlg.cpp:

Go to the source code of this file.

Variables

static double s_dip = 0
 
static double s_dipDir = 0
 
static double s_width = 10.0
 
static double s_height = 10.0
 
static bool s_upward = true
 
static CCVector3d s_center (0, 0, 0)
 

Variable Documentation

◆ s_center

CCVector3d s_center(0, 0, 0) ( ,
,
 
)
static

◆ s_dip

double s_dip = 0
static

◆ s_dipDir

double s_dipDir = 0
static

◆ s_height

double s_height = 10.0
static

◆ s_upward

bool s_upward = true
static

◆ s_width

double s_width = 10.0
static