Page MenuHomePhabricator

isInside method is still slow on ellipsoid, cone and cylinder
Closed, ResolvedPublic

Description

the isInside method of these bounding objects still use the WorldToIndex transform of their geometry. So the inverse is computed for every single point.

Event Timeline

[SVN revision 23894]
FIX (#4385): IsInside method now uses the VtkTransform, which caches the inverse.