C# 클래스 AdvancedAlgorithms.ConvexHull.ConvexHull.Vector

상속: System.Point
파일 보기 프로젝트 열기: RodH257/Advanced-Algorithm-Problems

공개 프로퍼티들

프로퍼티 타입 설명
PointItBelongsTo System.Point

공개 메소드들

메소드 설명
AngleTo ( Vector v2 ) : double
ToString ( ) : string
Vector ( int x, int y ) : System
VectorBetween ( System.Point from, System.Point to ) : Vector

메소드 상세

AngleTo() 공개 메소드

public AngleTo ( Vector v2 ) : double
v2 Vector
리턴 double

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Vector() 공개 메소드

public Vector ( int x, int y ) : System
x int
y int
리턴 System

VectorBetween() 공개 정적인 메소드

public static VectorBetween ( System.Point from, System.Point to ) : Vector
from System.Point
to System.Point
리턴 Vector

프로퍼티 상세

PointItBelongsTo 공개적으로 프로퍼티

public Point,System PointItBelongsTo
리턴 System.Point