C# 클래스 SharpMap.Utilities.Algorithms

파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
IsCCW ( LinearRing ring ) : bool

Tests whether a ring is oriented counter-clockwise.

메소드 상세

IsCCW() 공개 정적인 메소드

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