openfoam/applications/utilities/surface/surfaceClean
Mark Olesen 27c2cdc040 ENH: vector mag(), magSqr() methods - complementary to dist(), distSqr()
ENH: use direct access to pointHit as point(), use dist(), distSqr()

- if the pointHit has already been checked for hit(), can/should
  simply use point() noexcept access subsequently to avoid redundant
  checks. Using vector distSqr() methods provides a minor optimization
  (no itermediate temporary), but can also make for clearer code.

ENH: copy construct pointIndexHit with different index

- symmetric with constructing from a pointHit with an index

STYLE: prefer pointHit point() instead of rawPoint()
2022-11-24 12:21:01 +00:00
..
Make COMP: adjust compilation order with updated interdependencies 2019-04-28 14:44:33 +02:00
collapseBase.C ENH: vector mag(), magSqr() methods - complementary to dist(), distSqr() 2022-11-24 12:21:01 +00:00
collapseBase.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
collapseEdge.C ENH: add triFace valid() method 2022-03-15 14:02:19 +01:00
collapseEdge.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
multiCollapse.stl
surfaceClean.C ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00