Skip to main content

Class SimpleRay

Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.RayCasting
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class SimpleRay : BaseRay, IRay

Inheritance: System.Object -> Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.RayCasting.BaseRay -> SimpleRay

Implements

Inherited Members

Constructors

SimpleRay

public SimpleRay(VectorInt origin, VectorF basis)

Methods

GetNext

public override VectorInt GetNext()
Returns

Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.VectorInt

Overrides
Was this page helpful?