Class PosD3Accessor
PointAccessor<TPoint> for Point Clouds which position information only.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fusee.PointCloud.Core.Accessors
Assembly: Fusee.PointCloud.Core.dll
Syntax
public class PosD3Accessor : PointAccessor<PosD3>, IPointAccessor
Constructors
PosD3Accessor()
Creates a new instance.
Declaration
public PosD3Accessor()
Methods
GetPositionFloat3_64(ref PosD3)
Returns the position of a point cloud point.
Declaration
public override ref double3 GetPositionFloat3_64(ref PosD3 point)
Parameters
Type | Name | Description |
---|---|---|
PosD3 | point | The point cloud point. |
Returns
Type | Description |
---|---|
double3 |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3>.GetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3)
SetPositionFloat3_64(ref PosD3, double3)
Sets the position of a point cloud point.
Declaration
public override void SetPositionFloat3_64(ref PosD3 point, double3 val)
Parameters
Type | Name | Description |
---|---|---|
PosD3 | point | The point cloud point. |
double3 | val | The new position value. |
Overrides
Fusee.PointCloud.Core.Accessors.PointAccessor<Fusee.PointCloud.Common.Accessors.PosD3>.SetPositionFloat3_64(Fusee.PointCloud.Common.Accessors.PosD3, double3)