Home
last modified time | relevance | path

Searched refs:aBaseVec (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_WLineTool.cxx352 const gp_Vec2d& aBaseVec, in IsInsideIn2d() argument
359 Standard_Real aCross = aVec2d.Crossed(aBaseVec); in IsInsideIn2d()
361 / aBaseVec.SquareMagnitude(); in IsInsideIn2d()
372 const gp_Vec& aBaseVec, in IsInsideIn3d() argument
379 Standard_Real aSquareDist = aVec.CrossSquareMagnitude(aBaseVec) in IsInsideIn3d()
380 / aBaseVec.SquareMagnitude(); in IsInsideIn3d()
/dports/cad/opencascade/opencascade-7.6.0/samples/OCCTOverview/code/
H A DGeometrySamples.cxx681 gp_Vec aBaseVec(0.0, 0.0, 10.0); in RotatedVector3dSample() local
683 gp_Vec aRotatedVec = aBaseVec.Rotated(gp_Ax1(aZeroPnt, gp_Dir(1.0, 0.0, 0.0)), M_PI_4); in RotatedVector3dSample()
685 Handle(AdaptorVec_AIS) aBaseVecAIS = new AdaptorVec_AIS(aZeroPnt, aBaseVec); in RotatedVector3dSample()
691 Standard_Real anAdgle = aBaseVec.Angle(aRotatedVec)*180.0 / M_PI; in RotatedVector3dSample()
/dports/cad/opencascade/opencascade-7.6.0/src/ProjLib/
H A DProjLib_ComputeApproxOnPolarSurface.cxx180 gp_Vec aBaseVec(aBasePnt, aProjPnt); in anOrthogSqValue() local
188 Standard_Real aFirstPart = aSu.Dot(aBaseVec); in anOrthogSqValue()
189 Standard_Real aSecondPart = aSv.Dot(aBaseVec); in anOrthogSqValue()