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
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
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