Home
last modified time | relevance | path

Searched refs:XY_PLANE (Results 1 – 25 of 35) sorted by relevance

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/shapes3D/
H A Dplane_3d.cpp32 XY_PLANE::XY_PLANE( const BBOX_3D& aBBox ) : OBJECT_3D( OBJECT_3D_TYPE::XYPLANE ) in XY_PLANE() function in XY_PLANE
46 XY_PLANE::XY_PLANE( SFVEC3F aCenterPoint, float aXSize, float aYSize ) in XY_PLANE() function in XY_PLANE
62 bool XY_PLANE::Intersect( const RAY& aRay, HITINFO& aHitInfo ) const in Intersect()
94 bool XY_PLANE::IntersectP(const RAY& aRay, float aMaxDistance ) const in IntersectP()
115 bool XY_PLANE::Intersects( const BBOX_3D& aBBox ) const in Intersects()
121 SFVEC3F XY_PLANE::GetDiffuseColor( const HITINFO& /* aHitInfo */ ) const in GetDiffuseColor()
H A Dplane_3d.h37 class XY_PLANE : public OBJECT_3D
40 explicit XY_PLANE( const BBOX_3D& aBBox );
47 XY_PLANE( SFVEC3F aCenterPoint, float aXSize, float aYSize );
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/math/
H A DPlane3D.java28 public static final int XY_PLANE = 1; field in Plane3D
81 return XY_PLANE; in closestAxisPlane()
85 return XY_PLANE; in closestAxisPlane()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkVoronoi2D.h164 XY_PLANE=0, enumerator
178 vtkSetClampMacro(ProjectionPlaneMode,int,XY_PLANE,BEST_FITTING_PLANE);
181 { this->SetProjectionPlaneMode(XY_PLANE); } in SetProjectionPlaneModeToXYPlane()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkVoronoi2D.h161 XY_PLANE = 0, enumerator
175 vtkSetClampMacro(ProjectionPlaneMode, int, XY_PLANE, BEST_FITTING_PLANE);
177 void SetProjectionPlaneModeToXYPlane() { this->SetProjectionPlaneMode(XY_PLANE); } in SetProjectionPlaneModeToXYPlane()
/dports/science/gabedit/GabeditSrc251_300720/src/Symmetry/
H A DReduceMolecule.c69 case XY_PLANE: in removeHalfSpace()
224 if (sym & SYM_H) removeHalfSpace(mol,XY_PLANE); in reduceMoleculeToItsBasisSetOfAtoms()
231 if (sym & SYM_S) removeHalfSpace(mol,XY_PLANE); in reduceMoleculeToItsBasisSetOfAtoms()
H A DMoleculeSymmetryType.h36 XY_PLANE = 0, enumerator
H A DMoleculeSymmetry.c263 ixy = testRotationReflection(mol,XY_PLANE); in getAbelianGroupSymbol()
359 if (testRotationReflection(mol,XY_PLANE)==1) symmetry |= SYM_H; /* linear molecule */ in determineSymmetry()
383 else if (testRotationReflection(mol,XY_PLANE)) in determineSymmetry()
408 if (testRotationReflection(mol,XY_PLANE)) symmetry |= SYM_H; in determineSymmetry()
436 else if (testRotationReflection(mol,XY_PLANE)) in determineSymmetry()
H A DGenerateMolecule.c300 case XY_PLANE: in AddHalfSpace()
865 else if(!strcmp(elements[i],"Sigma")) AddHalfSpace(mol, XY_PLANE); in generateMoleculeFromTheBasisSetOfAtoms()
868 else if(!strcmp(elements[i],"Sigma h")) AddHalfSpace(mol, XY_PLANE); in generateMoleculeFromTheBasisSetOfAtoms()
869 else if(!strcmp(elements[i],"Sigma xy")) AddHalfSpace(mol, XY_PLANE); in generateMoleculeFromTheBasisSetOfAtoms()
H A DSymmetryOperators.c204 case XY_PLANE: in testRotationReflection()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/distance3d/
H A DPlanarPolygon3D.java157 case Plane3D.XY_PLANE: return AxisPlaneCoordinateSequence.projectToXY(seq); in project()
166 case Plane3D.XY_PLANE: return new Coordinate(p.x, p.y); in project()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osgText/
H A DTextBase.cpp172 BEGIN_ENUM_SERIALIZER( AxisAlignment, XY_PLANE );
173 ADD_ENUM_VALUE( XY_PLANE );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osgText/
H A DTextBase.cpp167 BEGIN_ENUM_SERIALIZER( AxisAlignment, XY_PLANE );
168 ADD_ENUM_VALUE( XY_PLANE );
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgautotransform/
H A Dosgautotransform.cpp186 ….0,0.0,0.0),numReps,osg::AutoTransform::ROTATE_TO_CAMERA,osgText::Text::XY_PLANE, "ROTATE_TO_CAMER… in createScene()
187 …1000.0,0.0),numReps,osg::AutoTransform::ROTATE_TO_SCREEN,osgText::Text::XY_PLANE, "ROTATE_TO_SCREE… in createScene()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgText/
H A DTextBase.cpp42 _axisAlignment(XY_PLANE), in TextBase()
223 case XY_PLANE: in setAxisAlignment()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgautotransform/
H A Dosgautotransform.cpp188 ….0,0.0,0.0),numReps,osg::AutoTransform::ROTATE_TO_CAMERA,osgText::Text::XY_PLANE, "ROTATE_TO_CAMER… in createScene()
189 …1000.0,0.0),numReps,osg::AutoTransform::ROTATE_TO_SCREEN,osgText::Text::XY_PLANE, "ROTATE_TO_SCREE… in createScene()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtext3D/
H A Dosgtext3D_orig.cpp61 text1->setAxisAlignment(osgText::Text3D::XY_PLANE); in create3DText()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtext3D/
H A Dosgtext3D_orig.cpp61 text1->setAxisAlignment(osgText::Text3D::XY_PLANE); in create3DText()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DSGText.cxx124 text->setAxisAlignment( osgText::Text::XY_PLANE ); in appendText()
/dports/devel/kyra/grinliz/
H A Dglgeometry.h336 XY_PLANE enumerator
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/raytracing/
H A Dcreate_scene.cpp192 XY_PLANE* objPtr; in createObject()
193 objPtr = new XY_PLANE( BBOX_3D( in createObject()
200 objPtr = new XY_PLANE( BBOX_3D( in createObject()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgText/
H A DTextBase.cpp43 _axisAlignment(XY_PLANE), in TextBase()
358 case XY_PLANE: in setAxisAlignment()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgText/
H A DIO_TextBase.cpp144 if (str=="XY_PLANE") text.setAxisAlignment(osgText::Text::XY_PLANE); in TextBase_readLocalData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgText/
H A DIO_TextBase.cpp144 if (str=="XY_PLANE") text.setAxisAlignment(osgText::Text::XY_PLANE); in convertRenderModeStringToEnum()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgqfont/
H A Dosgqfont.cpp406 text1->setAxisAlignment(osgText::Text::XY_PLANE); in create3DText()

12