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

Method LASoperationScaleNIR

LASlib/src/lastransform.cpp:5525–5528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5523 point->rgb[3] = U16_CLAMP(scale * point->rgb[3]);
5524 };
5525 LASoperationScaleNIR(F32 scale_NIR)
5526 {
5527 scale = scale_NIR;
5528 };
5529
5530 private:
5531 F32 scale;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected