Line.PointAt Method

Evaluates a point on (infinite) line.
Public Function PointAt( _ 
ByVal t As Double
) As Point3D
This language is not supported or no code example is available.
public Point3D PointAt( 
double t 
)
This language is not supported or no code example is available.

Parameters

t
double

Evaluation parameter

Return Value

Point3D

(1 - t/Domain.Length) * start + t/Domain.Length * end

.NET Framework

Supported in: 4.8

In this article

Definition