MCPcopy Create free account
hub / github.com/PDAL/PDAL / intersect

Method intersect

io/private/esri/Obb.cpp:174–177  ·  view source on GitHub ↗

For this to work both this and the clip box must be in the same cartesian system.

Source from the content-addressed store, hash-verified

172// For this to work both this and the clip box must be in the same cartesian
173// system.
174bool Obb::intersect(Obb c)
175{
176 return halfIntersect(*this, c) || halfIntersect(c, *this);
177}
178
179// This is really only a half intersection test.
180bool Obb::halfIntersect(const Obb& a, Obb b)

Callers 2

traverseTreeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64