Points

Inheritance diagram of rumba.Points
class Points

A set of 3d points.

This object is a point cloud.

Constructors

__init__

Value(: bool) -> None

Methods

bounding_box()

Compute the object points bounding box.

compute_vertex_normals(result)

Compute and return the vertex normals.

point_count()

Return the number of points.

read_points()

Return the points buffer.

write_points()

Return the points buffer.