Home
last modified time | relevance | path

Searched refs:getMaxRadiusSquared (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ldview/ldview-4.4/TRE/
H A DTREMainModel.h249 virtual TCFloat getMaxRadiusSquared(const TCVector &center);
H A DTREMainModel.cpp1558 TCFloat TREMainModel::getMaxRadiusSquared(const TCVector &center) in getMaxRadiusSquared() function in TREMainModel
1585 return (TCFloat)sqrt(getMaxRadiusSquared(center)); in getMaxRadius()