copc-lib icon indicating copy to clipboard operation
copc-lib copied to clipboard

Make Vector3 Iterable

Open clee-ai opened this issue 3 years ago • 0 comments

>>> list(reader.copc_config.las_header.min)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: 'copclib._core.Vector3' object is not iterable

clee-ai avatar Oct 03 '22 15:10 clee-ai