Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SharpMap
Geometries
Curve
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