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

Method transform

io/private/esri/Obb.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void Obb::transform(const SrsTransform& xform)
138{
139 xform.transform(m_p.x(), m_p.y(), m_p.z());
140}
141
142// This could be optimized by storing things, and there is also symmetry
143// that could eliminate rotations, but that seems unnecessary for now.

Callers 8

initializeMethod · 0.45
traverseTreeMethod · 0.45
reprogrowFunction · 0.45
processPointMethod · 0.45
initializeMethod · 0.45
reprogrowFunction · 0.45
processPointMethod · 0.45
filterBoundsMethod · 0.45

Calls 3

xMethod · 0.45
yMethod · 0.45
zMethod · 0.45

Tested by

no test coverage detected