C# Class AdvancedAlgorithms.ConvexHull.ConvexHull.Vector

Inheritance: System.Point
Afficher le fichier Open project: RodH257/Advanced-Algorithm-Problems

Méthodes publiques

Свойство Type Description
PointItBelongsTo System.Point

Méthodes publiques

Méthode Description
AngleTo ( Vector v2 ) : double
ToString ( ) : string
Vector ( int x, int y ) : System
VectorBetween ( System.Point from, System.Point to ) : Vector

Method Details

AngleTo() public méthode

public AngleTo ( Vector v2 ) : double
v2 Vector
Résultat double

ToString() public méthode

public ToString ( ) : string
Résultat string

Vector() public méthode

public Vector ( int x, int y ) : System
x int
y int
Résultat System

VectorBetween() public static méthode

public static VectorBetween ( System.Point from, System.Point to ) : Vector
from System.Point
to System.Point
Résultat Vector

Property Details

PointItBelongsTo public_oe property

public Point,System PointItBelongsTo
Résultat System.Point