PointCloud.normals#

property PointCloud.normals#

Get point normal data as array

Returns:

point normal

Return type:

ndarray(3,N)

Point normals are returned as columns of the array. The columns correspond to the same columns in the points and colors properties.

Seealso:

estimate_normals points colors