Enum PointPositionType
Declares valid data types for a point cloud's position data.
Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum PointPositionType
Fields
Name | Description |
---|---|
Double3 | A point cloud point has a position value of type double3. |
Float3 | A point cloud point has a position value of type float3. |
Undefined | The position of this point is undefined - renders the point unusable. |