SEG: added SquaredLength() method
This commit is contained in:
parent
ac871702ce
commit
7b0531fdd1
|
@ -268,6 +268,12 @@ class SEG {
|
||||||
return (a - b).EuclideanNorm();
|
return (a - b).EuclideanNorm();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ecoord SquaredLength() const
|
||||||
|
{
|
||||||
|
return (a - b).SquaredEuclideanNorm();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Function Index()
|
* Function Index()
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue