Struct PosD3InUs
Point type: Position, 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 PosD3InUs
Fields
Intensity
The points intensity (gray scale).
Declaration
public ushort Intensity
Field Value
Type | Description |
---|---|
System.UInt16 |
Position
The points coordinate in 3D space.
Declaration
public double3 Position
Field Value
Type | Description |
---|---|
double3 |