MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / BasicPointCloud

Class BasicPointCloud

utils/graphics_utils.py:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15from typing import NamedTuple
16
17class BasicPointCloud(NamedTuple):
18 points : np.array
19 colors : np.array
20 normals : np.array
21 time : np.array = None
22
23def geom_transform_points(points, transf_matrix):
24 P, _ = points.shape

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected