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

Function compute_coordinates

LASzip/src/laspoint.hpp:1038–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1036 };
1037
1038 inline void compute_coordinates() {
1039 coordinates[0] = get_x();
1040 coordinates[1] = get_y();
1041 coordinates[2] = get_z();
1042 };
1043
1044 inline BOOL compute_XYZ() {
1045 BOOL retX = set_x(coordinates[0]);

Callers

nothing calls this directly

Calls 3

get_xFunction · 0.70
get_yFunction · 0.70
get_zFunction · 0.70

Tested by

no test coverage detected