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