C# Класс SharpMap.Geometries.Curve

A Curve is a one-dimensional geometric object usually stored as a sequence of points, with the subtype of Curve specifying the form of the interpolation between points.
Наследование: Geometry
Показать файл Открыть проект

Открытые методы

Метод Описание
Value ( double t ) : System.Point

The position of a point on the line, parameterised by length.

Описание методов

Value() публичный абстрактный Метод

The position of a point on the line, parameterised by length.
public abstract Value ( double t ) : System.Point
t double
Результат System.Point