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

Method get_command

LASlib/src/lastransform.cpp:2693–2696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2691 return "copy_register_into_x";
2692 };
2693 inline I32 get_command(CHAR* string) const
2694 {
2695 return sprintf(string, "-%s %u ", name(), index);
2696 };
2697 inline F64* transform_coords_for_offset_adjustment(F64 x, F64 y, F64 z)
2698 {
2699 F64* tranformed_coord = new F64[3]{0.0, 0.0, 0.0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected