Boundary Checking
Performs the same operations but skips boundary checks for use with trusted data in order to achieve increased speed. As a result, operations may be "successfully" performed on invalid coordinates, or result in invalid coordinates.
SRM_ChangeCoordinateSRFUnvalidated
const SRM_SRF_Parameters_Pair coord_op_params_ptr,
const SRM_Coordinate * source_coord_ptr,
SRM_Coordinate * dest_coord_ptr
SRM_ChangeCoordinateArraySRFUnvalidated
const SRM_SRF_Parameters_Pair convert_params_ptr,
SRM_Integer_Positive array_size,
const SRM_Coordinate * source_coord_array,
SRM_Coordinate * dest_coord_array