Home
last modified time | relevance | path

Searched defs:oldYAngle (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/apps/cloud_composer/src/point_selectors/
H A Dselected_trackball_interactor_style.cpp170 double oldYAngle = vtkMath::DegreesFromRadians( asin( oyf ) ); in Rotate() local
/dports/math/vtk8/VTK-8.2.0/Interaction/Style/
H A DvtkInteractorStyleTrackballActor.cxx274 double oldYAngle = vtkMath::DegreesFromRadians( asin( oyf ) ); in Rotate() local
/dports/math/vtk9/VTK-9.1.0/Interaction/Style/
H A DvtkInteractorStyleTrackballActor.cxx270 double oldYAngle = vtkMath::DegreesFromRadians(asin(oyf)); in Rotate() local
/dports/math/vtk6/VTK-6.2.0/Interaction/Style/
H A DvtkInteractorStyleTrackballActor.cxx274 double oldYAngle = vtkMath::DegreesFromRadians( asin( oyf ) ); in Rotate() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DChartArea3D.cs553 internal int oldYAngle = 30; field in System.Windows.Forms.DataVisualization.Charting.ChartArea