MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isOnSide

Method isOnSide

src/Core/Transform/Referential.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 bool Referential::isOnSide() const
92 {
93 return (isOnLeftSide() || isOnRightSide()) ^ (isOnTopSide() || isOnBottomSide());
94 }
95
96 bool Referential::isKnown() const
97 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected