Home
last modified time | relevance | path

Searched refs:topPlane (Results 1 – 13 of 13) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Tcl/
H A DTestClipClosedSurface.tcl29 vtkPlane topPlane
30 topPlane SetNormal 0 0 1
31 topPlane SetOrigin 0 0 0.5
42 capPlanes AddItem topPlane
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Python/
H A DTestClipClosedSurface.py27 topPlane = vtk.vtkPlane() variable
28 topPlane.SetNormal(0,0,1)
29 topPlane.SetOrigin(0,0,0.5)
37 capPlanes.AddItem(topPlane)
/dports/math/vtk8/VTK-8.2.0/Filters/General/Testing/Python/
H A DTestClipClosedSurface.py27 topPlane = vtk.vtkPlane() variable
28 topPlane.SetNormal(0,0,1)
29 topPlane.SetOrigin(0,0,0.5)
37 capPlanes.AddItem(topPlane)
/dports/math/vtk6/VTK-6.2.0/Filters/General/Testing/Python/
H A DTestClipClosedSurface.py28 topPlane = vtk.vtkPlane() variable
29 topPlane.SetNormal(0,0,1)
30 topPlane.SetOrigin(0,0,0.5)
38 capPlanes.AddItem(topPlane)
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkFrustumSpatialFunctionTest.cxx52 double topPlane = 50.0; in itkFrustumSpatialFunctionTest() local
53 frustrumSpatialFunction->SetTopPlane( topPlane ); in itkFrustumSpatialFunctionTest()
54 TEST_SET_GET_VALUE( topPlane, frustrumSpatialFunction->GetTopPlane() ); in itkFrustumSpatialFunctionTest()
193 topPlane = 10.0; in itkFrustumSpatialFunctionTest()
194 frustrumSpatialFunction->SetTopPlane( topPlane ); in itkFrustumSpatialFunctionTest()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DOrthographicCamera.cpp61 …void OrthographicCamera::doComputeFrustumPlanes(Plane3f& topPlane, Plane3f& rightPlane, Plane3f& b… in doComputeFrustumPlanes() argument
66 topPlane = Plane3f(center + h2 * up(), up()); in doComputeFrustumPlanes()
H A DCamera.h106 …void frustumPlanes(Plane3f& topPlane, Plane3f& rightPlane, Plane3f& bottomPlane, Plane3f& leftPlan…
154 …virtual void doComputeFrustumPlanes(Plane3f& topPlane, Plane3f& rightPlane, Plane3f& bottomPlane, …
H A DOrthographicCamera.h40 …void doComputeFrustumPlanes(Plane3f& topPlane, Plane3f& rightPlane, Plane3f& bottomPlane, Plane3f&…
H A DPerspectiveCamera.cpp70 …void PerspectiveCamera::doComputeFrustumPlanes(Plane3f& topPlane, Plane3f& rightPlane, Plane3f& bo… in doComputeFrustumPlanes() argument
75 topPlane = Plane3f(position(), crossed(right(), d).normalized()); in doComputeFrustumPlanes()
H A DPerspectiveCamera.h43 …void doComputeFrustumPlanes(Plane3f& topPlane, Plane3f& rightPlane, Plane3f& bottomPlane, Plane3f&…
/dports/games/tenebrae/tenebrae_0/
H A Dgl_decals.c88 static plane_t leftPlane, rightPlane, bottomPlane, topPlane, backPlane, frontPlane; variable
180 VectorCopy(binormal,topPlane.normal); in R_SpawnDecal()
182 topPlane.dist = -(height * 0.5 + d); in R_SpawnDecal()
351 count = DecalClipPolygonAgainstPlane(&topPlane, count, tempVertex, newVertex); in DecalClipPolygon()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dkpathing.cpp350 Plane *topPlane = g_sci->_gfxFrameout->getTopVisiblePlane(); in draw_line() local
351 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, p1, p2, 255, poly_colors[type], kLineStyleSol… in draw_line()
385 Plane *topPlane = g_sci->_gfxFrameout->getTopVisiblePlane(); in draw_point() local
386 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.left, rect.top), Common::P… in draw_point()
387 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.right, rect.top), Common::… in draw_point()
388 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.left, rect.bottom), Common… in draw_point()
389 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.left, rect.top), Common::P… in draw_point()
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dkpathing.cpp350 Plane *topPlane = g_sci->_gfxFrameout->getTopVisiblePlane(); in draw_line() local
351 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, p1, p2, 255, poly_colors[type], kLineStyleSol… in draw_line()
385 Plane *topPlane = g_sci->_gfxFrameout->getTopVisiblePlane(); in draw_point() local
386 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.left, rect.top), Common::P… in draw_point()
387 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.right, rect.top), Common::… in draw_point()
388 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.left, rect.bottom), Common… in draw_point()
389 …g_sci->_gfxPaint32->kernelAddLine(topPlane->_object, Common::Point(rect.left, rect.top), Common::P… in draw_point()