Home
last modified time | relevance | path

Searched defs:SetXYZ (Results 1 – 17 of 17) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IGESData/
H A DIGESData_ParamCursor.cxx49 void IGESData_ParamCursor::SetXYZ (const Standard_Boolean autoadv) in SetXYZ() function in IGESData_ParamCursor
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dpoint3d.h110 void Point3D::SetXYZ(const Eigen::Vector3d& xyz) { xyz_ = xyz; } in SetXYZ() function
/dports/biology/migrate/migrate-3.6.11/src/haru/
H A DPdfDestinations.cc103 PdfDestination::SetXYZ(double left, double top, double zoom) in SetXYZ() function in PdfDestination
/dports/games/duel/duel/src/libDazzle/
H A DVec3f.cpp72 void CVec3f::SetXYZ(float in_X, float in_Y, float in_Z) in SetXYZ() function in CVec3f
/dports/cad/opencascade/opencascade-7.6.0/src/IntPolyh/
H A DIntPolyh_StartPoint.cxx95 void IntPolyh_StartPoint::SetXYZ(const Standard_Real XX, in SetXYZ() function in IntPolyh_StartPoint
/dports/games/tuxracer/tuxracer-0.61/src/
H A Dquadgeom.hpp35 void SetXYZ(float newx, float newy, float newz) { x[0] = newx; x[1] = newy; x[2] = newz; } in SetXYZ() function in vector
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Pnt.hxx79 void SetXYZ (const gp_XYZ& theCoord) { coord = theCoord; } in SetXYZ() function in gp_Pnt
H A Dgp_Dir.hxx426 inline void gp_Dir::SetXYZ (const gp_XYZ& theXYZ) in SetXYZ() function in gp_Dir
H A Dgp_Vec.hxx83 void SetXYZ (const gp_XYZ& theCoord) { coord = theCoord; } in SetXYZ() function in gp_Vec
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Pnt.hxx79 void SetXYZ (const gp_XYZ& theCoord) { coord = theCoord; } in SetXYZ() function in gp_Pnt
H A Dgp_Dir.hxx426 inline void gp_Dir::SetXYZ (const gp_XYZ& theXYZ) in SetXYZ() function in gp_Dir
H A Dgp_Vec.hxx83 void SetXYZ (const gp_XYZ& theCoord) { coord = theCoord; } in SetXYZ() function in gp_Vec
/dports/games/scummvm/scummvm-2.5.1/engines/icb/common/
H A Dpx_anims.h88 inline void PXmarker_PC::SetXYZ(float x, float y, float z) { in SetXYZ() function
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dcurves.cc1394 void ColorGradientCurve::SetXYZ(const Curve *pCurve, const double xyz_rgb[3][3], float satur, float… in SetXYZ() function in rtengine::ColorGradientCurve
1534 void ColorGradientCurve::SetXYZ(const std::vector<double> &curvePoints, const double xyz_rgb[3][3],… in SetXYZ() function in rtengine::ColorGradientCurve
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcurves.cc1364 void ColorGradientCurve::SetXYZ(const Curve *pCurve, const double xyz_rgb[3][3], const double rgb_x… in SetXYZ() function in rtengine::ColorGradientCurve
1506 void ColorGradientCurve::SetXYZ(const std::vector<double> &curvePoints, const double xyz_rgb[3][3],… in SetXYZ() function in rtengine::ColorGradientCurve
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dactor.h1296 void SetXYZ(fixed_t xx, fixed_t yy, fixed_t zz) in SetXYZ() function
1307 void SetXYZ(const fixedvec3 &npos) in SetXYZ() function
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs1935 public void SetXYZ(float left, float top, float zoom) { in SetXYZ() method in HPdf.HPdfDestination