Show / Hide Table of Contents

Enum PointNormalType

Declares valid data types for a point cloud's normal vectors.

Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum PointNormalType

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.

None

A point cloud point without an normal.

Generated by DocFX
GitHub Repo
Back to top