cloudViewer.geometry.OctreeNodeInfo#
- class cloudViewer.geometry.OctreeNodeInfo#
OctreeNode’s information. OctreeNodeInfo is computed on the fly, not stored with the Node.
- __init__(self, origin, size, depth, child_index)#
- Parameters:
origin (Annotated[numpy.typing.ArrayLike, numpy.float64,) –
size (SupportsFloat) –
depth (SupportsInt) –
child_index (SupportsInt) –
- property child_index#
Node’s child index of itself. For non-root nodes, child_index is 0~7; root node’s child_index is -1.
- Type:
- property origin#
Origin coordinate of the node.
- Type:
(3, 1) float numpy array