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

Method name

LASlib/src/lastransform.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364{
365 public:
366 inline const CHAR* name() const
367 {
368 return "scale_x";
369 };
370 inline I32 get_command(CHAR* string) const
371 {
372 return sprintf(string, "-%s %lf ", name(), scale);

Callers 2

adjust_offsetMethod · 0.45
delete_operationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected