Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ operator>
Method
operator>
GTE/Mathematics/AlignedBox.h:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
bool operator> (AlignedBox const& box) const
119
{
120
return box.operator<(*this);
121
}
122
123
bool operator>=(AlignedBox const& box) const
124
{
Callers
nothing calls this directly
Calls
1
operator<
Method · 0.45
Tested by
no test coverage detected