OrientationsWriter#

class OrientationsWriter(points, quaternions, entities)[source]#

Bases: object

Methods

OrientationsWriter.to_file(file_path[, ...])

Write orientations data to file in specified format.

to_file(file_path, file_format=None, **kwargs)[source]#

Write orientations data to file in specified format.

Parameters:
file_pathstr

Output file path.

file_formatstr, optional

Output format, inferred from extension if None.

**kwargs

Additional keyword arguments passed to writer.

Raises:
ValueError

If the file format is not supported.