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

Method LASoperationScaleXYZ

LASlib/src/lastransform.cpp:551–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549 }
550 };
551 LASoperationScaleXYZ(F64 x_scale, F64 y_scale, F64 z_scale)
552 {
553 this->scale[0] = x_scale;
554 this->scale[1] = y_scale;
555 this->scale[2] = z_scale;
556 };
557
558 private:
559 F64 scale[3];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected