C# Class SharpMap.Utilities.Algorithms

Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
IsCCW ( LinearRing ring ) : bool

Tests whether a ring is oriented counter-clockwise.

Method Details

IsCCW() public static méthode

Tests whether a ring is oriented counter-clockwise.
public static IsCCW ( LinearRing ring ) : bool
ring SharpMap.Geometries.LinearRing Ring to test.
Résultat bool