Calculates normal vectors for points within a LAS file and stores these data (XYZ vector components) in the RGB field.
def normal_vectors(self, input: Lidar, search_radius: float = -1.0) -> Lidar: ...