Browse Source

SEG: added SquaredLength() method

pull/1/head
tomasz.wlostowski@cern.ch 12 years ago
parent
commit
7b0531fdd1
  1. 6
      include/geometry/seg.h

6
include/geometry/seg.h

@ -267,6 +267,12 @@ class SEG {
{
return (a - b).EuclideanNorm();
}
ecoord SquaredLength() const
{
return (a - b).SquaredEuclideanNorm();
}
/**
* Function Index()

Loading…
Cancel
Save