C# 클래스 Just3DPoint.Data.Path

파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
AddPoint ( Point3D point ) : void
Path ( ) : System.Collections.Generic
Path ( int pointsCount ) : System.Collections.Generic
RemovePoint ( Point3D point ) : void
ToString ( ) : string

메소드 상세

AddPoint() 공개 메소드

public AddPoint ( Point3D point ) : void
point Point3D
리턴 void

Path() 공개 메소드

public Path ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Path() 공개 메소드

public Path ( int pointsCount ) : System.Collections.Generic
pointsCount int
리턴 System.Collections.Generic

RemovePoint() 공개 메소드

public RemovePoint ( Point3D point ) : void
point Point3D
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string