Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ AttachCoplanarChild
Method
AttachCoplanarChild
GTE/Graphics/BspNode.h:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
inline std::shared_ptr<Spatial> AttachCoplanarChild(std::shared_ptr<Spatial> const& child)
41
{
42
return SetChild(1, child);
43
}
44
45
inline std::shared_ptr<Spatial> AttachNegativeChild(std::shared_ptr<Spatial> const& child)
46
{
Callers
1
CreateNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected