Gets a pointer to the raw profile data. Raw data is a 2-dimensional array of [x,z] data, with XResolution and ZResolution units. The calculation for each point is: X: XOffset + ranges[index][0] * XResolution Z: ZOffset + ranges[index][1] * ZResolution Invalid ranges are equal to GO2_INVALID_RANGE
Go2Int16* Go2RawProfileData_Ranges(Go2RawProfileData data);
|
Parameters |
Description |
|
Go2RawProfileData data |
Go2RawProfileData object. |
Pointer to the first range value in the profile array.
Go2DataTypes.h