setting the new offset factor
| 117 | |
| 118 | /// setting the new offset factor |
| 119 | void 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 |
| 127 | F64* LASoperation::get_offset_adjust_coord_without_trafo_changes(F64 x, F64 y, F64 z) { |