Home
last modified time | relevance | path

Searched refs:posPath (Results 1 – 10 of 10) sorted by relevance

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Doperator_cylinder.cpp444 path.posPath[0].push_back(path1.posPath[0].at(t)); in FindPath()
445 path.posPath[1].push_back(path1.posPath[1].at(t)); in FindPath()
446 path.posPath[2].push_back(path1.posPath[2].at(t)); in FindPath()
451 path.posPath[0].push_back(path2.posPath[0].at(t)); in FindPath()
452 path.posPath[1].push_back(path2.posPath[1].at(t)); in FindPath()
453 path.posPath[2].push_back(path2.posPath[2].at(t)); in FindPath()
460 if ( ((path.dir.at(t)==0) || (path.dir.at(t)==2)) && (path.posPath[1].at(t)==0)) in FindPath()
461 path.posPath[1].at(t) = numLines[1]-2; in FindPath()
H A Doperator.cpp461 path.posPath[0].push_back(minPos[0]); in FindPath()
462 path.posPath[1].push_back(minPos[1]); in FindPath()
463 path.posPath[2].push_back(minPos[2]); in FindPath()
474 path.posPath[0].push_back(currPos[0]); in FindPath()
475 path.posPath[1].push_back(currPos[1]); in FindPath()
476 path.posPath[2].push_back(currPos[2]); in FindPath()
481 path.posPath[0].push_back(currPos[0]); in FindPath()
482 path.posPath[1].push_back(currPos[1]); in FindPath()
483 path.posPath[2].push_back(currPos[2]); in FindPath()
2027 SetVV(path.dir.at(t),path.posPath[0].at(t),path.posPath[1].at(t),path.posPath[2].at(t), 0 ); in CalcPEC_Curves()
[all …]
/dports/games/spring/spring_98.0/AI/Skirmish/KAIK/
H A DPathFinder.h28 float MakePath(F3Vec& posPath, float3& startPos, float3& endPos, int radius);
29 float FindBestPath(F3Vec& posPath, float3& startPos, float myMaxRange, F3Vec& possibleTargets);
30 …float FindBestPathToRadius(F3Vec& posPath, float3& startPos, float radiusAroundTarget, const float…
H A DPathFinder.cpp271 float CPathFinder::MakePath(F3Vec& posPath, float3& startPos, float3& endPos, int radius) { in MakePath() argument
288 posPath.reserve(path.size()); in MakePath()
293 posPath.push_back(mypos); in MakePath()
301 float CPathFinder::FindBestPath(F3Vec& posPath, float3& startPos, float maxRange, F3Vec& possibleTa… in FindBestPath() argument
407 posPath.reserve(path.size()); in FindBestPath()
415 posPath.push_back(mypos); in FindBestPath()
422 float CPathFinder::FindBestPathToRadius(std::vector<float3>& posPath, float3& startPos, float radiu… in FindBestPathToRadius() argument
425 return (FindBestPath(posPath, startPos, radiusAroundTarget, posTargets)); in FindBestPathToRadius()
H A DAttackHandler.cpp271 std::vector<float3> posPath; in FindSafeSpot() local
277 …float dist = ai->pather->MakePath(posPath, subset[whichPath], subset[whichPath + 1], THREATRES * S… in FindSafeSpot()
282 int whichPos = RANDINT % (int) posPath.size(); in FindSafeSpot()
283 res = posPath[whichPos]; in FindSafeSpot()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/extensions/
H A Doperator_ext_excitation.cpp247 pos[0] = path.posPath[0].at(t); in BuildExtension()
248 pos[1] = path.posPath[1].at(t); in BuildExtension()
249 pos[2] = path.posPath[2].at(t); in BuildExtension()
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/
H A Doperator_base.h28 std::vector<unsigned int> posPath[3]; member
/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dph_image.h192 int32 posPath; // Position of the paths in the file variable
H A Dph_image.cpp217 posPath = 0; // No paths in Init()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtstageobject.cpp1351 double posPath = 0; in computeLocalPlacement() local
1360 posPath = m_spline->getStroke()->getLength() * in computeLocalPlacement()
1362 position = m_spline->getStroke()->getPointAtLength(posPath); in computeLocalPlacement()
1367 posPath = m_spline->getStroke()->getLength() * in computeLocalPlacement()
1370 position = m_spline->getStroke()->getPointAtLength(posPath); in computeLocalPlacement()
1373 rad2degree(atan(m_spline->getStroke()->getSpeedAtLength(posPath))); in computeLocalPlacement()