MCPcopy Create free account
hub / github.com/LAStools/LAStools / set_adjusted_offset

Method set_adjusted_offset

LASlib/src/lastransform.cpp:119–124  ·  view source on GitHub ↗

setting the new offset factor

Source from the content-addressed store, hash-verified

117
118/// setting the new offset factor
119void LASoperation::set_adjusted_offset(F64 adjusted_offset_x, F64 adjusted_offset_y, F64 adjusted_offset_z)
120{
121 this->adjusted_offset_x = adjusted_offset_x;
122 this->adjusted_offset_y = adjusted_offset_y;
123 this->adjusted_offset_z = adjusted_offset_z;
124};
125
126/// Returns the coordinate array if the point coordinates were not changed during the operation or transformed
127F64* LASoperation::get_offset_adjust_coord_without_trafo_changes(F64 x, F64 y, F64 z) {

Callers 1

adjust_offsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected