C# 클래스 Vertice, gmap377_leathGloves_inc

파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc 1 사용 예제들

공개 메소드들

메소드 설명
Add ( int vert ) : void

Add vertice to array list of connecting vertices

Vertice ( int _key, bool _duplicatePoint, VertexNavigation, _vertexNavigation ) : System.Collections

Initializes a new instance of the Vertice class.

getMoves ( ) : List

Get array list

메소드 상세

Add() 공개 메소드

Add vertice to array list of connecting vertices
public Add ( int vert ) : void
vert int
리턴 void

Vertice() 공개 메소드

Initializes a new instance of the Vertice class.
public Vertice ( int _key, bool _duplicatePoint, VertexNavigation, _vertexNavigation ) : System.Collections
_key int _key.
_duplicatePoint bool If set to true duplicate point.
_vertexNavigation VertexNavigation,
리턴 System.Collections

getMoves() 공개 메소드

Get array list
public getMoves ( ) : List
리턴 List