Line2d.Eval (Double) Method

Computes a new point which is on this infinite line given a parameter in range 0-1. Smaller parameters than 0.0 or larger parameters than 1.0 works as well, and returns points out of the line segment.
public Point2d Eval( 
   double param 
)

Parameters

param
double

The parameter to compute for.

Return Value

Point2d

A new point on the line segment.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition