Show / Hide Table of Contents

Interface IPointCloud

Interface for file type independent point cloud implementations.

Namespace: Fusee.PointCloud.Common
Assembly: Fusee.PointCloud.Common.dll
Syntax
public interface IPointCloud

Properties

Center

Center of the point cloud.

Declaration
float3 Center { get; }
Property Value
Type Description
float3

PointCloudImp

Non-Point-type-specific out-out-of-core point cloud implementation.

Declaration
IPointCloudImpBase PointCloudImp { get; }
Property Value
Type Description
IPointCloudImpBase

Size

Size of the point clouds (quadratic) bounding box.

Declaration
float3 Size { get; }
Property Value
Type Description
float3
Generated by DocFX
GitHub Repo
Back to top