pub fn point_cloud_positions<'a>(
source: &'a impl HasPositions3,
) -> VizResult<PointCloudView<'a>>Expand description
Creates a zero-copy point view from a core position capability.
The returned view borrows the source’s structure-of-arrays columns. This function never interleaves, uploads, or otherwise copies point data.