OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pointB
(Results
1 - 5
of
5
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
PQTorus.java
148
Vector3f
pointB
= new Vector3f(), T = new Vector3f(), N = new Vector3f(), B = new Vector3f();
170
pointB
= new Vector3f(x, y, z);
173
T =
pointB
.subtract(torusPoints[i]);
174
N = torusPoints[i].add(
pointB
);
/external/opencv/cvaux/src/
cvepilines.cpp
403
double
pointB
[3];
411
(CvPoint3D64d*)
pointB
);
413
if(
pointB
[2] < 0 )/* If negative use other lines for cross */
418
(CvPoint3D64d*)
pointB
);
431
*((CvPoint3D64d*)
pointB
),
436
*((CvPoint3D64d*)
pointB
),
444
*((CvPoint3D64d*)
pointB
),
449
*((CvPoint3D64d*)
pointB
),
470
xB =
pointB
[0];
471
yB =
pointB
[1]
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
623
CvPoint3D64f
pointB
,
[
all
...]
/external/zxing/core/
core.jar
/cts/suite/pts/deviceTests/browserbench/assets/octane/
box2d.js
74
if(P.LengthSquared()<Number.MIN_VALUE*Number.MIN_VALUE)break;X=x[t.m_count];X.indexA=m.GetSupport(w.MulTMV(s.R,P.GetNegative()));X.wA=w.MulX(s,m.GetVertex(X.indexA));X.indexB=r.GetSupport(w.MulTMV(v.R,P));X.wB=w.MulX(v,r.GetVertex(X.indexB));X.w=w.SubtractVV(X.wB,X.wA);++$;++W.b2_gjkIters;var ba=false;for(P=0;P<T;P++)if(X.indexA==C[P]&&X.indexB==J[P]){ba=true;break}if(ba)break;++t.m_count}W.b2_gjkMaxIters=w.Max(W.b2_gjkMaxIters,$);t.GetWitnessPoints(b.pointA,b.
pointB
);b.distance=w.SubtractVV(b.pointA,
75
b.
pointB
).Length();b.iterations=$;t.WriteCache(e);if(f.useRadii){e=m.m_radius;r=r.m_radius;if(b.distance>e+r&&b.distance>Number.MIN_VALUE){b.distance-=e+r;f=w.SubtractVV(b.
pointB
,b.pointA);f.Normalize();b.pointA.x+=e*f.x;b.pointA.y+=e*f.y;b.
pointB
.x-=r*f.x;b.
pointB
.y-=r*f.y}else{X=new p;X.x=0.5*(b.pointA.x+b.
pointB
.x);X.y=0.5*(b.pointA.y+b.
pointB
.y);b.pointA.x=b.
pointB
.x=X.x;b.pointA.y=b.
pointB
.y=X.y;b.distance=0}}};Box2D.postDefs.push(function(){Box2D.Collision.b2Distance.s_simplex=new h;Box2D.Collision.b2Distance.s_saveA=
76
new Vector_a2j_Number(3);Box2D.Collision.b2Distance.s_saveB=new Vector_a2j_Number(3)});Y.b2DistanceInput=function(){};k.b2DistanceOutput=function(){this.pointA=new p;this.
pointB
=new p};z.b2DistanceProxy=function(){};z.prototype.Set=function(b){switch(b.GetType()){case K.e_cir (…)
[
all
...]
Completed in 1245 milliseconds