/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/ |
H A D | tri_mesh_I_superquadric.h | 52 double bary[3]; in resolveTriSuperquadricContact() local 59 double *delta, double *contactPoint, Superquadric particle, double *bary) in resolveTriSuperquadricContact() 186 …intToTriangleDistance(int nTri, double *cSphere, double *delta, bool treatActiveFlag, double *bary) in pointToTriangleDistance() 240 double delta[3], bary[3]; in sphereTriangleIntersection() local
|
H A D | tri_mesh_planar_I.h | 104 inline bool TriMeshPlanar::locatePosition(double *pos,int &triID,double *bary,double &distance) in locatePosition() 137 inline bool TriMeshPlanar::constructPositionFromBary(int triID,double *bary,double *pos) in constructPositionFromBary()
|
H A D | tri_mesh_I.h | 59 double bary[3]; in resolveTriSphereContact() local 66 … double *cSphere, double *delta, double *bary,int &barySign,bool skip_inactive) in resolveTriSphereContactBary() 120 …resolveEdgeContactBary(int iTri, int iEdge, double *p, double *delta, double *bary,bool skip_inact… in resolveEdgeContactBary() 166 … double *p, double *delta, double *bary,bool skip_inactive) in resolveCornerContactBary()
|
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_isoparametrization/ |
H A D | iso_transfer.h | 24 void Clamp(CoordType &bary) in Clamp() 105 typename ParamMesh::CoordType queryPoint,closest,bary; in Transfer() local
|
H A D | local_optimization.h | 87 CoordType bary=test_face->vertices_bary[i].second; in StarDistorsion() local 146 CoordType bary=test_face->vertices_bary[i].second; variable 267 CoordType bary; variable 304 CoordType bary=v->Bary; variable
|
H A D | parametrizator.h | 143 CoordType bary=CoordType(0,0,0); in InitializeStructures() local 153 CoordType bary=final_mesh.vert[i].Bary; in InitializeStructures() local 327 CoordType bary=CoordType(0,0,0); in AssociateRemaining() local 456 CoordType bary=base_mesh.face[i].vertices_bary[j].second; in CompactBaseDomain() local 529 CoordType bary=to_restore->face[i].vertices_bary[j].second; in RestoreStatus() local 886 CoordType bary=final_mesh.vert[i].Bary; variable 1001 CoordType bary=vert->Bary; in SaveMCP() local 1096 CoordType bary; in LoadMCP() local 1148 CoordType bary=v->Bary; in LoadMCP() local 1209 CoordType bary=final_mesh.vert[i].Bary; in ExportMeshes() local
|
H A D | local_parametrization.h | 171 (FaceType* f, const typename FaceType::CoordType &bary) in InterpolatePos() 176 (FaceType* f,const typename FaceType::CoordType &bary) in InterpolateRPos() 183 (FaceType* f, const typename FaceType::CoordType &bary) in InterpolateNorm() 205 (FaceType* f,const typename FaceType::CoordType &bary) in InterpolateColor() 502 void AddFace(const FaceType &f,const CoordType & bary) in AddFace() 744 bool testBaryCoords(CoordType &bary) in testBaryCoords() 757 bool NormalizeBaryCoords(CoordType &bary) in NormalizeBaryCoords() 1141 const typename MeshType::CoordType &bary, in InterpolateUV() 1161 typename MeshType::CoordType &bary, in GetBaryFaceFromUV() 1209 typename FaceType::CoordType &bary, in GetBaryFaceFromUV() [all …]
|
H A D | iso_parametrization.h | 1076 CoordType bary=CoordType(UV.X(),UV.Y(),1-UV.X()-UV.Y()); in getHDiamIndex() local 1335 CoordType bary=CoordType(UV.X(),UV.Y(),1-UV.X()-UV.Y()); in GE0() local 1356 CoordType bary; in inv_GE0() local 1393 CoordType bary=CoordType(UV.X(),UV.Y(),1-UV.X()-UV.Y()); in GE1() local 1455 CoordType bary; in inv_GE1() local 1474 vcg::Point2<PScalarType> &bary) in inv_GE1_fixedI() 1495 vcg::Point2<PScalarType> &bary) in inv_GE0_fixedI() 1544 CoordType bary; in inv_GE1Quad() local 1628 CoordType bary=CoordType(UV.X(),UV.Y(),1-UV.X()-UV.Y()); in GE2() local 1644 CoordType bary; in inv_GE2() local [all …]
|
H A D | param_flip.h | 64 CoordType bary=v->Bary; variable 110 CoordType bary; variable 145 CoordType bary=son->Bary; variable
|
H A D | dual_coord_optimization.h | 260 CoordType bary=test->Bary; in InitStarSubdivision() local 327 CoordType bary=test->Bary; in InitDiamondSubdivision() local 389 CoordType bary=test->Bary; in InitFaceSubdivision() local 495 CoordType bary; in MinimizeStep() local 540 CoordType bary=v->Bary; in MinimizeStep() local
|
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/shaders/GLUP/ |
H A D | fragment_shader_utils.h | 74 float edge_factor1(in float bary) { in edge_factor1() 80 float edge_factor3(in vec3 bary) { in edge_factor3() 88 float edge_factor4(in vec4 bary) { in edge_factor4()
|
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/test/ |
H A D | xy-fields.cpp | 17 int bary; member 23 int bary; member 33 int bary; member
|
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/test/ |
H A D | xy-fields.cpp | 17 int bary; member 23 int bary; member 33 int bary; member
|
/dports/math/Imath/Imath-3.1.4/src/ImathTest/ |
H A D | testLineAlgo.cpp | 140 V3f bary; in testIntersect() local 364 V3f bary; in testIntersect() local 406 V3f bary; in testIntersect() local
|
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/GLUP/shaders/GLUPES/ |
H A D | fragment_shader_utils.h | 3 float cell_edge_factor(in vec2 bary) { in cell_edge_factor() 7 float edge_factor(in vec4 bary) { in edge_factor()
|
/dports/math/geogram/geogram-1.7.7/src/lib/exploragram/hexdom/ |
H A D | mesh_inspector.h | 69 vec3 bary = facet_bary(m, f); in facet_normal() local
|
/dports/math/R-cran-geometry/geometry/R/ |
H A D | RcppExports.R | 5 C_tsearch <- function(x, y, elem, xi, yi, bary = FALSE, eps = 1.0e-12) { argument
|
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/ |
H A D | spkssb.c | 12 integer bary; in spkssb_() local
|
H A D | zzspksb1.c | 12 integer bary; in zzspksb1_() local
|
H A D | zzspksb0.c | 12 integer bary; in zzspksb0_() local
|
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/ |
H A D | spkssb.c | 12 integer bary; in spkssb_() local
|
H A D | zzspksb0.c | 12 integer bary; in zzspksb0_() local
|
H A D | zzspksb1.c | 12 integer bary; in zzspksb1_() local
|
/dports/comms/wsjtz/wsjtx/lib/ |
H A D | ephem.f90 | 14 logical km,bary !Set km=.true. to get km, km/s from ephemeris local 15 common/stcomx/km,bary,pvsun(6) !Common used in JPL subroutines local
|
/dports/math/R-cran-geometry/geometry/src/ |
H A D | Rtsearch.cpp | 44 bool PointInTriangle(Point p0, Point p1, Point p2, Point p, Point* bary, double eps) in PointInTriangle() 59 …umericVector y, IntegerMatrix elem, NumericVector xi, NumericVector yi, bool bary = false, double … in C_tsearch()
|