Home
last modified time | relevance | path

Searched defs:XAxis (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/
H A Dxaxis.go10 type XAxis struct { struct
11 Name string
12 NameStyle Style
14 Style Style
16 Range Range
18 TickStyle Style
19 Ticks []Tick
20 TickPosition TickPosition
22 GridLines []GridLine
23 GridMajorStyle Style
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FMath/
H A DFMVector3.cpp17 const FMVector2 FMVector2::XAxis(1.0f, 0.0f); member in FMVector2
20 const FMVector3 FMVector3::XAxis(1.0f, 0.0f, 0.0f); member in FMVector3
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/datasource/
H A DChartAxisSource.h26 enum class Axis { XAxis, YAxis }; enumerator
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Mechanics/src/
H A DCoordinateAxis.cpp36 const CoordinateAxis::XCoordinateAxis XAxis; variable
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkPlotGrid.h73 vtkAxis* XAxis; variable
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkPlotGrid.h73 vtkAxis *XAxis; variable
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkPlotGrid.h65 vtkAxis *XAxis; variable
/dports/cad/ldview/ldview-4.4/LDLoader/
H A DLDLFacing.h6 typedef enum Axis {XAxis, YAxis, ZAxis} SimAxis; enumerator
/dports/cad/opencascade/opencascade-7.6.0/src/Geom/
H A DGeom_Conic.cxx48 gp_Ax1 Geom_Conic::XAxis () const in XAxis() function in Geom_Conic
/dports/cad/opencascade/opencascade-7.6.0/src/gce/
H A Dgce_MakeElips.cxx56 gp_Dir XAxis(gp_XYZ(S1.XYZ()-Center.XYZ())); in gce_MakeElips() local
H A Dgce_MakeHypr.cxx35 gp_Dir XAxis(gp_XYZ(S1.XYZ()-Center.XYZ())); in gce_MakeHypr() local
H A Dgce_MakeParab2d.cxx67 gp_Dir2d XAxis(gp_XY(S.XY()-Center.XY())); in gce_MakeParab2d() local
H A Dgce_MakeElips2d.cxx38 gp_Dir2d XAxis(gp_XY(S1.XY()-Center.XY())); in gce_MakeElips2d() local
H A Dgce_MakeHypr2d.cxx36 gp_Dir2d XAxis(gp_XY(S1.XY()-Center.XY())); in gce_MakeHypr2d() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativemousearea_p.h76 enum Axis { XAxis=0x01, YAxis=0x02, XandYAxis=0x03 }; in QT_MODULE() enumerator
/dports/games/astromenace/astromenace-1.4.1/src/object3d/
H A Dcollision_detection.cpp137 sVECTOR3D XAxis(matB[0], matB[3], matB[6]); in CheckHitBBHitBBCollisionDetection() local
280 sVECTOR3D XAxis(matB[0], matB[3], matB[6]); in CheckHitBBOBBCollisionDetection() local
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkBoundedPlanePointPlacer.h114 XAxis=0, enumerator
H A DvtkResliceCursor.h181 double XAxis[3]; variable
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkBoundedPlanePointPlacer.h120 XAxis = 0, enumerator
H A DvtkResliceCursor.h192 double XAxis[3]; variable
/dports/science/code_saturne/code_saturne-7.1.0/src/fvm/
H A Dfvm_to_vtk_histogram.cxx161 vtkAxis *XAxis = line->GetXAxis(); in fvm_to_vtk_display_histogram_png() local
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkBoundedPlanePointPlacer.h96 XAxis=0, enumerator
H A DvtkResliceCursor.h148 double XAxis[3]; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/opennurbs/
H A Dopennurbs_fpoint.h405 static const ON_2fVector XAxis; // (1.0f,0.0f) variable
637 static const ON_3fVector XAxis; // (1.0f,0.0f,0.0f) variable
/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_fpoint.h405 static const ON_2fVector XAxis; // (1.0f,0.0f) variable
637 static const ON_3fVector XAxis; // (1.0f,0.0f,0.0f) variable

123456789