Interface IRay
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.RayCasting
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public interface IRay
Properties
Basis
VectorF Basis { get; }
Origin
VectorInt Origin { get; }
Current
VectorInt Current { get; }
Methods
GetNext
VectorInt GetNext()
Returns
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.VectorInt