File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Core/include/Acts/Geometry Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ class PortalFusingException : public std::exception {
42
42
// / portals that describes which volumes lie behind the portal in that
43
43
// / direction. Portals use associated portal links to perform lookups of target
44
44
// / volumes.
45
- // / Each portal has two links, and a corresponding surface. One link is
46
- // / associated with the direction along the surface's normal vector, and one
47
- // / with the opposite direction.
45
+ // / Each portal has two links (at least one non-null), and a corresponding
46
+ // / surface. One link is associated with the direction along the surface's
47
+ // / normal vector, and one with the opposite direction.
48
48
class Portal {
49
49
public:
50
50
// / Constructor for a portal from a single link
@@ -88,8 +88,8 @@ class Portal {
88
88
};
89
89
90
90
// / Entry for the link along normal
91
- // / Entry for the link opposite normal
92
91
Link alongNormal{};
92
+ // / Entry for the link opposite normal
93
93
Link oppositeNormal{};
94
94
};
95
95
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class GeometryContext;
24
24
25
25
// / PortalLinkBase is the abstract base class for all portal links.
26
26
// / A portal link is a mapping between a surface and a point on the surface and
27
- // / a destination tracking volum .
27
+ // / a destination tracking volume .
28
28
// / The derived classes implement different ways to resolve a volume
29
29
class PortalLinkBase {
30
30
protected:
You can’t perform that action at this time.
0 commit comments