Struct PosD3NorF3ColF3InUs
Point type: Position, normal, color, intensity.
Inherited Members
      System.ValueType.Equals(System.Object)
    
    
      System.ValueType.GetHashCode()
    
    
      System.ValueType.ToString()
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetType()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public struct PosD3NorF3ColF3InUs
  Fields
Color
The point's rgb color.
Declaration
public float3 Color
  Field Value
| Type | Description | 
|---|---|
| float3 | 
Intensity
The point's intensity (gray scale).
Declaration
public ushort Intensity
  Field Value
| Type | Description | 
|---|---|
| System.UInt16 | 
Normal
The point's normal vector.
Declaration
public float3 Normal
  Field Value
| Type | Description | 
|---|---|
| float3 | 
Position
The point's coordinate in 3D space.
Declaration
public double3 Position
  Field Value
| Type | Description | 
|---|---|
| double3 |