Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
SharpMap
Utilities
Algorithms
C# Class SharpMap.Utilities.Algorithms
Exibir arquivo
Open project: jumpinjackie/fdotoolbox
Public Methods
Method
Description
IsCCW
(
LinearRing
ring
) :
bool
Tests whether a ring is oriented counter-clockwise.
Method Details
IsCCW()
public
static
method
Tests whether a ring is oriented counter-clockwise.
public
static
IsCCW
(
LinearRing
ring
) :
bool
ring
SharpMap.Geometries.LinearRing
Ring to test.
return
bool