Home
last modified time | relevance | path

Searched refs:createPlane (Results 1 – 25 of 116) sorted by relevance

12345

/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/geom3d/
H A DcreatePlane.m28 function plane = createPlane(varargin) function
31 % PLANE = createPlane(P1, P2, P3)
34 % PLANE = createPlane(PTS)
37 % PLANE = createPlane(P0, N);
44 % PLANE = createPlane(P0, Dip, DipDir);
78 plane(i,:) = createPlane(var{i});
108 error ('wrong number of parameters in createPlane');
168 error('Wrong argument in "createPlane".');
171 error('Wrong number of arguments in "createPlane".');
H A DisBelowPlane.m37 % isBelowPlane([1 1 1], createPlane([1 2 3], [1 1 1]))
40 % isBelowPlane([3 3 3], createPlane([1 2 3], [1 1 1]))
56 plane = createPlane(varargin{1}, varargin{2});
H A DplanesBisector.m39 % pl1 = createPlane([3 4 5], [1 2 3]);
40 % pl2 = createPlane([3 4 5], [2 -3 4]);
106 out = createPlane(Pt, n1 - n2);
H A DmedianPlane.m39 % planes3d, createPlane
66 plane = createPlane(p0, n);
H A DorientedBox3d.m60 plane = createPlane(pts(faceInds, :));
71 refPlane = createPlane(pts(tri(indMinBreadth, :), :));
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_los/
H A Dosgearth_los.cpp99 osg::Node* createPlane(osg::Node* node, const GeoPoint& pos, const SpatialReference* mapSRS, double… in createPlane() function
221 …osg::Node* plane1 = createPlane(plane.get(), GeoPoint(geoSRS, -121.656, 46.0935, 4133.06, ALTMODE_… in main()
222 …osg::Node* plane2 = createPlane(plane.get(), GeoPoint(geoSRS, -121.321, 46.2589, 1390.09, ALTMODE_… in main()
233 …osg::Node* plane3 = createPlane(plane.get(), GeoPoint(geoSRS, -121.463, 46.3548, 1348.71, ALTMODE_… in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/include/pcl/visualization/common/
H A Dshapes.h192 createPlane (const pcl::ModelCoefficients &coefficients);
200 createPlane (const pcl::ModelCoefficients &coefficients, double x, double y, double z);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgrePrefabFactory.h60 static void createPlane(Mesh* mesh);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgrePrefabFactory.h60 static void createPlane(Mesh* mesh);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/VisualTests/PlayPen/src/
H A DPlayPenTests.cpp182 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
486 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
641 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
785 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
933 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
1412 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
1691 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
1740 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
6544 MeshManager::getSingleton().createPlane( in setupContent()
7139 MeshManager::getSingleton().createPlane( in setupContent()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Tests/VisualTests/PlayPen/src/
H A DPlayPenTests.cpp200 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
504 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
663 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
1669 MeshManager::getSingleton().createPlane( in setupContent()
1710 MeshManager::getSingleton().createPlane( in setupContent()
1760 MeshManager::getSingleton().createPlane( in setupContent()
3438 MeshManager::getSingleton().createPlane( in setupContent()
5333 MeshManager::getSingleton().createPlane( in setupContent()
6447 MeshManager::getSingleton().createPlane( in setupContent()
7022 MeshManager::getSingleton().createPlane( in setupContent()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/SkyDome/include/
H A DSkyDome.h41 …MeshManager::getSingleton().createPlane("floor", ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, in setupContent()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/SkyDome/include/
H A DSkyDome.h43 …MeshManager::getSingleton().createPlane("floor", ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, in setupContent()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Compute/src/
H A DCompute.cpp49 Ogre::MeshManager::getSingleton().createPlane("PlaneMesh", "General", plane, 20, 20); in setupContent()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/PlayPen/src/
H A DPlayPenSamples.cpp72 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
479 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
620 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
750 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
882 MeshManager::getSingleton().createPlane("Myplane", in setupContent()
/dports/math/octave-forge-matgeom/matgeom-1.2.3/inst/meshes3d/
H A DcreateDurerPolyhedron.m89 plane1 = createPlane([0 0 z1], [0 0 1]);
91 plane2 = createPlane([0 0 -z1], [0 0 -1]);
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgrePrefabFactory.cpp40 createPlane(mesh); in createPrefab()
57 void PrefabFactory::createPlane(Mesh* mesh) in createPlane() function in Ogre::PrefabFactory
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgrePrefabFactory.cpp43 createPlane(mesh); in createPrefab()
60 void PrefabFactory::createPlane(Mesh* mesh) in createPlane() function in Ogre::PrefabFactory
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/VisualTests/VTests/src/
H A DStencilShadowTest.cpp69 MeshManager::getSingleton().createPlane("ground_plane", in setupContent()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/VisualTests/VTests/src/
H A DStencilShadowTest.cpp70 MeshManager::getSingleton().createPlane("ground_plane", in setupContent()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Character/include/
H A DCharacterSample.h100 …MeshManager::getSingleton().createPlane("floor", ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, in setupContent()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Character/include/
H A DCharacterSample.h105 …MeshManager::getSingleton().createPlane("floor", ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, in setupContent()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Tutorials/
H A DBasicTutorial2.cpp122 MeshManager::getSingleton().createPlane( in setup()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/CubeMapping/include/
H A DCubeMapping.h86 …MeshManager::getSingleton().createPlane("floor", ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME, in setupContent()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Demos/Demo_RenderBox/
H A DDemoKeeper.cpp104 Ogre::MeshManager::getSingleton().createPlane( in createDefaultScene()

12345