OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:squareDistance
(Results
1 - 5
of
5
) sorted by null
/external/jmonkeyengine/engine/src/core/com/jme3/math/
LineSegment.java
146
float s0, s1,
squareDistance
, extentDeterminant0, extentDeterminant1, tempS0, tempS1;
165
squareDistance
= s0
176
squareDistance
= s0 * (s0 - (2.0f) * tempS0)
181
squareDistance
= -s0 * s0 + s1
186
squareDistance
= s0 * (s0 - (2.0f) * tempS0)
197
squareDistance
= s0 * (s0 - (2.0f) * tempS0) + s1
202
squareDistance
= -s0 * s0 + s1
207
squareDistance
= s0 * (s0 - (2.0f) * tempS0) + s1
220
squareDistance
= s1 * (s1 - (2.0f) * tempS1)
225
squareDistance
= -s1 * s1 + s0
[
all
...]
/cts/apps/CtsVerifier/include/colorchecker/
vec2.h
50
float
squareDistance
(const Vec2<U> ¶m) const {
vec3.h
80
float
squareDistance
(const Vec3<U> ¶m) const {
/cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp
603
std += mCandidateColors[i][j]->
squareDistance
<float>(meanColor);
640
std += mCandidateColors[i][j]->
squareDistance
<float>(meanColor);
812
error += mCandidateColors[i1 + i][j1 + j]->
squareDistance
<int>(
830
squareDistance
<int>(
[
all
...]
testingimage.cpp
150
if (pixelPosition.
squareDistance
<float>(center) <
Completed in 1098 milliseconds